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

Re: [Patch] cvs2svn.py

From: <cmpilato_at_collab.net>
Date: 2002-07-19 15:22:52 CEST

"Sander Striker" <striker@apache.org> writes:

> > I just noticed the missing log messages and tried to put them back.
>
> Odd, if this is happening, I'll deflect my question to Greg: why are
> commits with a different log msg identified as being in the same
> changeset?

I wonder if, since CVS has no atomic commits anyway, some developers
might have been in the habit of doing per-file commits, each file with
its own log message? I can see a simple script parsing `cvs up' for
a local mods list, crawling that list doing something like:

   for file in `get_local_mods`; do
     cvs ci -F ${file}.log_msg ${file}
   done

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 19 15:25:27 2002

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.