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

Re: -

From: Branko Čibej <brane_at_xbc.nu>
Date: 2005-05-11 23:02:24 CEST

Scott Simpson wrote:

> I have a post-commit script where I want to set a property on all the
> files checked in. However, I want to set it without a working copy
> (since the post-commit script should probably set the value on the
> repository directly without using any working copy). Is this possible?

It's possible but *don't do that*. It is a bad idea to modify the commit
changeset in a post-commit script, because the working copy the commit
was made from will not notice the change, and will never show the added
properties.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 12 00:51:22 2005

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.