Problem wirh "svn copy". (Trying to access the root of the repository?)
From: Dipukumar M <dipu_m_at_satyam.com>
Date: Fri, 16 Jan 2009 13:49:43 +0900
Hello,
I am using Subversion 1.5.2 + Apache 2.2.9 setup to provide http/https access to the repository users at offshore location. Apache is also configured with "mod_auth_sspi" to provide AD based authentication and authorization(project based) is done by listing the users properly in the "AuthZSVNAccessFile".
The issue is that whenever a user tries to copy a folder to different location(tagging/branching etc) in their project repository. During those operations, "svn copy" is trying to access the root of the repository.
But because of the company policies, I can't provide access to the root repository to an offshore user.
PS:
The "Location " directive in Apache is as follows,
<Location /repository>
Deatils:
Command executed:
svn copy --username <domain>\projadmin http://ourserver/repository/projects/proj_a/trunk http://ourserver/repository/projects/proj_a/tags/baseline1
Error shown:
Error log from Apache:
Thanks in advance,
________________________________
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.