Our entire code is stored in a SVN respository on a remote server. However, my team here is in favor of using GIT local server by cloning svn repository using git-svn. The problem I face is how do I make sure that my local team members are able to clone the git-svn local repository and each "push" to local git-svn repository is published to SVN repository. I think I can run a cron job to rebase the git-svn repository with SVN repository every 20 or 30 min.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

You can also add post-receive hook to commit pushed changes to svn.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.