pear / pear-svn-git

tool to move pear svn repositories to git
5 stars 8 forks source link

Maintain branches and tags #9

Closed CloCkWeRX closed 10 years ago

CloCkWeRX commented 12 years ago

git svn clone -s is great; but doesn't carry across branches and tags.

We should investigate svn2git or other mechanisms.

CloCkWeRX commented 12 years ago

http://pear.php.net/bugs/bug.php?id=19092

helgi commented 12 years ago

Any progress on this?

If you look for an email from Brett to the pear-dev list back in May 2011 with the subject "PEAR Development on Github" then you can see how we did it for a lot of the pear2 packages.

That used svn2git and seemed to carry everything over properly. svn2git builds on top of git svn iirc.

CloCkWeRX commented 11 years ago

Ah, not on my part unfortunately. A lot of packages got mirrored, with their branches intact - I was using something like svn2git for that.

cweiske commented 10 years ago

I re-converted svn2git with all tags.