[Clfs-support] [Clfs-dev] Official Announcement
Roy Bekken
roy.bekken at gmail.com
Mon Sep 14 07:54:30 PDT 2009
On Monday 14 September 2009 16:20:10 Brett Neumeier wrote:
> You could do something like:
>
> for TAG in $(git tag)
> do
> git checkout $TAG
> git tag -d $TAG
> git tag -a -m "tag imported from SVN" $TAG
> done
> git push --tags
>
That will render the tags useless... its possible to write down an tags commit
id and recreated it.
git tag -a -m 'clfs-1.1.0' 1.1.0 dc4f9f27f197a5f4724720810a848a94d199cafb
But I don't know howto get the desired “describe” effect afterwards. There have
been some patches for renaming and making tags annotated on git mailing list
but as far as I know, that have not be put upstream :(
More information about the Clfs-support
mailing list