<br><br>
<div><span class="gmail_quote">On 11/29/06, <b class="gmail_sendername">Aaron Bentley</b> <<a href="mailto:aaron.bentley@utoronto.ca">aaron.bentley@utoronto.ca</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">-----BEGIN PGP SIGNED MESSAGE-----<br>Hash: SHA1<br><br>Jonathan Jesse wrote:<br><br>> On my laptop which I don't have a public ip address that I can link
<br>> to, I did a bzr branch and checked out the repository. I created a<br>> file and added that to the repository thru bzr add and then followed<br>> it up w/ a bzr commit to commit it up to the main repository.
<br>> However when I look at <a href="http://doc.ubuntu.com/~jjesse/keep/C/">doc.ubuntu.com/~jjesse/keep/C/</a> I don't see the<br>> file I created. Am I doing something wrong?<br><br>Bazaar doesn't automatically update remote working trees. Partly
<br>because doing so can create conflicts if you have uncommitted changes in<br>the remote working tree, which you might have difficulty resolving.<br>Partly because it is a tricky operation.<br><br>One alternative is to shell into the remote machine and run "bzr update"
<br>to get the new versions of the files.<br><br>Another alternative is to use rsync push ('rspush') from bzrtools,<br>which will update all the data. rsync push is only appropriate for<br>standalone trees, not branches in a shared repository.
<br><br>Aaron<br>-----BEGIN PGP SIGNATURE-----<br>Version: GnuPG v1.4.1 (GNU/Linux)<br>Comment: Using GnuPG with Thunderbird - <a href="http://enigmail.mozdev.org">http://enigmail.mozdev.org</a><br><br>iD8DBQFFbgBu0F+nu1YWqI0RAsoIAKCGU47mPEBws7Xz06IZ18S8LRvLmgCdGLFQ
<br>0rnAUSAL8t7uEXXHStxSXR0=<br>=XsYZ<br>-----END PGP SIGNATURE-----<br></blockquote></div>
<div>Sorry for another stupid question then. I shelled into the remote machine and did do the bzr update but nothing else has changed. I guess I'll have to read the documentation better to try and figure out how I should be doing things.
</div>
<div> </div>
<div>Stupid newbie questions I guesssssss<br> </div>