Monticello change log history?

Colin Putney cputney at wiresong.ca
Mon Jun 19 19:59:08 UTC 2006


On Jun 19, 2006, at 3:48 PM, Avi Bryant wrote:

>
> On Jun 19, 2006, at 12:33 PM, Andreas Raab wrote:
>
>> Hi Guys -
>>
>> I'm in the process of synchronizing two repositories which  
>> (effectively) comes down to copying the latest version of the  
>> package from repository A to repository B.
>>
>> Problem is: When you do this, all the intermediate history gets  
>> lost. Unfortunately, that also includes all the log information  
>> about the changes that were accumulated and that is extremely  
>> annoying since if anyone asks me what has changed all I can do is  
>> to scrap the log info off each of the individual versions from the  
>> "right" repository.
>
> I don't understand what intermediate history you're saying is  
> getting lost.  Each version of the package is self contained and  
> carries the entire version history with it... is it just that you  
> can't diff against intermediate versions because they aren't in the  
> repository?

Yeah, that might be it.

Andreas, to synchronize the two repositories, you should copy to A  
everything that's only in B and vice versa. In other words, make both  
repositories contain the union of the two sets of versions. That  
should make it possible to find intermediate versions when doing diffs.

Colin





More information about the Squeak-dev mailing list