sys/conf/newvers.sh
Daniel Braniss
danny at cs.huji.ac.il
Wed Apr 11 10:58:25 UTC 2018
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’m missing something.
thanks,
danny
More information about the freebsd-hackers
mailing list