[git-users] Re: svn remove branch not passed through to git

2011-03-29 Thread Thomas Ferris Nicolaisen
Yes, this is true. By default, you'll get a lot of stale branches in your fetching repo. For the time being, I've ignored this. I regularly clean it up. Say I have a mirror of a svn repo with trunk, tags/1.0 and a branch branches/1.0.x: Fetching repo: tfnico:~/git-repos/website-fetching/git

[git-users] Re: svn remove branch not passed through to git

2011-03-29 Thread Hillel (Sabba) Markowitz
On Tue, Mar 29, 2011 at 9:51 AM, Thomas Ferris Nicolaisen tfn...@gmail.com wrote: Yes, this is true. By default, you'll get a lot of stale branches in your fetching repo. For the time being, I've ignored this. I regularly clean it up. Say I have a mirror of a svn repo with trunk, tags/1.0

[git-users] Re: svn remove branch not passed through to git

2011-03-28 Thread Sabba Hillel
On Mar 28, 2:04 pm, Sabba Hillel sabbahil...@gmail.com wrote: I created a bare git repository with a number of branches. I then created a fetch directory using git svn. A particular branch was removed from the repository using svn (call it old_branch). THe browser shows that old_branch has