<br><div><span class="gmail_quote">On 1/25/07, <b class="gmail_sendername">Subhash Chandran</b> &lt;<a href="mailto:subwiz@gmail.com">subwiz@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<a href="http://bazaar-vcs.org/BzrTips#head-e925ededeebef1993e2f3e9b3e08076205035448">http://bazaar-vcs.org/BzrTips#head-e925ededeebef1993e2f3e9b3e08076205035448</a><br><br>I am totally new to bzr. I am trying to version my site contents using
<br>bzr. My hosting provider supports only FTP access.<br><br>What I have done?<br><br>1. Create a bzr repository using `bzr init&#39; in /home/subhash/tt<br>2. Added my site content in this repository and did commit<br>3. Copied this repository to another location in my HDD /home/subhash/wiz
<br>4. Made changes to the repository in /home/subhash/tt. Did commit.<br>5. Pushed from /home/subhash/tt the changes made to /home/subhash/wiz<br>using FTP protocol:<br><br>$ bzr push <a href="ftp://subhash:xxx@localhost/home/subhash/wiz">
ftp://subhash:xxx@localhost/home/subhash/wiz</a></blockquote><div><br>not good to give your password to the world: <a href="http://comments.gmane.org/gmane.comp.version-control.bazaar-ng.general/21474">http://comments.gmane.org/gmane.comp.version-control.bazaar-ng.general/21474
</a><br>you better change it.  <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I get this message:<br><br>This transport does not update the working tree of:
<br><a href="ftp://subhash@localhost/home/subhash/wiz/">ftp://subhash@localhost/home/subhash/wiz/</a><br><br>I see that the /home/subhash/wiz is not updated. I am using bzr version:<br><br>Bazaar (bzr) 0.10.0<br><br>Is this the expected behavior? Why?
</blockquote><div>yes. <br>that is what the warning tries to tell you &#39;This transport does not update the working tree&#39;<br><br>I don&#39;t know why, but it also irritates me. (hey maybe I can fix it!)<br>what you can do though, is ssh to the server and do a 
<br>&#39;bzr update&#39;<br>this will update your working tree.<br>At this stage, my build tasks on the server automatically does a update before building.<br>But I think in your situation you could even make a cron job to do this.
<br>&nbsp;</div>hope this helps<br>marius<br></div><br clear="all"><br>-- <br><br><br><br>I code therefore I am.