On Jul 15, 2010, at 04:16, Cooke, Mark wrote:

>> $ cd $HOME
> 
> OK, go to known location
> 
>> $ svn mkdir svn_repos
> 
> Why "svn mkdir" and not just "mkdir" ~ this is to create a new repo not
> to add a directory to a repo?

That appears to have been a typo, you're right, it should just be "mkdir 
svn_repos".


>> $ cd mkdir svn_repos
> 
> Should this not fail because 'mkdir' does not exist?

That appears to have been another typo; it should just be "cd svn_repos".


>> $ svnadmin create newrepo
> 
> ...should create the new repository which can then be accessed as
> file://$PWD/svn_repos/newrepo ok.


Reply via email to