[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: Scott Palmer <scott.palmer_at_2connected.org>
Date: 2005-06-08 05:53:39 CEST

On Jun 7, 2005, at 9:05 PM, Rick Mann wrote:

> On the other hand, had I supplied the comment on the command line,
> it would look something like this:
>
> ===================================================================
> aero:~/Spyglass/svn/code/trunk/fo rmann$ svn commit -m "CLI checkin
> demo"
> Sending fo/web/WEB-INF/config/struts-config.xml
> Sending fo/web/WEB-INF/config/tiles-definitions.xml
> Transmitting file data ..
> Committed revision 6.
> aero:~/Spyglass/svn/code/trunk/fo rmann$
> ===================================================================

Or:

aero:~/Spyglass/svn/code/trunk/fo rmann$ cd web/WEB-INF/config/
aero:~/Spyglass/svn/code/trunk/fo/web/WEB-INF/config/ rmann$ svn
commit -m "CLI checkin demo" struts-config.xml
Sending fo/web/WEB-INF/config/struts-config.xml
Transmitting file data ..
Committed revision 6.

At least when the file list is small enough. Cut and paste in the
terminal window can help of course.

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 8 05:55:00 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.