Repository moved temporarily to '/viewvc/nhibernate/trunk/'; please relocate
- Written by Boris Drajer
- Published in NHibernate
When trying to switch my local Subversion copy of the NHibernate source to a different tag (from 3.1GA to trunk, in this case), I got this error:
Repository moved temporarily to '/viewvc/nhibernate/trunk/'; please relocate
The frustrating thing was that I was trying to relocate to exactly this url. And if I tried others, it said that I should relocate to them… I searched the net in vain for the solution, the only information I got is that I should re-configure my apache server (thanks a bunch!)
The problem is, in fact, simple: the URL is wrong. I thought I could just copy the repository’s URL from my web browser, like I do with other sites. Not here: there’s a separate entry for direct SVN access. So instead of using this url:
http://nhibernate.svn.sourceforge.net/viewvc/nhibernate/
use this one:
https://nhibernate.svn.sourceforge.net/svnroot/nhibernate
It does seem like a simple problem but the solution wasn’t so easy to find.
3 comments
-
ran into the same problem. i suspected the link i was using was wrong but every other link simply mentioned some apache configuration issue. thanks!
-
your solution put an end to my 3 days searching...
Thanks a ton to u... -
saved me a lot of time, thanks