skillzero@xxxxxxxxx wrote: > On Sat, Aug 22, 2009 at 1:46 PM, Eric Wong<normalperson@xxxxxxxx> wrote: > > > So you have something like this? > > > > ----------trunk > > \ > > \-> tag > > > > It looks like it's mixed but that's because trunk is an ancestor of your > > tag, so the majority of commits (see git-svn-id:) look like they're from > > trunk except the latest git-svn-id: which should have the URL of the tag > > in it. So in short, everything here is OK. > > Yes, that's what I see: most of the commits have a /trunk URL except > the last one has a /tags/TagX URL. > > When the next commit happens on master (I don't have svn commit access > on the svn repo to try it myself), will git svn automatically track > master->trunk again? Or is there something I need to change to tell it > "master tracks svn's /trunk"? I normally do git svn fetch and git svn > rebase (while on master, I do all my own commits on a separate > branch). You need to reset your master to trunk so it knows to track trunk instead of tags/TagX -- Eric Wong -- 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