Integration with Maven

Alexander Belchenko bialix at ukr.net
Tue May 31 07:08:53 UTC 2011


Paweł Baran пишет:
> project2 is one of the project1 modules. I would like to link to it 
> using relative path in server where i have both project repositories. I 
> can't use full path, because the absolute path is:
> bzr+ssh://login@server/path/to/repository/of/project2
> This path is saved in .bzrmeta. (What about another users?)

You can avoid saving your login in the URL if you'll use 
authentication.conf to specify your login for your server, e.g. add the 
following

[myserver]
scheme = ssh
host = server
user = login

> project2 is placed on the same server, for instance 
> server/bzr-repos/repository2/project2. project1 — 
> server/bzr-repos/repository1/project1. I want to link from subdirectory 
> of project1 to project2 using relative path. Something like: 
> ../../../repository2/project2.

I suspect there is no such feature.



More information about the bazaar mailing list