Re: Virtual filesystems

2011-11-05 Thread Stefan Sperling
On Fri, Nov 04, 2011 at 04:52:43PM -0400, Richard Cavell wrote: > Hi, everyone. > > In a URL such as: > > file:///one/two/three/four > > It may be that the repository is actually at /one/two, and the three/four > are directories within the repository. > > How does subversion identify which

Re: Virtual filesystems

2011-11-05 Thread Ryan Schmidt
On Nov 4, 2011, at 15:52, Richard Cavell wrote: > In a URL such as: > > file:///one/two/three/four > > It may be that the repository is actually at /one/two, and the three/four are > directories within the repository. > > How does subversion identify which slashes are virtual and which ones a

Re: Virtual filesystems

2011-11-04 Thread Nico Kadel-Garcia
On Fri, Nov 4, 2011 at 4:52 PM, Richard Cavell wrote: > Hi, everyone. > > In a URL such as: > > file:///one/two/three/four > > It may be that the repository is actually at /one/two, and the three/four > are directories within the repository. > > How does subversion identify which slashes are virtu

Virtual filesystems

2011-11-04 Thread Richard Cavell
Hi, everyone. In a URL such as: file:///one/two/three/four It may be that the repository is actually at /one/two, and the three/four are directories within the repository. How does subversion identify which slashes are virtual and which ones are real? Does it search each part of the path