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

Re: Illogical behavior of svn commit

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-05-13 18:47:46 CEST

On Thu, 2004-05-13 at 11:34, Petr Kadlec wrote:

> This behavior is apparently illogical, because "svn commit" should IMHO
> work identically as "svn commit *", but it does not. It would be fine if
> the message was a warning only, or if it could be overriden somehow.

No, it's not illogical.

'svn commit' != 'svn commit *'
'svn commit' == 'svn commit . -R'

In other words, the commit command is recursive by default. If you give
no targets, it runs on '.', and it runs recursively, which means it
hunts down all local changes.

To accomplish what you want, specify the exact list of files to commit.
Or put them into a file, and use --targets.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 13 18:52:36 2004

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.