On Wed, Dec 19, 2007 at 05:14:25PM -0500, Thomas Harning [off-list ref] wrote:
Example of what I mean...:
a - b -
`c'
As to how to pull the repository into subversion.. how would I do that?
git-svn init ?
i think you have two options:
- use some 3rd-party tool like tailor
- first you should rewrite your history by creating a linear history
then git-svn can dcommit your changes to svn
- VMiklos