How to communicate with upstream sources intelligently

Jari Aalto+usenet jari.aalto at cante.net
Thu Jun 29 00:25:12 BST 2006


* Wed 2006-06-28 John Arbash Meinel <john AT arbash-meinel.com>
* Message-Id: 44A30B88.2000604 AT arbash-meinel.com
>> 
>>     TRUNK => 1.0 => 1.1
>> 
> You could do:
>
> cd ~
> bzr init-repo --trees project
> cd project
> bzr init TRUNK-1.0
> cd TRUNK-1.0
> (untar the tarball)
> bzr add; bzr commit -m "release 1.0"
>
> cd ..
> bzr branch TRUNK-1.0 TRUNK-1.1
> etc.

Ok, I see. Now they are complete separate. I was thinking "svn
switch", but bzr does not yet have it if I rememeber correct.

Hm. How do I diff between 1.0 and 1.1 to see what's changed
in the model you presented?

Jari






More information about the bazaar mailing list