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

what does it mean: "moved permanently"?

From: solo turn <soloturn99_at_yahoo.com>
Date: 2004-02-03 12:37:06 CET

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
Received on Tue Feb 3 12:37:25 2004

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.