Re: [PATCH v1] Remove no-op revisions

Oswald Buddenhagen <[email protected]> Fri, 5 Mar 2010 21:56:35 +0100
Newsgroups gmane.comp.version-control.subversion.cvs2svn.devel
Message-ID <[email protected]>
On Fri, Mar 05, 2010 at 03:31:15PM -0000, Jon Foster wrote:
> With CVS, you can use "cvs commit -f" to commit a file that hasn't
> actually changed.  This generates a new revision in the repository,
> with an empty diff.  This patch adds a --remove-noop-revisions flag
> to cvs2svn, which causes (most of)* these no-op CVS commits to be
> ignored.
> 
such no-op revisions are sometimes created intentionally to "amend" a
borked commit message of a previous commit. in such a situation,
replacing the erlier commit's message would be most appropriate.
however, detecting such a situation could be done heristically at best.

i don't remember whether you already said that ... why else would
somebody have used commit -f and why would you want to get rid of these
commits?

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

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