Sync my website btw isp and local server
Martin Pool
mbp at sourcefrog.net
Fri Aug 31 02:39:41 BST 2007
On 8/30/07, OOzy Pal <oozypal at gmail.com> wrote:
> Hello
>
> I am new to bzr and I would like to sync my website btw the ISP and
> local server. The latest version in the ISP. Assume the following:
>
> domain: www.xyz.com
> local: /home/oozy/mysite
>
> I already did
>
> bzr init
>
> in the /home/oozy/mysite
>
> What should I do next?
You can use Bazaar to do this, but only if you can also install it on
the isp's server - you will need to have permission to run Bazaar
there. Once you have bazaar installed on the server, you should be
able to do
cd /home/oozy/mysite
bzr add
(bzr shows all the files that were added)
bzr commit -m 'initial checkin'
bzr push bzr+ssh://xyz.com/home/oozy/public_html/whatever
and that should get them up on the server.
--
Martin
More information about the bazaar
mailing list