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

Re: Automatic commission?

From: David Weintraub <qazwart_at_gmail.com>
Date: Mon, 24 May 2010 17:54:48 -0400

When you do a "svn commit", it will automatically submit any files
that were changed.
On Mon, May 24, 2010 at 5:40 PM, Peng Yu <pengyu.ut_at_gmail.com> wrote:
> It seems that I have to specify which file or files to commit. This
> will be a problem if I always simultaneously edit tens of files before
> I can do a commission.

Subversion automatically commits all file changes if you don't specify
any particular files. So, if you edit 10 or so files, you can submit
them all with just a "svn commit". Subversion even searches the entire
directory tree for changes, so it will commit change even if it is in
a sub-sub-sub-directory.

You only specify files if there is some reason you don't want to
commit all of the files you've changed. In newer versions of
Subversion, you can put files into change lists and then submit just a
particular change list.

-- 
David Weintraub
qazwart_at_gmail.com
Received on 2010-05-24 23:55:17 CEST

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.