I git svn clone 'd the SVN repository a month ago and started building the source code with newer version of compiler. Within a month, the original SVN repo has changed (number of people made a bunch of commits). Now I want to have all those changes in the git repository.
I tried adding svn-remote section to the config file of git. according to this
But it did not work. Any ideas or suggestions ? I would like to have a history of all commits that were made to the svn repo. (authors and commit messages in the git log)
Thank you