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

Re: Revision Properties Question

From: <kfogel_at_collab.net>
Date: 2005-06-20 20:26:02 CEST

Mark Phippard <MarkP@softlanding.com> writes:
> > I would like to enforce this in a hook. Is there a way I can via the
> > pre-commit hook to see whether a revision property was actually set?
>
> It isn't possible to set a custom revision property as part of a commit,
> so it definitely isn't possible to enforce it with a hook.

Why is this impossible? You can just set the revision property on the
txn (pre-commit hook receives the txn name), and then the property
will get automatically preserved when the txn turns into a revision.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 20 21:11:28 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.