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

Re: svn2cl?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-11-13 16:48:21 CET

Lev Serebryakov wrote:

> Hello users,
>
> 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?

Modifying a transaction from a hook is not a good idea. The change
would end up in the repository, but would not be propagated back to the
working copy the change was committed from, and a number of things would
become confused as a result.

Is it really necessary to keep the ChangeLog file under revision control
as people do with CVS? In Subversion's own repository, we don't update
  a ChangeLog file with each commit, instead relying on people to use
'svn log' (which is considerably more user friendly than 'cvs log'). We
still keep a CHANGES file, but it's only updated before a release.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 13 16:49:24 2003

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

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