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

RE: svn commit usage survey

From: Reedick, Andrew <Andrew.Reedick_at_BellSouth.com>
Date: 2006-09-18 16:28:28 CEST

> -----Original Message-----
> From: Troy Curtis Jr [mailto:troycurtisjr@gmail.com]
> Sent: Monday, September 18, 2006 1:17 AM
> To: users@subversion.tigris.org
> Subject: svn commit usage survey
>
>
> My questions to the list are:
>
> How do you typically use 'svn commit' when you have some files you do
> not want in the commit?
> Do you often run into an issue where you have one file that you do not
> want to commit, directly beside several that you do?
> Is the only option in this case manually specifying every file you
> *do* want to include in the commit? Or am I missing something?
>
> It seems to me that this would be a common occurrence and so it really
> surprises me that a similar wrapper script has not already been
> written. But perhaps I am using Subversion in an atypical manner?
>

I either specify the files on the command line 'svn commit foo.java' or
I use the 'svn commit --file' arg to specify the list of files I want to
commit.

        svn status | grep -v '^?' | sed 's/^.......//' | grep -v 'bad
stuff' > files.txt
        svn commit --file files.txt -M "..."

The only time I've had to use the '--file' arg was to checkin all files
for large merge except the the one or two files had the 'subversion
breaks if a file was both added and deleted in the commit'. (hich is
supposedly fixed in 1.4.0.)

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA624

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 18 16:29:39 2006

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

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