Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am working on windows, with tortoise git. I am having a problem where GIT does not work on my computer any more (I can't do any git command). I want to quickly switch to svn so I can keep working.

Is there a way to clean up my entire project folder so that all git files are gone, and I can copy all the files in a clean svn repo ?

Thank you very much.

share|improve this question
2  
You should rather fix git instead of switching to svn. Try installing msysgit and using the command-line git utilities. – ThiefMaster Nov 28 '11 at 9:47

1 Answer

up vote 6 down vote accepted

Just remove the .git directory or even better copy all the other files except the .git directory in the svn working copy.

share|improve this answer
which is why git is awesome – Jan Dragsbaek Nov 28 '11 at 9:46
1  
@Jan subversion 1.7 is also awesome then – eugene y Nov 28 '11 at 9:48

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.