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

Setting Revision Properties before Commit

From: David Weintraub <qazwart_at_gmail.com>
Date: 2005-06-20 23:15:39 CEST

In Subversion 1.2, I am allowed in a pre-commit script using svnlook
to verify if a transaction has a particular revision property set. For
example, I can easily examine "svn:log", "svn:date", and "svn:author"
doing something like this:

$ svnlook propget --revprop -t $TXN svn:author http://$url

However, the "svn propset" command doesn't allow me to set the value
of a revision property until the revision itself has been committed.

Is this an oversight? Is it considered a bug, or is there a reason why
it was decided that users should not set revision properties before a
commit takes place?

--
David Weintraub
qazwart@gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 20 23:16:18 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.