On Jun 16, 2009, at 4:47 PM, Michael G Schwern wrote:
svn cp repo/trunk repo/tags/$tag git tag $tag -m 'Optional message'
You'll also want to push the tag back upstream. I do this:
git tag -a $tag
git push --tags
Best,
David
On Jun 16, 2009, at 4:47 PM, Michael G Schwern wrote:
svn cp repo/trunk repo/tags/$tag git tag $tag -m 'Optional message'
You'll also want to push the tag back upstream. I do this:
git tag -a $tag
git push --tags
Best,
David