-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Marc W. Mengel <[EMAIL PROTECTED]> writes:

> Thanks for looking into this!

You are welcome.

> The patches you linked below work for me, both for :gserver:[EMAIL 
> PROTECTED]:/path
> and :gserver:host:/path in both releases (except that the FEATURE branch
> gives an error on checkout:

Hmmm... yeah, if you have not signed files in your repository yet, then
you would need to temporarily disable verify (or make it non-fatal).

> cvs [checkout aborted]: No signature for `erupd/Makefile'.
> but I believe that is unrelated to this patch, as I get the same failure with
> :ext: as with :gserver:).

You may need to do the checkout without signature as in

   cvs --no-verify checkout erupd/Makefile

or

   CVS_VERIFY_CHECKOUTS=warn; export CVS_VERIFY_CHECKOUTS
   cvs checkout erupd/Makefile

or

   CVS_VERIFY_CHECKOUTS=off; export CVS_VERIFY_CHECKOUTS
   cvs checkout erupd/Makefile

You will then likey wish to consider if you want to sign existing
revisions of files in the repository with the 'cvs sign' command.

> Operations (status, update, commit) on a checked-out copy work with the
> FEATURE branch.

Good.

I'll see what I can do about getting the code committed to the FEATURE
branch this month.

        Enjoy!
        -- Mark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (FreeBSD)

iD8DBQFGbuPyCg7APGsDnFERAv5pAKDI3tnYa/nCLgBdGEXl8zHhu0FdEQCgylwW
1afA6G4xCfJxbH+uF91jyVs=
=+TF6
-----END PGP SIGNATURE-----


_______________________________________________
Bug-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/bug-cvs

Reply via email to