On Wed, 15 Feb 2012 17:17:28 -0800, Chad innocentkiller@gmail.com wrote:
On Wed, Feb 15, 2012 at 8:09 PM, jidanni@jidanni.org wrote:
Add notes also on how we first cd(1) to the right directory, run some command that zaps all the hidden .svn files and another command that adds all the equivalent hidden .git files or whatever.
The .git folders will exist after you clone the repository. There won't be any .svn directories there to clean up.
-Chad
;) Actually you mean "folder", not "folders" (well, unless you're talking about subfolders within .git/). Unlike .svn with its complete mess, you don't need something fancy to clean it up. Since git uses nothing but one root .git/ folder.
Though double checking. It looks like rather than asking how to clone the git repo. He's asking how to convert a svn based checkout to a git checkout.