[ANNOUNCE] git2svn 0.1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

So you want to convert to git from svn but have an anonymous userbase
pulling from svn and/or tools that uses svn that you can't convert.

Use git2svn to convert the "git fast-export" dump into a svn dump
and load it into a new fresh svn repository. git2svn also supports
incremental updates.

git2svn was tested on heimdal/master and samba/v3-2-test during the
development so it should work on semi large repositories.

             http://repo.or.cz/w/git2svn.git

Please send any bug reports and comments to lha@xxxxxx

README:

    This program will convert a git branch to a svn ditto, it also
    support incremental updates.

    git2svn takes a git fast-export dump and converts it into a svn
    dump that is feed into svnadmin load.

    git2svn assumes its the only process that writes into the svn
    repository. This is because of the race between getting the to svn
    Revsion number from the svn, creating the dump with correct
    Revsions, and do the svnadmin load.

    git2svn also support incremental updates from a git branch to a
    svn reprositry. Its does this by setting a git tag
    (git2svn-syncpoint-branchname) where the last update was pulled
    from.



Love


--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux