OK. I took your advice and created the repository on Solaris 8. Every seemed to go smoothly. When I attempt to import some, I get the following:
cvs import -m "Imported sources" source test start cvs [import aborted]: received abort signal Based on what I've seen by googling, I tried the following: cvs -tn import -m "Imported sources" source test start -> main loop with CVSROOT=/usr/local/cvsroot cvs [import aborted]: received abort signal -> Lock_Cleanup() cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/cvsroot import -m "Imported sources" source test start Segmentation fault (core dumped) I logged in fine, and cvs created my ~/.cvspass OK. Any ideas how to track this down. I installed cvs as a package, so I don't have the source to debug. Jeff | -----Original Message----- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] | Sent: Tuesday, June 21, 2005 5:01 PM | To: Rancier, Jeff | Cc: [EMAIL PROTECTED]; [email protected] | Subject: Re: Check out fails | | | Rancier, Jeff writes: | > | > One key thing I think I ommitted, is that xinetd/cvs on Windows are | > Cygwin's. | | The bigger thing you omitted is that you're using Windows *at all*. | Your original question only mentioned Solaris! | | Again, you need to take a step back and tell us about your environment | -- what machines you have and what you intend to use them | for. Unix is | a much better place to host a repository than Windows. If | you insist on | hosting on Windows, you're better off using CVSNT than regular CVS | running under cygwin (since that way you only have to deal | with Windows | rather than having to deal with both Windows and cygwin). | | -Larry Jones | | The game's called on account of sudden death. -- Calvin | _______________________________________________ Info-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-cvs
