Our team have a remote git repository located in US.and we have our source code stored in SVN.
Which is the best way to share our code.I do not want to clone my entire svn repository to git or vice versa
Can I point my SVN repository to get source code from the Git remote Repository so that we will not store source code from git repository to our SVN server?
Any