I’m currently trying to convince my company to migrate to git from subversion, and one thing that would be really helpful would be to allow me to store a repository in subversion and git at the same time (then I can show them how easy it is to do in git what they’ve spent an hour trying to do in subversion). I guess that I could put my subversion repository straight into git, but this seems to leave loads of .svn artifacts in each directory. Does anyone know if there’s a way to avoid this?
I’m currently trying to convince my company to migrate to git from subversion, and
Share
I hate to recommend it, but it may be an option that works for you. GitHub just announced subversion client support on Git Repositories.
Keep in mind, with new technology comes new bugs.