>
> Okay, with those preliminaries out of the way, open the
> Terminal and do the following. The "$" will represent your
> command prompt. This can be changed, so in Unix, it is common
> just to put "$":
>
> $ cd $HOME
> $ svn mkdir svn_repos
> $ cd mkdir svn_repos
> $ svnadmin create newrepo
>
> This will create a Subversion repository at
> /Users/TommyHome/svn_repos called "newrepo". You can find
> this in Pathfinder. Now, you will want to create a working directory:
>
> $ cd $HOME
> $ svn checkout file://$PWD/svn_repos/newrepo svn_project

I think this should be

$ svn checkout file:///$HOME/svn_repos/newrepo

I know that with the cd command before, $PWD and $HOME are the same, but it's 
safer to use $HOME, as it will always point to the correct location. Also, 
notice the three /. According to the book you should either have 
file://localhost/$HOME... Or file:///$HOME... However I tried on a RHEL and 
file://$HOME works too

Giulio



Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03




Reply via email to