Ralf Wildenhues <[EMAIL PROTECTED]> writes: > Hi Andreas, > > * Andreas Schwab wrote on Sat, Apr 19, 2008 at 11:50:58AM CEST: >> >> AFAICS the history in the git repository correctly matches the CVS tree, >> only the tags are pointing to the wrong commits. > > Did you check whether the correct commits are even present in the tree? > If so, then I suppose we can fix them up manually.
The basic problem seems to be that the history of the libtool.prj files is about 18 months younger than the rest of the history, but still tagged with the corresponding release tags. This confuses cvsps, which has associated the tags with the dates corresponding to the libtool.prj history. I think it should be possible to find the correct commits for these tags. >> Ralf Wildenhues <[EMAIL PROTECTED]> writes: >> > git tag -d `git tag -l` >> > git pull >> >> Just running git fetch --tags should be enough. > > If you have already fetched the wrong tags before, then that won't > overwrite them. Works for me with the default git configuration. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
