question on working w/ branches
Aaron Bentley
aaron.bentley at utoronto.ca
Wed Nov 29 21:49:34 GMT 2006
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Jonathan Jesse wrote:
> On my laptop which I don't have a public ip address that I can link
> to, I did a bzr branch and checked out the repository. I created a
> file and added that to the repository thru bzr add and then followed
> it up w/ a bzr commit to commit it up to the main repository.
> However when I look at doc.ubuntu.com/~jjesse/keep/C/ I don't see the
> file I created. Am I doing something wrong?
Bazaar doesn't automatically update remote working trees. Partly
because doing so can create conflicts if you have uncommitted changes in
the remote working tree, which you might have difficulty resolving.
Partly because it is a tricky operation.
One alternative is to shell into the remote machine and run "bzr update"
to get the new versions of the files.
Another alternative is to use rsync push ('rspush') from bzrtools,
which will update all the data. rsync push is only appropriate for
standalone trees, not branches in a shared repository.
Aaron
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFFbgBu0F+nu1YWqI0RAsoIAKCGU47mPEBws7Xz06IZ18S8LRvLmgCdGLFQ
0rnAUSAL8t7uEXXHStxSXR0=
=XsYZ
-----END PGP SIGNATURE-----
More information about the bazaar
mailing list