You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Lev Serebryakov <le...@serebryakov.spb.ru> on 2003/11/13 15:50:55 UTC

Re[2]: svn2cl?

Hello Ben,

Thursday, November 13, 2003, 6:48:35 PM, you wrote:

>>   Is here any ready pre-commit (post-commit?) hook, which adds log
>> message to ChangeLog? Is it possible, to modify transaction to add
>> such change in pre-commit hook?
BCS> 1. The general opinion of svn people is that traditional ChangeLogs
BCS> aren't particularly useful anymore, since we have atomic, global
BCS> commits.  'svn log' can generate a ChangeLog anytime you want.
  So, `make release' should contains call to `svn log'. Ok.

BCS> 2. It is EXTREMELY BAD to have a pre-commit hook modify the
BCS> transaction:  don't do it!  There's currently no way for the working
BCS> copy to find out about it.  After the commit finishes, the working copy
BCS> assumes that the file it sent is exactly what went into the repository.
  Ok, I see. It is good point.

-- 
Best regards,
 Lev                            mailto:lev@serebryakov.spb.ru


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org