<br><br>
<div><span class="gmail_quote">On 11/29/06, <b class="gmail_sendername">Aaron Bentley</b> &lt;<a href="mailto:aaron.bentley@utoronto.ca">aaron.bentley@utoronto.ca</a>&gt; 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>&gt; On my laptop which I don't have a public ip address that I can link
<br>&gt; to, I did a bzr branch and checked out the repository.&nbsp;&nbsp;I created a<br>&gt; file and added that to the repository thru bzr add and then followed<br>&gt; it up w/ a bzr commit to commit it up to the main repository.
<br>&gt; 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>&gt; file I created.&nbsp;&nbsp;Am I doing something wrong?<br><br>Bazaar doesn't automatically update remote working trees.&nbsp;&nbsp;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 &quot;bzr update&quot;
<br>to get the new versions of the files.<br><br>Another alternative is to use&nbsp;&nbsp;rsync push ('rspush') from bzrtools,<br>which will update all the data.&nbsp;&nbsp;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.&nbsp; I shelled into the remote machine and did do the bzr update but nothing else has changed.&nbsp; I guess I'll have to read the documentation better to try and figure out how I should be doing things.
</div>
<div>&nbsp;</div>
<div>Stupid newbie questions I guesssssss<br>&nbsp;</div>