Repository referencing in command lines

John A Meinel john at arbash-meinel.com
Sat Feb 11 14:23:04 GMT 2006


Wouter van Heyst wrote:
> On Sat, Feb 11, 2006 at 06:11:43AM -0600, Matthew D. Fuller wrote:
> 
> <snip>
> 
>> Listing them separately makes it easier to treat them separately.  For
>> instance, most of my work on a given project is probably going to be
>> in a single repository.  So if I've got a "foo.main" branch, and I've
>> been working on a feature in "foo.mindreading", I want to merge from
>> main by typing something like
>>
>>     % bzr merge foo.main
>>
>> I don't want to be typing
>>
>>     % bzr merge sftp://me@server/home/fullermd/work/repos/foo/foo.main

I didn't catch this in the original post, but what is wrong with:
either using 'repos/foo.main' or 'repos/foo/main'.
If you don't want to repeat 'foo', then don't. :)

John
=:->


> 
> I would probably have foo.main checked out alongside foo.mindreading:
> 
>       % bzr merge ../foo.main
> 
> You might object against that because of diskspace or again using paths,
> for that I lean towards branch aliases and or matching substrings in
> branches.conf.
> 
> Wouter van Heyst



-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 249 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060211/8ddeac46/attachment.pgp 


More information about the bazaar mailing list