On Sun, Dec 09, 2007 at 04:31:08PM +0100, J??rg Sommer wrote: > Gerrit Pape schrieb am Thu 06. Dec, 13:31 (+0000): > > On Mon, Nov 12, 2007 at 11:14:44PM +0100, J??rg Sommer wrote: > > > svn allows ~ as character in a tag name while git does not. git-svnimport > > > should replace such characters to make the import possible. Otherwise > > > git-tag fails. > > > > git-svnimport will be removed from future versions of git, as its > > functionality has been superseded by the git-svn(1) program. > > But git-svn doesn't import tags as git tags. Is this fixed in a new > git-svn?
AIUI, in SVN the tags actually are branches, and so git-svn developers decided to handle them as branches. You of course can tag the HEAD of the tags/* branches manually. > > AFAIK git-svn doesn't have this problem, you should use it instead of > > svnimport. > > Is git-svn really a replacement for a svn to git migration? http://thread.gmane.org/gmane.comp.version-control.git/62288/focus=62716 Regards, Gerrit. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

