Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Below are some more clues to my problem. My modules show up when I use "cvs ls -R". After trying to do an Add, I see it is looking in a very strange directory: /CONVEX/CONVEX/cgi-bin/cgi-bin. Why is it looking there? Thanks, Siegfried C:\Program Files\Apache Group\Apache2\cgi-bin>echo %CVSROOT% :pserver:siegfried at 192.168.0.8/CONVEX C:\Program Files\Apache Group\Apache2\cgi-bin>cvs commit -m "Add fPAT fields for WebService" case.pm cvs server: Up-to-date check failed for `case.pm' cvs [server aborted]: correct above errors first! C:\Program Files\Apache Group\Apache2\cgi-bin>cvs log case.pm cvs server: nothing known about case.pm C:\Program Files\Apache Group\Apache2\cgi-bin>cvs add case.pm cvs [server aborted]: Directory /CONVEX/CONVEX/cgi-bin/cgi-bin does not exist on the server C:\Program Files\Apache Group\Apache2\cgi-bin>cd cgi-bin The system cannot find the path specified. C:\Program Files\Apache Group\Apache2\cgi-bin>cvs ls -R Listing modules on server > > >-----Original Message----- >From: cvsnt-bounces at cvsnt.org [mailto:cvsnt-bounces at cvsnt.org] On Behalf Of Siegfried Heintze >Sent: Tuesday, August 17, 2004 9:35 AM >To: cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook >Subject: [cvsnt] cvs server: Up-to-date check failed for `convex.pl' > >As documented in previous postings, I issued the following command: > >C:\Program Files\Apache Group\Apache2\cgi-bin>cvs import -C -n -I >EditCaseWorkShafiSieg.pl -I test_component04.mdb -I test_component03.mdb -I >test_component02.mdb -I test_component01.mdb -I test_components02.ldb -m >"initial structure" CONVEX/cgi-bin vendor-tag start > >I goofed and misspelled some file names and had to use cvs remove -f *.mdb. > >Now, I have made some changes to three files. > >Why does not this work (see below)? Was I supposed to perform the commit >before I make modifications? > Thanks, > Siegfried > >C:\Program Files\Apache Group\Apache2\cgi-bin>cvs commit -m "Add fPAT >fields for WebService" . >cvs commit: Examining . >cvs commit: Examining original >cvs commit: Examining test >cvs commit: Examining write_directions >? test_components02.ldb >? EditCaseWorkShafiSieg.pl >cvs server: Up-to-date check failed for `CaseAssessment.pm' >cvs server: Up-to-date check failed for `case.pm' >cvs server: Up-to-date check failed for `convex.pl' >cvs server: Up-to-date check failed for `test_components01.mdb' >cvs server: Up-to-date check failed for `test_components03.mdb' >cvs server: Up-to-date check failed for `test_components04.mdb' >cvs [server aborted]: correct above errors first!