[revml] Updating my patches
Barrie Slaymaker
barries@slaysys.com
Wed, 8 Sep 2004 04:41:55 -0400
On Wed, Sep 08, 2004 at 01:10:27AM +0100, Chia-liang Kao wrote:
>
> Yes, but the problem is perl Makefile.PL; make is not happy without
> them installed, when building the help or something else.
Ah, now I see the issue, thanks.
> It happen's in SVN::Mirror's test suite, when a single test tries to
> mirror from a running p4d twice, unlike the vcp test suites the server
> and p4root are cleaned. The client spec for the 2 sync are generated
> from the two pid and thus identical and exist on the server, since vcp
> only removes the client spec at END or some very late cleanup IIRC.
END {} indeed; I never try to do two conversions in the same process.
Perhaps the client cleanup should be moved in to the destructor, what do
you think?
> Looking at the p4web they are indeed there. Maybe you had some
> overlay of p4 client spec?
Yup. Had a pending resolve I hadn't noticed. Thanks.
- Barrie