All of lore.kernel.org
 help / color / mirror / Atom feed
* git-svn : can dcommit commit tags ?
@ 2010-10-14 12:53 Philippe De Muyter
  0 siblings, 0 replies; only message in thread
From: Philippe De Muyter @ 2010-10-14 12:53 UTC (permalink / raw)
  To: git

Hello list,

I have used git for a project, and I am now requested :( to convert
the repo to a svn repo.

I use the following script :

    SVNREPO=${SVNDIR}repo
    svnadmin create ${SVNREPO}
    cd ${GITDIR}
    svn mkdir --parents file://${SVNREPO}/{trunk,tags,branches} -m "Creating repo"
    git svn init file://${SVNREPO} -s
    git svn fetch
    git rebase trunk
    git status
    git svn dcommit -A ~/authorname
    git log
    git tag
    cd ..
    svn co file://${SVNREPO} ${SVNDIR}
    cd ${SVNDIR}
    svn log
    svn ls file://${SVNREPO}/tags

But I did not find a way to recreate the existing git tags in the
svn repository.

How can I achieve that ?

Thanks in advance

Philippe De Muyter

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-10-14 12:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-14 12:53 git-svn : can dcommit commit tags ? Philippe De Muyter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.