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

Re: Support for partial checkins?

From: Rick Mann <rmann_at_latencyzero.com>
Date: 2005-06-08 02:15:50 CEST

On Jun 7, 2005, at 17:06, Steve Williams wrote:

> Try putting the list of files into a temp file. Use that file as
> the 'targets' parameter.
>
> svn ci --targets tempfile -m "Multiple file commit"

So, this is the best suggestion I've heard so far, but it's still a
bit cumbersome. "svn commit", as I envision it, combines all this
into one easy step (easy process?):

1. svn stat piped to a file
2. open the file
3. edit the file, which might be much more than just deleting a few
lines (can the output of stat go straight to svn commit?)
4. save and quit
5. type the commit command with all its options, prone to error

The other way is:

1. svn commit
2. edit comment
3. (optionally) remove files from the file list
4. save and quit.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 8 02:17:43 2005

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.