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

Re: svn:ignore and svn add *

From: Ryan Schmidt <subversion-2008a_at_ryandesign.com>
Date: Wed, 13 Feb 2008 16:06:51 -0600

On Feb 13, 2008, at 14:35, Marcelo de Moraes Serpa wrote:

> I'm confused though. I don't usually commit just after I do some
> modification in a file or svn add a file just after I create it. I
> prefer to batch-commit and batch-add the files I modified and added
> (and also svn remove files removed) . I used to do it on Windows
> with Tortoise but I'm not sure on how to do it using the svn CLI
> client. Any hints?

Well...

You can "svn rm file1 file2 file3" to remove several named files at
once.

You can "svn add file1 file2 file3" to add several named files at once.

You can "svn add --force ." to add all files that aren't already
added (minus those ignored).

You can "svn ci file1 file2 file3" to commit several named files at
once in a single revision.

You can just "svn ci" to commit all changes in the working copy in a
single revision.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-13 23:07:17 CET

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.