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

[BOOK-PATCH] Add replace in possible status of svn status

From: Marcel Gosselin <marcel.gosselin_at_polymtl.ca>
Date: 2005-03-26 14:57:48 CET

Hi,

I noticed that in the svn status section, there were no mentions of the
"Scheduled for replace" status.

Here is my patch

Marcel Gosselin

Index: ch03.xml
===================================================================
--- ch03.xml (revision 1190)
+++ ch03.xml (working copy)
@@ -811,6 +811,7 @@
 D stuff/fish.c # this file is scheduled for deletion
 A stuff/loot/bloo.h # this file is scheduled for addition
 C stuff/loot/lump.c # this file has conflicts from an update
+R xyz.c # this file is scheduled for replacement
     S stuff/squawk # this file or dir has been switched to a branch
 </screen>
       
@@ -862,6 +863,16 @@
           </varlistentry>
 
           <varlistentry>
+ <term><computeroutput>R item</computeroutput></term>
+ <listitem>
+ <para>The file, directory, or symbolic link
+ <filename>item</filename> has been scheduled for
+ replacement into the repository. This means it
+ was first deleted then added before any commit.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
             <term><computeroutput>X item</computeroutput></term>
             <listitem>
               <para>The directory <filename>item</filename> is

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Mar 26 15:01:34 2005

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.