[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Getting started with subversion

From: Ryan Schmidt <subversion-2010b_at_ryandesign.com>
Date: Thu, 15 Jul 2010 04:21:46 -0500

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.
Received on 2010-07-15 11:23:02 CEST

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.