I have gotten used to using git on some of my home projects and work projects to track the changes I make in my own folders. I would like to use it to track the changes I make to a set of files in an svn checkout.
I have read about git-svn and it just seems like it is more than I want/need at this point.
I think all I really want to do (at this point) is to use git to track changes to a set of files / directories that just "happen" to be an svn checkout.
I am thinking I would even include the .svn directory in git as well (but not include the .git directory in svn). The idea being if I switch back to an old branch, my checkout would be exactly the same as it was when I last left it.
This seems like a strait forward approach to me, is there some specific reasons this would not work?