I have code base checked out from svn. (code_base). I want to create a local git repo from this code base and then use git branches to play with it. So, I am expecting a structure like follows:
currently available code = c:/code_base
git repo on same machine = c:/repo_head (Based on c:/code_base)
git clients from newly repo = c:/repo_client1 c:/repo_client2
I am trying to create a bare repo (repo_head) and then trying to add code_base but it does not seem to work. I am getting lot of errors. What is the best way to go about it?
code_basetorepo_head? What errors specifically are you getting?