Storing a repository in subversion and git

Posted by Ceilingfish on Stack Overflow See other posts from Stack Overflow or by Ceilingfish
Published on 2010-05-05T16:05:53Z Indexed on 2010/05/05 16:08 UTC
Read the original article Hit count: 278

Filed under:
|
|

Hi,

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?

© Stack Overflow or respective owner

Related posts about subversion

Related posts about git