We have a remote SVN repository that is used to hold all our content form artwork to videos ect... As you would expect this remote SVN repository is 90 gigs in size.
I would like to use GIT instead of using SVN, considering I would like to have any updates or commits by anyone else in the team visible without needing to show history with SVN (This takes 5 minutes to do due to me working remotely.
I have a local SVN checkout of the repository on my machine and its 90 gigs in size. Is there any way I can use GIT to clone this SVN checkout (90 gigs of data) then continue to git svn fetch and pull/commit to the remote SVN repository without needing to clone the remote repository?
Please note, the SVN repository is 90 gigs in size. So doing a remote clone not is possible to the with Git Svn Clone. So I would like to somehow, duplicate the data and create the hash tables then somehow tell git "go now look for updates on the server at this revision"