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

Spiro Trikaliotis <[EMAIL PROTECTED]> writes:

> I'm using cvs 1.11.1 (debian/stable) on the server, and cvs 1.11.1
> (Debian/stable) and cvs 1.11.6 (cygwin) on the client side.  I use
> access method ssh to access my remote repository.
> 
> Whenever I do a "cvs release", the client connects three times to the
> server, so I have to enter my passphrase (or the password if I don't use
> public key authentication) 3 times. This tends to get annoying. ;-)
> 
> Is this a bug, a feature, or is there anything I can do about it?

You should get three prompts, but only two of them would be for your
passphrase. The final prompt should be 

"Are you sure you want to release directory `...path-to-delete...': yes"

The first one does a 'cvs -n -q update' on the repository to see if
there are any changes in your tree before it releases it for you.

The second actually does the release for you if you answer 'yes' to
the release prompt.

> Do newer CVS version behave the same, or is it all because the versions
> are "a bit" outdated?

You really should consider an upgrade or at least getting the latest
security patches for your cvs. However, it has the same behavior in the
current stable and feature releases of cvs of doing the 'cvs -nq update'
on your module before releasing it.

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

iD8DBQFAg29U3x41pRYZE/gRAmyzAJoCN0pulm8UYtWGEeE6XoeatZ29pACgwsh1
ftq16VPL10Gum6ju68I/EHA=
=oEps
-----END PGP SIGNATURE-----


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to