Hello,
I am trying to add
https://svn.apache.org/viewvc/logging/log4net/tags/1.2.11 as an external to an existing project, however TortoiseSVN cannot do this (or check the repository out normally) because the web server at
svn.apache.org redirects /viewvc/logging/log4net/tags/1.2.11 (*without* the / suffix) to /viewvc/logging/log4net/tags/1.2.11/
TortoiseSVN does not seem to append the forward slash and therefore a redirect cycle takes place. Even if I explicitly add the forward slash to the URL, TortoiseSVN strips it out.
The HTTP response from
svn.apache.org is as follows:
------------------------------------
HTTP/1.1 301 Moved
Date: Fri, 21 Sep 2012 09:50:22 GMT
Server: Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/1.0.0c DAV/2 mod_wsgi/3.1 Python/2.6.6 SVN/1.7.0
Location: /viewvc/logging/log4net/tags/1.2.11/
Vary: Accept-Encoding
Content-Length: 81
Keep-Alive: timeout=15, max=1000
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
This document is located <a href="/viewvc/logging/log4net/tags/1.2.11/">here</a>.
------------------------------------
I hope this information is enough to go on. If you require any more information please do not hesitate to ask.
(I've been using TortoiseSVN very happily for years and this is the first bug I've found!)
Thanks
Michael
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3007623
To unsubscribe from this discussion, e-mail: [
users-un...@tortoisesvn.tigris.org].