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

Re: Custom data on commit

From: Ron Wilson <ronw.mrmx_at_gmail.com>
Date: 2007-09-07 01:15:39 CEST

You could enforce a log message format that puts the reviewer's name
first in the log message. TSVN can help: The tsvn:logtemplate property
will cause a predefined message template to be loaded into the Commit
message box that would remind developpers where to put the reviewer's
name.

Some other possibilities - if you are willing to allow unreviewed code
to be commited:
1. The reviewer could modify a property on the code file(s), then
commit that change with a suitable log message. Your build system
could run a script to check that the property was up to date on each
source file, then issue a warning if any weren't.

2. Developpers could make their commits to branches, and the reviewers
would update the trunk. (This has two main problems: Updating a branch
WC from the trunk; and merging changes from different developpers
would no longer be mostly automatic)

On 9/6/07, MT <data0213@gmail.com> wrote:
> Does someone here know of a good way to allow a user to enter some custom
> text in a field during commit and view this when looking at the log? Here's
> the scenario:
>
> 1. Code was changed and reviewed by person X.
> 2. On commit, the author wants to somehow enter in tortoisesvn that person X
> reviewed the change.
> 3. When a show log is performed, the user can see that column to find out
> who reviewed the code with the person.
>
> Is there some other way to accomplish this if the method described above is
> not possible?
>
> Thanks for your help,
> MT
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Fri Sep 7 01:12:22 2007

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

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