svn not following redirects
From: Jon Scott Stevens <jon_at_latchkey.com>
Date: 2007-05-11 20:15:19 CEST
Imagine this simple apache configuration:
<Location "/">
If i use my browser to go to:
http://svntest.domain.com/trunk/
It gets redirected properly to:
http://svntest.domain.com/tags/1.0/
Now, if I do:
svn co http://svntest.domain.com/trunk/ test
then I get:
svn: URL 'http://svntest.domain.com/trunk' doesn't exist.
So, my question is how can I make svn follow redirects and why
The idea that I'm experimenting with is the ability to create what
jon
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.