On Fri, Jan 23, 2009 at 02:02:31PM +0100, Michael J Gruber wrote: > You can do (bash) > > for b in trunk branch0 > do > git update-ref refs/remotes/yournewprefix/$b refs/remotes/$b > git update-ref -d refs/remotes/$b > done That did the trick. Thank you so much! By the way, my renamed remote tracking svn branches now show under .git/refs/ as expected. -- Sébastien Mazy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html