Upgrade version 2.1.2 to 2.1.3
Added by Sylvain Hamel over 12 years ago
Problem : can not update via svn update
I currently have version 2.1.2.stable.10696 installed.
I would like to update to version 2.1.3 .
So I run a svn update
command thinking the files would be upgrade automatically as I usually do.
The console give me the following message :root@redmine www/railsapp# svn update
svn: OPTIONS of 'http://redmine.rubyforge.org/svn/branches/2.1-stable': 200 OK (http://redmine.rubyforge.org)
When I check the changelog file in the doc folder it is still the 2.1.2 changelog.
If I try to reach the SVN server like so : svn co http://svn.redmine.org/redmine/branches/2.1-stable redmine-2.1.3
redmine-2.1.3 contains the correct version.
Can anyone tell me what I am doing wrong ?
Replies (3)
RE: Upgrade version 2.1.2 to 2.1.3
-
Added by Ivan Cenov over 12 years ago
Perhaps you have to relocate (not switch) your workcopy to the new url http://svn.redmine.org/redmine/branches/2.1-stable
RE: Upgrade version 2.1.2 to 2.1.3
-
Added by Deoren Moor over 12 years ago
Ivan Cenov wrote:
Perhaps you have to relocate (not switch) your workcopy to the new url http://svn.redmine.org/redmine/branches/2.1-stable
That worked for me, thanks!
RE: Upgrade version 2.1.2 to 2.1.3
-
Added by Sylvain Hamel over 12 years ago
Ivan Cenov wrote:
Perhaps you have to relocate (not switch) your workcopy to the new url http://svn.redmine.org/redmine/branches/2.1-stable
That did the trick. Thx.