[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: SLES 10 SVN using Apache

From: Olivier Dagenais <olivier.dagenais_at_formark.com>
Date: 2007-05-04 17:20:01 CEST

> The problem
> is I can not connect to the repositories using the svn client or the
> TortoiseSVN. I believe that the problem is that both these clients
> seem to ignore the trailing slash and get a 302 code returned and do
> not handle the 302 code correctly. I can get this to work correctly
> using SmartSVN.

I think I have encountered this before. Does your Apache configuration file include something like this after the close of the "<Location /svn/>" section? (assuming that "svn" is the virtual directory you want to serve up Subversion from)

# This will redirect "/svn" to "/svn/"
# http://www.nabble.com/SVNListParentPath-t839339.html
RedirectMatch ^(/svn)$ $1/

HTH,

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Olivier Dagenais
Software Engineering / Génie logiciel
Formark - Combine the Best of SharePoint® and Livelink®
Phone: 613-599-5173 ext 238
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Make sure you don't miss anything: subscribe to the Formark Newsletter:
http://www.formark.com/support/register/index.asp
Received on Fri May 4 17:18:43 2007

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.