Re: BZR local server?repo?

2014-01-23 Thread Robert Collins
Put bzr update in cron? Or if you want an exact copy of trunk, use 'bzr branch' then 'bzr pull' to keep it in sync. On 23 January 2014 20:53, Eliezer Croitoru elie...@ngtech.co.il wrote: Since I do have a local server I want to have an up-to-date bzr replica. I can just use checkout or

Re: BZR local server?repo?

2014-01-23 Thread Henrik Nordström
tor 2014-01-23 klockan 09:53 +0200 skrev Eliezer Croitoru: Since I do have a local server I want to have an up-to-date bzr replica. I can just use checkout or whatever but I want it to be be updated etc. I am no bzr expert so any help about the subject is more then welcome. What I do is that

Re: BZR local server?repo?

2014-01-23 Thread Kinkie
Hi, my 2c. I use a more centralized approach: bzr co bzr+ssh://remote.addr/repo and then just bzr ci, optionally --local if I am disconnected. On Thu, Jan 23, 2014 at 10:38 AM, Henrik Nordström hen...@henriknordstrom.net wrote: tor 2014-01-23 klockan 09:53 +0200 skrev Eliezer Croitoru: Since