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

Re: commit all but this one file

From: Geoffrey <lists_at_serioustechnology.com>
Date: Wed, 02 Apr 2008 20:34:49 -0400

Colleen R. Dick wrote:
> I want to commit everything in the working copy except this ONE file
> that is highly dubious. Is there any way to do that.

You don't mention what OS you're using, but if it's Linux, I believe
something like the following will work:

svn ci $(ls |grep -v $FILE_I_DONT_WANT_TO_COMMIT)

-- 
Until later, Geoffrey
Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
  - Benjamin Franklin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-03 02:45:22 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.