Am Montag, den 06.06.2011, 14:47 -0500 schrieb Vibrans, Frank:
Does anybody know of a way or have a script to get SVN to run git for me? All I need is the equivalent of SVN checkout and update. Thanks,
git-svn provides a bidirectional gateway, and we used it to provide the read-only git repository so far (ie. the other direction).
You could create a local SVN repository and convert the git repository into it (cronjob or similar).
Patrick