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

Enhancement suggestion.

From: Serge Tumanyan <tumanyan_at_mail.ru>
Date: Tue, 12 Aug 2014 23:03:58 +0400

Hello, Stefan.

I want to suggest one more enhancement that can help administrating
repositories.
I am actively using templates for adding comments to revisions. This makes
them more standartized and easier to maintain. One thing that I am still
unable to do with templates is adding symbols that prevent commiting. For
example something like fixed #[number] in this revision, where symbols '
'[' and ']' prevent commiting, because a user should replace string
'[number]' with the exact ticket number. I have tried to use precommit hook
and it wokrs excellent on commits, but the problem appears when trying to
use it on branching. The reason for the problem is that branch is not yet
ready and due to this external is not yet valid and this causes TSVN to say
that the hook file is not found and abort branching. So, I suggest to add
one more property(s) like tsvn:templateblockcommit, tsvn:templateblockbranch
or any other name of your choice, which will contain symbols that block
commits. The symbols may be just a string or comma separated, but it will
be a good idea to have an ability to include also a unicode symbols with '\'
prefix, like '\8068' or any other format of your choice.

Thank you.

Serge.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3086654

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-08-12 21:11:28 CEST

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

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