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

Re: pre-commit transaction modification - remove files

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2006-12-12 17:07:41 CET

On 12/12/06, Aliasgar Ganiji <Aliasgar@epicsystems.com> wrote:
>
>
>
> I have a need to remove files from the pre-commit transaction such that
> those files are not committed. However, the commit should continue for the
> rest of the files. Is this possible?

Don't modify an in-progress transaction, especially in the manner
you're describing. If you do so, the committer's working copy will
instantly be out of sync with the repository.

If you don't want certain files committed, check for them in the
pre-commit and just reject the whole commit with an error message
explaining why.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 12 17:09:04 2006

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.