views:

20

answers:

0

In our project we have to commit all changes to the clients svn repository.

I want to move our team to git. So I'm thinking I'll need a central git repository that uses git-svn to push to the svn server.

My questions:

  • Is there a way I can get the central git repository to automatically push to the svn repository, or would a simple cronjob be best?
  • What's a good way to have the central git repository deal with svn:externals, so that the teammembers don't have to worry about it.

Lastly: am I taking the right approach, or is there a better way altogether?