I probably wouldn't start with jcvs. For Windows, a good place to start is with PuTTY and WinCVS or TortoiseCVS. (I haven't used TortoiseCVS myself but TortoiseSVN is excellent.) For Unix, the standard command line version might be simplest.
A good place to get "your feet wet" is with a SourceForge project, since the procedure there is so well documented. http://sourceforge.net/docman/display_doc.php?docid=14033&group_id=1 You might try getting an anonymous checkout of, say, struts.sf.net first, to confirm that you have a working infrastructure, and then give Apache Struts another try. -Ted. On Mon, 05 Jul 2004 06:18:19 -0700, Michael McGrady wrote: > I am attempting to download struts cvs with jcvs ii. I am a new > user of CVS. I am essentially a coder and have not master the > finer arts of administrating these jobbers. Guess it is time I > learned, so here goes. > > I am getting the following error: > > > The CVS Request failed. > Failed to open socket to connect to cvs server > '[EMAIL PROTECTED]/home/cvspublic'. > could not create INETD connection for > '[EMAIL PROTECTED]:/home/cvspublic' --> > cvs.apache.org:/home/cvspublic could not create INETD connection for > '[EMAIL PROTECTED]:/home/cvspublic' --> > cvs.apache.org:/home/cvspublic > > > ** The command completed with an error status > > > I have used the PServer option and have the username as anoncvs. > My CVS Modules is "checkout". My CVS Server is > "cvs.apache.org:/home/cvspublic". My CVS Repository is > "/home/cvspublic". My Checkout Directory is "jakarta-struts". And > my arguments is "-d". > > Then I click "Checkout Module" and get the error. Any ideas? > > > -------------------------------------------------------------------- > - To unsubscribe, e-mail: [EMAIL PROTECTED] For > additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
