info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems with CVS import with 1.12.9 and 1.12.10 releases


From: Allen Sturtevant
Subject: Problems with CVS import with 1.12.9 and 1.12.10 releases
Date: 22 Nov 2004 12:17:58 -0800

I'm having a problem with local-disk repository and
GSSAPI-server CVS imports.

When I import using the -ax and -tt flags with
the GSSAPI-server, the import fails with
"gss_unwrap failed".  See sample output below.

When I import using the -tt flag with a local-disk
repository, the import "looks" like it completes, but
still reports a problem (return status = 1, not 0).
See sample output below.

CVS 1.12.9 reports the GSSAPI problem above,
while CVS 1.12.10 doesn't report the problem
but simply hangs at the same point in the import.

As far as the local-disk import, both 1.12.9 and
1.12.10 fail in the same fashion -- with a bad
return status of 1.

As as test I'm importing the source distribution
for OpenLDAP 2.2.17 (~1,220 files and ~16.5 MB).
Smaller source distributions seem to work great
(return status of 0) while larger ones seem to
fail.

I'm running on Linux 2.4.20-p4smp-8chaos_19_7.

I care about the return codes from the CVS client
as I have a Perl wrapper script which calls "cvs
import" and checks for a good return status.

Any thoughts or experience on this, or what I
should try next?  :-}

Thank you,

Allen

=== CVS 1.12.9 GSSAPI-SERVER TEST ===

% (completely empty the CVSROOT directory)
% echo $CVSROOT
:gserver:server.llnl.gov:/tmp/cvs-root
% cvs init
% cvs -ax -tt import -ko -m "OPENLDAP Version 2.2.17"
stg/pub/openldap-2 openldap-2 openldap-2_2_17
...[lines deleted]...
  -> Sending file `xalloc.m4' to server
  -> Sending file `xsize.m4' to server
  -> Sending file `Makefile' to server
cvs [import aborted]: gss_unwrap failed
% echo $status
1
% 

=== CVS 1.12.9 LOCAL-DIRECTORY TEST ===

% (completely empty the CVSROOT directory again)
% echo $CVSROOT
/tmp/cvs-root
% cvs init
% cvs -tt import -ko -m "OPENLDAP Version 2.2.17" stg/pub/openldap-2
openldap-2 openldap-2_2_17
...[lines deleted]...
N stg/pub/openldap-2/tests/scripts/test019-syncreplication-cascade
N stg/pub/openldap-2/tests/scripts/test020-proxycache
N stg/pub/openldap-2/tests/scripts/test021-certificate
 
No conflicts created by this import
 
  -> Parse_Info (/tmp/cvs-root/CVSROOT/loginfo, stg/pub/openldap-2,
ALL)
  -> walklist ( list=0x80d3780, proc=0x806e164, closure=(nil) )
  -> Lock_Cleanup()
  -> remove_locks()
  -> Simple_Lock_Cleanup()
% echo $status
1
%


reply via email to

[Prev in Thread] Current Thread [Next in Thread]