Access to multiple repositores doesn't work well
From: Ronnie <magnetronnie_at_gmail.com>
Date: Wed, 24 Mar 2010 04:24:43 -0700 (PDT)
I've been trying things and searching the internet for a few hours now, I hope someone can help me with this.
The problem for short is that when I log into 1 repository on my SVN server, everything works fine, but when I try to access a second repository (which has a different login/password) it doesn't ask for a new login dialog, but instead just uses the login/password info from the first repository.. which of course results in an Apache 403 error.
Here's what I did:
I run apache + subversion with the mod_dav on CentOS. I configured everything and my apache svn config file looks like this:
LoadModule dav_svn_module /usr/lib/apache/mod_dav_svn.so
<IfModule dav_svn_module>
AuthzSVNAccessFile /svn/authz
Require valid-user
The SVN directory is in the root and has at this moment 2 repositories.
The autz file looks like this:
[puko:/]
When I go to http://www.mysite.nl/svn/puko/
I'm having the exact same problem with TortoiseSVN. Checkout and then some commits/updates work fine, but only on 1 repos at the same "session". Only when I reboot my pc or clear TortoiseSVN cache I can access the other one.
I first thought something was wrong with my apache config, but when I use VisualSVN plugin for Eclipse it DOES work?! I can update/commit to both repos right after each other without problems.
Does anyone known why this is happening? Is this a problem with the way browsers (and TortoiseSVN) handle urls?
Btw, I'm having almost the same problem with some free SVN repositories at projectlocker.com, with the only difference that TortoiseSVN can't remember passwords, but at least it's asking for a different login when the first "automated" login fails. I use my own account and an account of a classmate, so different repos urls.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.