Re: SCMS question

Поиск
Список
Период
Сортировка
От Ron Mayer
Тема Re: SCMS question
Дата
Msg-id 45DF6A62.4080406@cheapcomplexdevices.com
обсуждение исходный текст
Ответ на Re: SCMS question  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian wrote:
> 
> My typical cycle is to take the patch, apply it to my tree, then cvs
> diff and look at the diff, adjust the source, and rerun until I like the
> diff and apply.  How do I do that with this setup?

The most similar to what you're doing would be to
merge the patch's branch into yours.   It's about
exactly the same amount of work as applying a
patch (a one liner if there are no conflicts).

From that point you could continue exactly as you are now - with the
additional benefit(?) that the checkin history of the branch should (I
hope) be preserved through the merge process so the SCM's history would
let you see which changes from the patch came from the submitter and which
changes came from the modifications in your tree.



(I think this SCM requirements list
http://changelog.complete.org/posts/528-Whose-Distributed-VCS-Is-The-Most-Distributed.htmlisone of the more
interesting.Thetwo features I like about the distributed systems are  # 5. Branching preserves full history  # 6.
Mergingpreserves full history.so the history of the branch (including which changescame from the submitter and which
weremodificationsin your tree) are preserved when they're eventuallycommitted to head.)
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Simple Column reordering
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: [GENERAL] 5 Weeks till feature freeze or (do you know where your patch is?)