Directory structure for repositories
From: Glazner Ryan S Contr 412 RANS/ENR <ryan.glazner.ctr_at_edwards.af.mil>
 
Date: Tue, 15 Jan 2008 11:41:09 -0800 
I have a Windows 2003 Server running Apache 2.2 with (I believe) the
  
 C:\svn <-- SVN root for SVNParentPath
 C:\svn\Projects\ProjectA <-- Sample repo within subdirectory of svn root
 C:\svn\Personal\MyRepo <-- Another sample repo parallel to the above in
  
 I have this set up already on the drive, with the following Apache
  
 <Location /svn>
             DAV svn
             SVNParentPath C:\svn
             AuthType Basic
             AuthUserFile C:\svn\svn-passwd
             AuthzSVNAccessFile C:\svn\authz
             Require valid-user
 </Location>
  
 With this setup, it seems I can create a new repo at C:\svn\(repo), but
  
 Thanks!
 Ryan Glazner
  | 
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.