You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by solo turn <so...@yahoo.com> on 2004/02/03 11:37:06 UTC

what does it mean: "moved permanently"?

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

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

Posted by solo turn <so...@yahoo.com>.
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 <ms...@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

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

Posted by Michael Stabler <ms...@mitre.org>.
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