[git-users] git-svn relocate

2012-08-24 Thread Clint
Hi, I have an issue using git with an svn repository that has been relocated. Not only has it been relocated, but the revision numbers have been shifted while merged with another repository. After some effort, I was able to use git-filter-branch to modify the "git-svn-id:" to change the URL and

[git-users] newbie: git svn not creating a local copy

2012-08-24 Thread Nilesh Thali
Hello, This is on windows 7, using "git version 1.7.10.msysgit.1". I did a git svn clone -s and got this: Initialized empty Git repository in c:/Users/sg0578082//.git/ Using higher level of URL: http:///trunk => http:// After the command prompt came back, my had nothing but the .git directory

[git-users] Git bug-flow

2012-08-24 Thread Tim Chase
I've been playing around with trying to keep some basic bug and feature-request tracking information in git alongside my project and was wondering how other folks have been doing this. My current workflow is something like 1) alongside my src/ and docs/ directories, create a todo/ directory cont