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

Re: commit all files except a selected few?

From: Andy Levy <andy.levy_at_gmail.com>
Date: Sun, 15 Sep 2013 07:31:58 -0400

On Sun, Sep 15, 2013 at 6:10 AM, Zé <jose.passes_at_gmx.com> wrote:
> Does subversion support any command line wizardry that offers the user a way
> to commit the changes made to all files under version control except those
> made to a selected few?

If you organize your files into changelists[1], you can commit a
specific changelist and exclude other files.

Other than that, svn commit allows you to pass multiple files/paths to
be committed. You can specify individual paths and/or use your shell
to pattern-match or glob files which should then be expanded by your
shell to pass to svn.

1: http://svnbook.red-bean.com/en/1.7/svn.advanced.changelists.html
Received on 2013-09-15 13:33:11 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.