svn paths and the handbook
From: Russell Steicke <r-zqm_at_adelie.ath.cx>
 
Date: 2002-07-26 09:28:25 CEST 
Hi,
 I've been reading the svn handbook and experimenting with local svn
 In a repository path such as
   http://svn.collab.net/repos/svn/trunk/subversion/
 there are several different names, in several namespaces.
 1. the repository access method, "http", meaning dav.
 2. the hostname
 With the rise of the web, people are used to seeing these two, no
 3. the path to the repository, that the web server sees.  In the svn url
 4. the path to the revision inside the repository, I assume this is
 The distinction between 3 and 4 confused me at the start.  3 is part of
   $ svnadmin create /var/local/svn/repos
 then I can "see" everything up to ".../repos/", but not "proj1" in the
 I don't think that the handbook is very clear on this distinction, and
 A related question:  Why does this fail?
 $ svnadmin create /var/local/svn/russells/repos
 The handbook has a suggested layout for multiple projects in one
   /projectA/trunk
 etc.  How do you achieve this in practice?  It seems I need the
 TIA
 ---------------------------------------------------------------------
  | 
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.