From: Martin Langhoff Date: Sun, 11 Jun 2006 08:12:20 +0000 (+1200) Subject: cvsimport: complete the cvsps run before starting the import X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=2f57c69792146e6c178a05edec18ab15d0138ad6;hp=2f57c69792146e6c178a05edec18ab15d0138ad6;p=git.git cvsimport: complete the cvsps run before starting the import We now capture the output of cvsps to a tempfile, and then read it in. cvsps 2.1 works quite a bit "in memory", and only prints its patchset info once it has finished talking with cvs, but apparently retaining all that memory allocation. With this patch, cvsps is finished and reaped before cvsimport start working (and growing). So the footprint of the whole process is much lower. Signed-off-by: Martin Langhoff Signed-off-by: Junio C Hamano ---