Try using the -Q cvs global option before trying -q.
commitf64632c55886ac058ae9bfbb11f594dc2dfc027d
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sat, 13 Mar 2010 21:10:17 +0000 (13 21:10 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sat, 13 Mar 2010 21:10:17 +0000 (13 21:10 +0000)
tree246f9e0b1bd820a78b647436832c1ad0c50a6692
parentc18c2b45e9c25dbe0500df2491c268f7186bad89
Try using the -Q cvs global option before trying -q.

Thomas Gardiner reported that CVS was emitting a warning to stderr:

> cvs: WARNING: Read-only repository access mode selected via `cvs
> -R'. Using this option to access a repository which some users write
> to may cause intermittent sandbox corruption.

This warning made cvs2svn consider the cvs command to have failed.

Daniel Black reported that changing the global option "-q" to "-Q"
fixed the problem for him.  The "-Q" option seems to have been added
to CVS in 1991, so it should be safe.  But just to be sure, if -Q
doesn't work, -q is still tried.

git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@5071 be7e6eca-30d4-0310-a8e5-ac0d63af7087
cvs2svn_lib/cvs_revision_manager.py