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

Re: what does it mean: "moved permanently"?

From: solo turn <soloturn99_at_yahoo.com>
Date: 2004-02-05 22:41:19 CET

no, i tried to expose the same svn repository via different urls, different access right (svn/*
for administrators, myproj1/svn for users of myproj).

but the error is strange. it does not happen when accessing via browser (http get), but when
accessing via svn client.

--- Michael Stabler <mstabler@mitre.org> wrote:
> 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
>
>
>

__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 5 22:41:44 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.