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

Re: Projects?

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-10-22 02:14:43 CEST

Robert Spier <rspier@pobox.com> writes:

>> Is is really a bad idea to be able to put a keyword entry in a file
>> that is a file-relative change count?
>
> If all you want is a keyword, then I'm pretty sure you can do that
> right now with a commit hook script.

Do you mean a pre-commit hook script? I don't think that would work
as such a script cannot update a working copy directly, and if it were
to change the repository those changes won't get transmitted back to
the working copy during the commit.

What you could do now is use a property that was updated on the client
side before the commit, and have a pre-commit hook that rejected any
commit that didn't bump the property value for a modified file.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 22 02:15:42 2003

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.