Re: Installation problem on svn 1.2.3
From: Mark Phippard <MarkP_at_softlanding.com>
 
Date: 2005-09-20 20:59:36 CEST 
phil campaigne <pcampaigne@charter.net> wrote on 09/20/2005 01:43:22 PM:
 > I have read ch 6 that you referenced but find that it assumes a lot of 
 You want something more like this:
 svnserve -d /usr/local/subversion/repos
 (This assumes the above path points to a repository)
 Then you would access like this:
 svn ls svn://localhost/
 svn co svn://localhost/trunk
 etc...
 If you want multiple repositories, you start svnserve like this:
 svnserve -d -r /usr/local/subversion/repos
 (This assumes the above path is a folder which contains many repositories)
 Then you would access like this:
 svn ls svn://localhost/repos_name/
 svn co svn://localhost/repos_name/trunk
 Mark
 _____________________________________________________________________________
 ---------------------------------------------------------------------
  | 
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.