Hello,
Your locations appear to be inconsistent:
>> svn: PROPFIND request failed on '/myroj1/svn' <<
and then...
>>
<location /myproj1/svn>
DAV svn
SVNPath /var/lib/svn/myproj1
<<
Is myproj1 a sub-directory of svn, or vice-versa?
Good Luck,
Mike.
solo turn wrote:
> i do not understand the following error:
>
> i am able to browse a location, but on checkout i get:
>
> svn: RA layer request failed
> svn: PROPFIND request failed on '/myroj1/svn'
> svn: PROPFIND of '/myproj1/svn': 301 Moved Permanently (https://localhost)
>
> (this is an old version 0.33, as debian did not yet update binary pkg)
>
> what i tried to do is create a hierarchy with different access rights:
>
> i want to have n repositories for n projects:
> myproj1, myproj2, ..., myprojn
>
> projects should have a different url, and different access rights:
> <Location /myproj1>
> Require group myproj1group
> </Location>
>
> and somehow i want to map the corresponding repository to this project url, i did it with:
> <location /myproj1/svn>
> DAV svn
> SVNPath /var/lib/svn/myproj1
> </location>
>
> sysadm should have a simple url for administrative purposes to create new repositories and see
> them immediately without manitpulating apache conf:
>
> <location /svn>
> DAV svn
> SVNParentPath /var/lib/svn
> Require group sys
> </location>
>
> i do not know what happens? how would you solve this?
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free web site building tool. Try it!
> http://webhosting.yahoo.com/ps/sb/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
--
Michael Stabler 703.883.7461
Software Engineer mstabler@mitre.org
CSSI, Inc.
MITRE-CAASD
M/S N370
7515 Colshire Drive
McLean, VA 22102-7508
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 3 15:07:19 2004