On 7/13/07, <b class="gmail_sendername">Martin Pool</b> <<a href="mailto:mbp@sourcefrog.net">mbp@sourcefrog.net</a>> 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 <<a href="mailto:gauldong@gmail.com">gauldong@gmail.com</a>> wrote:<br>> Is it possible to import a file into bazaar directly from HTTP? (without<br>> special consideration by web server/webmaster)
<br>><br>> So the workflow goes like:<br>><br>> 1. First import from HTTP site<br>> 2. I make a branch of that import<br>> 3. Work on the branch<br>> 4. Sometimes synchronize the import with the original HTTP site if it gets
<br>> updated<br>> 5. Merge the import to my branch<br>> 6. Send a diff of the branch vs. import to the original webmaster, to be<br>> merged<br>> 7. Repeat step 3-6 as necessary<br>><br>> Note that the file on the web server isn't a bazaar repository/branch, just
<br>> plain HTTP served file.<br><br>There isn'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. 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'd do a 'wget http://........ && bzr ci -m "Update!"'
<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>