On 7/27/12, Jürgen Diez <Juergen.Diez_at_lindauerdornier.com> wrote:
> I am already working with tags and the revision log entry wouldn't be the
> right place for that. I already have some custom properties on the revisions
> but right now I have to type in the property name and the value by hand
> which is prone to typing errors.
> That's why I'm asking for the ability to use customized dialogs as already
> implemented for file properties in the development branch on TSVN.
You might be able to use client-side hooks to provide GUIs for your
custom properties. In the worst case, your pre-commit hook could setup
the property values, save them in a local file, then your post-commit
hook use the SVN command line interface to set the properties on the
just-committed revision.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2993498
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-07-28 00:31:11 CEST