[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug #17083] CVSROOT of :gserver:user@host:/path ignores "user" part
From: |
Mark D. Baushke |
Subject: |
Re: [bug #17083] CVSROOT of :gserver:user@host:/path ignores "user" part... |
Date: |
Tue, 12 Jun 2007 11:20:34 -0700 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Marc W. Mengel <INVALID.NOREPLY@gnu.org> writes:
> Thanks for looking into this!
You are welcome.
> The patches you linked below work for me, both for :gserver:user@host:/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-----