On Thu, Jun 09, 2005 at 06:14:07PM -0400, Jason Sicotte wrote: > One thing that might be helpful is to use CVS with the -t (trace), flag. > This causes CVS to be really verbose as to what it is doing, and my help you > find out where the holdup is.
Thanks. I did that and here is the output: Command is: cvs co -t -r project-xyz-20050611 external src svrcfg -> main loop with CVSROOT=:pserver:[EMAIL PROTECTED]:/home/engineering/cvs -> Connecting to 192.168.1.1(192.168.1.1):2401 S-> do_module (external, Updating, , ) S-> do_module (external, Updating, , ) -> Create_Admin (external, external, /home/engineering/cvs/external, , , 0, 0) -> unlink_file(external/CVS/Tag) <- Create_Admin S-> Create_Admin (., external, /home/engineering/cvs/external, project-xyz-20050611, , 0, 0) S-> Parse_Info (/home/engineering/cvs/CVSROOT/rcsinfo, external, ALL) S<- Create_Admin S-> Reader_Lock(/home/engineering/cvs/external) S-> Lock_Cleanup() S-> Reader_Lock(/home/engineering/cvs/external/asr) S-> Lock_Cleanup() S-> Reader_Lock(/home/engineering/cvs/external/asr/OSR-xx) S-> Lock_Cleanup() S-> Reader_Lock(/home/engineering/cvs/external/asr/OSR-xx/include) S-> Lock_Cleanup() S-> Reader_Lock(/home/engineering/cvs/external/asr/OSR-xx/lib) S-> Lock_Cleanup() ... Many similar lines clipped. ... S-> unlink_file(util/CVS/Entries.Static) S-> Reader_Lock(/home/engineering/cvs/external/zlib-1.1.4.win32/util) S-> checkout (/home/engineering/cvs/external/zlib-1.1.4.win32/util/minigzip.exe,v, 1.1.1.1, -kb, (function)) S-> server_register(minigzip.exe, 1.1.1.1, , -kb, project-xyz-20050611, , ) S-> Register(minigzip.exe, 1.1.1.1, , -kb, project-xyz-20050611 ) S-> Lock_Cleanup() S-> rename(CVS/Entries.Backup,CVS/Entries) S-> unlink_file(CVS/Entries.Log) S-> rename(CVS/Entries.Backup,CVS/Entries) S-> unlink_file(CVS/Entries.Log) S-> rename(CVS/Entries.Backup,CVS/Entries) S-> unlink_file(CVS/Entries.Log) S-> rename(CVS/Entries.Backup,CVS/Entries) S-> unlink_file(CVS/Entries.Log) Protocol error: uncounted data discarded -> rename(CVS/Entries.Backup,CVS/Entries) -> unlink_file(CVS/Entries.Log) -> unlink_file_dir(external) -> Lock_Cleanup() Stops responding at this point. -- Neil Watson Network Administrator www.voicegenie.com _______________________________________________ Info-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-cvs
