On Mon, Jun 16, 2008 at 02:57:42PM -0400, "D. Stuart Freeman" wrote: > I have a repository that I made with 'git-svn clone' that I'd like to > make bare but retain the svn info. Would I just change the "bare" in > .git/config to true? Is there anything I have to do to remove the > working copy info? change it in foo/.git/config and mv foo/.git foo.git also don't forget that you'll need 'git --bare svn foo' instead of 'git svn foo' from now.