Newbie question - how to publish my repository
Martin Pool
mbp at sourcefrog.net
Mon Jul 30 18:03:24 BST 2007
Hi Paul,
If you have sftp access to your server, then just do
bzr init-repo sftp://user@host/~/myproject
bzr push sftp://user@host/~/myproject/mybranch
then on the second machine (eg at work)
bzr init-repo ~/myproject
cd myproject
bzr branch sftp://user@host/~/myproject/mybranch
and then branch from that same machine onto the other machine you want
to work on. If you are going to be making several related branches
then do something like this
--
Martin
More information about the bazaar
mailing list