I recently changed some repositories over to Git from SVN by using git svn clone and then setting up the repository. With a full switch to Git, is it necessary to retain the original SVN repository at all or is it safe to delete it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I say backup everything and store it forever, storage is cheap, losing work is not.
That being said, if you got all your revisions and you are happy with your git repository – you do not need your svn repo anymore. But this all depends on the method you used to move your svn repo over to your git repo – did you get all revisions, did you change authors? If so, move onwards and upwards – git is your SCM now.