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

Re: CVS update: MODIFIED: include ...

From: Karl Fogel <kfogel_at_collab.net>
Date: 2001-06-27 02:57:26 CEST

Thanks for all the cleanups, Joe! Subversion is apparently getting a
lot more than just Neon tracking from you today... :-)

-K

joe@tigris.org writes:
> User: joe
> Date: 01/06/26 16:49:31
>
> Modified: subversion/include svn_wc.h
> Log:
> * svn_wc.h: Remove trailing commas from enumerator list (kill warnings
> from Tru64 cc).
>
> Revision Changes Path
> 1.102 +2 -2 subversion/subversion/include/svn_wc.h
>
> http://subversion.tigris.org/source/browse/subversion/subversion/include/svn_wc.h.diff?r1=1.101&r2=1.102
>
> (In the diff below, changes in quantity of whitespace are not shown.)
>
> Index: svn_wc.h
> ===================================================================
> RCS file: /usr/local/tigris/data/helm/cvs/repository/subversion/subversion/include/svn_wc.h,v
> retrieving revision 1.101
> retrieving revision 1.102
> diff -u -b -r1.101 -r1.102
> --- svn_wc.h 2001/06/14 16:01:45 1.101
> +++ svn_wc.h 2001/06/26 23:49:31 1.102
> @@ -105,14 +105,14 @@
> svn_wc_schedule_delete, /* Slated for deletion */
> svn_wc_schedule_replace, /* Slated for replacement (delete + add) */
> svn_wc_schedule_unadd, /* Slated for un-addition */
> - svn_wc_schedule_undelete, /* Slated for un-deletion */
> + svn_wc_schedule_undelete /* Slated for un-deletion */
> };
>
> enum svn_wc_existence_t
> {
> svn_wc_existence_normal = 0, /* Nothing unusual here */
> svn_wc_existence_added, /* Added to revision control */
> - svn_wc_existence_deleted, /* Deleted from revision control */
> + svn_wc_existence_deleted /* Deleted from revision control */
> };
>
> /* A working copy entry -- that is, revision control information about
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cvs-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: cvs-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:32 2006

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.