What is right path of my remote branch?
John Arbash Meinel
john at arbash-meinel.com
Sun Jun 24 14:31:59 BST 2007
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Eric Wang wrote:
> I can connect to my server via SSH with PuTTY, and accees my branch at d:\repo\branch. It is Windows style, how should I map it to a path of LINUX/UNIX style, so bzr can connect?
>
> Thanks
> Eric
>
It sounds like it would be:
bzr log sftp://host/d:/repo/branch
or
bzr log bzr+ssh://host/d:/repo/branch
But remember that the 'bzr' executable (probably bzr.bat) needs to be in your
path. Or you can supply:
BZR_REMOTE_PATH="???" bzr log bzr+ssh://host/d:/....
You may need to do that as
set BZR_REMOTE_PATH="something"
bzr log bzr+ssh://...
John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGfnJPJdeBCYSNAAMRAoEeAKCxFtXzHAiYME8QW7nQbSKlxIWxJACdFor0
wMp8YjnPOlz/6idGmZTCA3w=
=Ofpe
-----END PGP SIGNATURE-----
More information about the bazaar
mailing list