On Wed, Sep 08, 2004 at 11:01:46AM -0400, Barrie Slaymaker wrote:
> > However in SVN::Mirror's t/3vcp-cvs.t, those branch-selective mirrors
> > have current estimated revisions displayed in the progress bar, but
> > they just run once.
>
> Are they accurate?
Yes, and they actually know the real numbers revisison to keep,
for the same cvs source repository:
- Mirroring trunk only, which is with the following map:
## ======= ===========
(...)<> $1<>
... <<delete>>
3vcp-cvs.t: found 123 rev(s) with 22 tag applications
3vcp-cvs.t: writing revisions: [##########] 31/31 revision 31
- Mirroring everything, which is no map filter at all:
3vcp-cvs.t: found 123 rev(s) with 22 tag applications
3vcp-cvs.t: writing revisions: [##########] 123/123 revision 105
- Mirroring selective branches, which the map filter is:
## ==================== =================
(...)<> $1<>
(...)<somebranch> $1<somebranch>
(...)<anotherbranch> $1<anotherbranch>
... <<delete>>
3vcp-cvs.t: found 123 rev(s) with 22 tag applications
3vcp-cvs.t: writing revisions: [##########] 84/84 revision 164
> (note that there's now a -q to suppress the progress bar and banner if
> you want to).
Noted. :)
Cheers,
CLK
pgptvkjBw6e8A.pgp
Description: PGP signature
|