You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Andreas J. Koenig" <an...@anima.de> on 2002/10/13 09:20:22 UTC

README and INSTALL out of sync

Comparing http://svn.collab.net/repos/svn/trunk/README and
http://svn.collab.net/repos/svn/trunk/INSTALL

They differ in what they say how to check out the code of subversion
itself. README says:

svn co http://svn.collab.net/repos/svn/trunk subversion

Whereas INSTALL says:

subversion-rXXXX/subversion/clients/cmdline/svn checkout \
            http://svn.collab.net/repos/svn/trunk svn


Note the last argument: subversion vs. svn

-- 
andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: README and INSTALL out of sync

Posted by Rafael Garcia-Suarez <ra...@hexaflux.com>.
Garrett Rooney <ro...@electricjellyfish.net> wrote:
> > They differ in what they say how to check out the code of subversion
> > itself. README says:
> >
> > svn co http://svn.collab.net/repos/svn/trunk subversion
> >
> > Whereas INSTALL says:
> >
> > subversion-rXXXX/subversion/clients/cmdline/svn checkout \
> >             http://svn.collab.net/repos/svn/trunk svn
> 
> well, they're different, but they aren't neccessarily out of sync.  the 
> final argument is just the name you want to give your working copy, 
> i.e. the directory to put it in.  it can be whatever you want.  hell, 
> you can even leave it blank and it will just use the final directory in 
> the url you checked out.

I used to find this confusing as well. For many people, this svn
command will be the first one they'll try, so I think it's better
to explain it a little bit more. Proposed change below.

Index: INSTALL
===================================================================
--- INSTALL
+++ .svn/tmp/INSTALL.63164.00001.tmp    Mon Oct 14 10:09:50 2002
@@ -362,14 +362,15 @@
       (The switch to ./configure turns on debugging.)
 
       After compiling, you will have an 'svn' binary sitting in
-      the tree.  Use it to check out a real Subversion working copy:
+      the tree.  Use it to check out a real Subversion working copy
+      into a new directory svn-current:
 
           $ subversion-rXXXX/subversion/clients/cmdline/svn checkout \
-            http://svn.collab.net/repos/svn/trunk svn
+            http://svn.collab.net/repos/svn/trunk svn-current
 
-          A  svn/dist.sh
-          A  svn/buildcheck.sh
-          A  svn/HACKING
+          A  svn-current/dist.sh
+          A  svn-current/buildcheck.sh
+          A  svn-current/HACKING
           ...
 
 
End of patch.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: README and INSTALL out of sync

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On Sunday, October 13, 2002, at 05:20 AM, Andreas J. Koenig wrote:

> Comparing http://svn.collab.net/repos/svn/trunk/README and
> http://svn.collab.net/repos/svn/trunk/INSTALL
>
> They differ in what they say how to check out the code of subversion
> itself. README says:
>
> svn co http://svn.collab.net/repos/svn/trunk subversion
>
> Whereas INSTALL says:
>
> subversion-rXXXX/subversion/clients/cmdline/svn checkout \
>             http://svn.collab.net/repos/svn/trunk svn

well, they're different, but they aren't neccessarily out of sync.  the 
final argument is just the name you want to give your working copy, 
i.e. the directory to put it in.  it can be whatever you want.  hell, 
you can even leave it blank and it will just use the final directory in 
the url you checked out.

-garrett

-- 
garrett rooney                    Remember, any design flaw you're
rooneg@electricjellyfish.net      sufficiently snide about becomes
http://electricjellyfish.net/     a feature.       -- Dan Sugalski


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org