[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: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-06-20 18:49:35 CEST

David Weintraub <qazwart@gmail.com> wrote on 06/20/2005 12:04:29 PM:

> We have a requirement that any change in Subversion should require a
> revision property called "bugnum" that contains the bug number (or
> numbers) of the bugs that were fixed with this revision.
>
> 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. Revision
properties can only be set after the commit. That is why we chose to just
use the log message in the issue tracking integration we designed for GUI
clients, and is implemented by TortoiseSVN and Subclipse.

http://svn.collab.net/repos/tortoisesvn/trunk/doc/issuetrackers.txt

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

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