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

Book: patch to appendix A by Francois Beausoleil: issue 1187

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2003-08-05 17:12:53 CEST

Francois Beausoleil:

You posted some book fixes in March, and they were filed as issue 1187. I'm sorry that they had to wait such a long time. I have just committed all of your fixes except for the following change to appa.xml:

@@ -289,13 +289,13 @@
     see:</para>

     <screen>
-A Add
-D Delete
-R Replace (delete, then re-add)
-M local Modification
-U Updated
-G merGed
-C Conflict
+A Scheduled for addition
+D Scheduled for deletion
+M Has local modifications
+C Has conflicts
+? Item not under version control
+! Item is missing
+~ Conflict between kind (file as a folder or vice versa)
 X eXternal
     </screen>

The existing list appears to be a combination of "status" and "update" codes. If you were intending to change it to a list of "status" codes only, then you probably need to add a list of "update" codes after it, since the following paragraph refers to "update" codes.

Also note that "R" is a valid "status" code.

I don't think we want a comprehensive list of all the possibilities here, because that would just duplicate information from elsewhere in the book. Instead it might be better to say "here are the most common codes" (I suggest omitting "!", "~" and "X") and then refer to the tutorial and reference sections for "status" and "update".

If you would like to do something like that, that would be great.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 22 11:03:03 2003

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.