Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Apr 2018 13:58:12 +0300
From:      Daniel Braniss <danny@cs.huji.ac.il>
To:        freebsd-hackers@freebsd.org
Subject:   sys/conf/newvers.sh
Message-ID:  <D2E8AC0D-7B5E-4A7E-A078-C7807F15BBEA@cs.huji.ac.il>

next in thread | raw e-mail | index | archive | help
hi,
while trying to get newvers.sh to work for me (I have the freebsd =
sources tracked via svn/hg)
i solved one issue:
	the path should not contain .hg
but then I found a new one :-(
	hg -R /path/src svn info
gives the first/oldest info, so
	hg -R /path/to/src svn info -r tip
gives the latest (and correct revision)

So, if this is working ok for others, then I have a problem with hg/svn, =
or else I=E2=80=99m missing something.

thanks,
	danny




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D2E8AC0D-7B5E-4A7E-A078-C7807F15BBEA>