Re: SVN to Git: trunk moved during repository history

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ulrich Spörlein
Date: Friday, April 23, 2010 - 8:12 am

On Wed, 21.04.2010 at 10:03:16 -0400, Bradley Wagner wrote:

I did this for the FreeBSD repo, where one or two branches were moved to
some other level. I can't get to the rule file right now, but you need
to figure out the revisions when the layout changed.

Then use something like this (from the top of my head, most likely
buggy)

match /
  min-revision 1
  max-revision 100
  branch master
end

match /trunk
  min-revision 101
  branch master
end

... you get the drift. Ask again if something is unclear, next time I
get to my rules files I can give you a better example.

Bye,
Uli
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
SVN to Git: trunk moved during repository history, Bradley Wagner, (Mon Apr 19, 2:18 pm)
Re: SVN to Git: trunk moved during repository history, Stephen Kelly, (Mon Apr 19, 5:07 pm)
Re: SVN to Git: trunk moved during repository history, Bradley Wagner, (Wed Apr 21, 7:03 am)
Re: SVN to Git: trunk moved during repository history, Ulrich Spörlein, (Fri Apr 23, 8:12 am)
Re: SVN to Git: trunk moved during repository history, Bradley Wagner, (Tue Apr 27, 12:55 pm)