Update RM via svn. svn switch: Could not open the requested SVN filesystem
Added by Pavel Potcheptsov about 12 years ago
I want to update my current RM via svn update.
So I try to switch to 2.3
What does error mean?
Yes, I have many custom changes in different RM files, but I don't think this cause error.
[root@redmine rm2.2.2]# svn info Path: . URL: http://svn.redmine.org/redmine/branches/2.2-stable Repository Root: http://svn.redmine.org/redmine Repository UUID: e93f8b46-1217-0410-a6f0-8f06a7374b81 Revision: 11244 Node Kind: directory Schedule: normal Last Changed Author: jplang Last Changed Rev: 11240 Last Changed Date: 2013-01-20 19:24:43 +0100 (Sun, 20 Jan 2013) [root@redmine rm2.2.2]# svn switch http://svn.redmine.org/redmine/branches/2.3-stable svn: Could not open the requested SVN filesystem
similar issues:
http://www.redmine.org/boards/2/topics/37000?r=37011#message-37011
http://www.redmine.org/boards/2/topics/34417
http://www.redmine.org/boards/2/topics/34151?r=34173#message-34173
Replies (2)
RE: Update RM via svn. svn switch: Could not open the requested SVN filesystem
-
Added by Pavel Potcheptsov about 12 years ago
workaround:
[root@redmine rm2.0]# svn switch --relocate http://svn.redmine.org/redmine/branches/2.2-stable http://redmine.rubyforge.org/svn/branches/2.2-stable/ [root@redmine rm2.0]# svn switch http://redmine.rubyforge.org/svn/branches/2.3-stable/
and now it works. strange why it doesn't work from svn.redmine.org
RE: Update RM via svn. svn switch: Could not open the requested SVN filesystem
-
Added by Anonymous about 12 years ago
It works too ! Thanks.