Re: SVN log messages with cvs revision numbers

Michael Haggerty <[email protected]> Sun, 01 Apr 2012 10:43:07 +0200
Newsgroups gmane.comp.version-control.subversion.cvs2svn.user
Message-ID <[email protected]>
On 03/30/2012 12:50 PM, dchrzascik wrote:
> Is it possible to customise svn log messages during cvs2svn conversion
> process? What exactly I need is to include cvs revision number in svn
> message description. I took a look at sample config provided with the
> tool, however I didn't find anything relevant and --cvs-revnums
> commandline option doesn't fill my needs.
> 
> Hence, my question: is such customisation currently supported? If not,
> what source code changes are required to achieve such functionality? Can
> you point me to some source files where this message modification can
> take place?
> 
> I'm using cvs2svn 2.3.0

The log messages are generated by SVNCommit.get_log_message().  This
function is abstract; the implementations are in the classes derived
from SVNCommit.  The one that is used for typical commits is
SVNPrimaryCommit.get_log_message().

I recommend that you use the trunk version of cvs2svn; (1) it should
work better and (2) if you make changes that you want to contribute back
to the project, they will be easier to integrate back into the upstream
version of cvs2svn.

Michael

-- 
Michael Haggerty
[email protected]
http://softwareswirl.blogspot.com/

------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2943314

To unsubscribe from this discussion, e-mail: [[email protected]].