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

[BOOK PATCH] Clarification on 'cvs update' vs. 'svn status'

From: David A. Desrosiers <desrod_at_gnu-designs.com>
Date: 2004-08-23 06:19:04 CEST

--- ch03.xml.orig 2004-08-23 00:12:17.000000000 -0400
+++ ch03.xml.new 2004-08-23 00:16:05.000000000 -0400
@@ -769,20 +769,30 @@
          <sidebar>
            <title>CVS Users: Hold That Update!</title>

- <para>You're probably used to using <command>cvs
- update</command> to see what changes you've made to your
- working copy. <command>svn status</command> will give you
- all the information you need regarding what has changed in
- your working copy&mdash;without accessing the repository
- or potentially incorporating new changes published by
- other users.</para>
+ <para>You're probably used to using <command>cvs update</command>
+ to see what changes have been made to the repository since the
+ last time you updated your working copy. This requires that cvs
+ contact the repository and diff the changes between what is in
+ the repository and your local working copy. It also brings
+ those updates down to your local working copy, bringing your
+ working copy into sync with the repository's version.</para>
+
+ <para>The command <command>svn status</command> will give you the
+ same sort of information that <command>cvs update</command>
+ does, regarding what has changed in your working copy
+ <emphasis>without</emphasis> accessing the repository or
+ potentially incorporating new changes published by other users
+ into your local working copy. It can provide similar
+ information, without changing your working copy at all.</para>

            <para>In Subversion, <command>update</command> does just
              that&mdash;it updates your working copy with any changes
- committed to the repository since the last time you've
- updated your working copy. You'll have to break the habit
- of using the <command>update</command> command to see what
- local modifications you've made.</para>
+ committed to the repository since the last time you've updated
+ your working copy, just like <command>cvs update</command>.
+ You'll have to break the habit of using the
+ <command>update</command> command to see what local
+ modifications you've made, if you don't want to change your
+ working copy.</para>

          </sidebar>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 23 18:37:47 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.