> Yes, thanks, and I see why I couldn't spot a difference: I simply
> misapplied your patch. :)

That makes sense :-)

> Your diff makes sense, ok jca@ - just don't forget to bump REVISION.

Thanks, I will add REVISION=0 to Makefile.

Kinichiro Inoguchi 

On Wed, Jan 11, 2017 at 03:54:11PM +0100, Jeremie Courreges-Anglas wrote:
> kinichiro inoguchi <kinichiro.inogu...@gmail.com> writes:
> 
> > Hi,
> >
> > Thanks for checking this.
> > I also wanted to convert part of OpenBSD source tree to git repo.
> >
> > My procedures are,
> > 1. Run cvs2git with setting expanded to  'KeywordHandlingPropertySetter' in
> > option file for CVS that contains ,v files in it.
> > 2. Import it into new git repo.
> > 3. git clone and compare git log and some file that has OpenBSD or Mdocdate.
> >
> > Without my patch, git log information and expanded OpenBSD and Mdocdate
> > were different since keyword expansion was not done for those 2 keywords.
> > Information by git log is right.
> >
> > Does my explanation make sense ?
> 
> Yes, thanks, and I see why I couldn't spot a difference: I simply
> misapplied your patch. :)
> 
> Your diff makes sense, ok jca@ - just don't forget to bump REVISION.
> 
> 
> Index: Makefile
> ===================================================================
> RCS file: /d/cvs/ports/devel/cvs2svn/Makefile,v
> retrieving revision 1.11
> diff -u -p -p -u -r1.11 Makefile
> --- Makefile  11 Mar 2013 10:50:02 -0000      1.11
> +++ Makefile  11 Jan 2017 14:51:49 -0000
> @@ -5,6 +5,7 @@ COMMENT=              migrate repositories from CVS 
>  # Beware! Upgrades need a new directory in MASTER_SITES,
>  # otherwise you probably get the old files, not 404.
>  MODPY_EGG_VERSION=   2.4.0
> +REVISION=            0
>  DISTNAME=            cvs2svn-${MODPY_EGG_VERSION}
>  MASTER_SITES=                ${HOMEPAGE}files/documents/1462/49237/
>  
> 
> 
> -- 
> jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to