David Weintraub wrote on Thu, Oct 06, 2011 at 12:22:33 -0400: > What about using "svngit"? We could have an automated process that > pulls data from the Subversion repository in the U.S. and creates a > local Git repository in India using "svngit'. This could be done when > there's no one in the Indian office. Developers could then checkout > and commit their changes to their local Git repository. In the middle > of the night, the Git repository could then push its changes to > Subversion using "gitsvn" Is this a possibility?
And what do you do when the push step fails due to the Subversion repository having changed after the pull?