On 7/13/07, <b class="gmail_sendername">Martin Pool</b> &lt;<a href="mailto:mbp@sourcefrog.net">mbp@sourcefrog.net</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 7/13/07, Hendy Irawan &lt;<a href="mailto:gauldong@gmail.com">gauldong@gmail.com</a>&gt; wrote:<br>&gt; Is it possible to import a file into bazaar directly from HTTP? (without<br>&gt; special consideration by web server/webmaster)
<br>&gt;<br>&gt; So the workflow goes like:<br>&gt;<br>&gt; 1. First import from HTTP site<br>&gt; 2. I make a branch of that import<br>&gt; 3. Work on the branch<br>&gt; 4. Sometimes synchronize the import with the original HTTP site if it gets
<br>&gt; updated<br>&gt; 5. Merge the import to my branch<br>&gt; 6. Send a diff of the branch vs. import to the original webmaster, to be<br>&gt; merged<br>&gt; 7. Repeat step 3-6 as necessary<br>&gt;<br>&gt; Note that the file on the web server isn&#39;t a bazaar repository/branch, just
<br>&gt; plain HTTP served file.<br><br>There isn&#39;t builtin support, but you can do this after a fashion.<br>Make a branch on your local machine representing the upstream web<br>site.&nbsp;&nbsp;From time to time use a mirroring tool to update it from the
<br>web site, then commit in that bzr branch, then merge it into your<br>working branch.<br><br>--<br>Martin<br></blockquote></div><br>Thank you Martin.<br><br>Yeah I guess so...<br clear="all"><br>So for step #3 in my described workflow, I&#39;d do a &#39;wget http://........ &amp;&amp; bzr ci -m &quot;Update!&quot;&#39;
<br><br>:-) I guess that should work for now :)<br><br>-- <br>Hendy Irawan -- Yahoo: ceefour666<br><a href="http://www.hendyirawan.com">www.hendyirawan.com</a>