[Buildbot-devel] [ANN] Buildbot-0.7.10

Almad bugs at almad.net
Sat Mar 7 13:04:00 UTC 2009


On Friday 06 of March 2009 11:07:39 Marcus Lindblom wrote:
> Hi,
>
> It was changed (in reponse to another ticket) since a full clone is
> expensive to do over and over again. Rather, we just do 'hg init' if we
> need to (inital setup + error recovery and maybe branch shifts), then
> 'hg pull' from thereon, to make things leaner and speedier.

hg init + hg pull is different from hg clone?

> I suppose the first checkout could be a 'hg clone' instead, followed by
> the same 'hg pull' as now.

That is for "update" mode, right? But what about "export"?

Actually, I'm experiencing similar problems on our git project; problem 
especially is, that git init + git fetch do not fetch tags, so I have to 
manually add git fetch -t.

I think that in respect to new VCS around, it will be nice to create few more 
commands and address differences.

(Well, #276 and #263 on my plate, so I might try during PyCon ,))

> Cheers,
> /Marcus

Almad




More information about the devel mailing list