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.
> > >-----Original Message----- >From: cvsnt-bounces at cvsnt.org [mailto:cvsnt-bounces at cvsnt.org] On Behalf Of Oliver Giesen >Sent: Tuesday, August 17, 2004 3:34 PM >To: cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook >Subject: Re: [cvsnt] cvs server: Up-to-date check failed for `convex.pl' > >> 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. > >Didn't we have that strange root folder duplication bug some weeks ago >already? Wasn't this supposed to be fixed by now or is that issue still >open? What versions of CVSNT are you using on the client and server? > Yes -- it was fixed by renaming /cygwin/bin/cvs.exe /cygwin/bin/oldcvs.exe AND recreating the repository. I am using the same server. > >> 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! > >Hmm, that usually means that there already is a newer revision in the >repository ... however, with CVS seemingly looking at the wrong/non-existing >repository folder I guess anything could happen... > Should I check the file dates? I don't know how that could happen. The date on the case.pm,v is Aug 16 2004. The date on case.pm Aug 17. > >> C:\Program Files\Apache Group\Apache2\cgi-bin>cvs log case.pm >> cvs server: nothing known about case.pm > >What about cvs status case.pm ? C:\Program Files\Apache Group\Apache2\cgi-bin>cvs commit -m "Add fPAT fields fo r 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 status case.pm cvs server: conflict: case.pm is modified but no longer in the repository =================================================================== File: case.pm Status: Unresolved Conflict Working revision: 1.1 Repository revision: No revision control file Sticky Tag: (none) Sticky Date: (none) Sticky Options: (none) Merge From: (none) C:\Program Files\Apache Group\Apache2\cgi-bin> > > >> 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 > >See above. I thought that had been fixed... It was and is. I have a directory called CaseAssessment that is working fine. I just tried to import an additional directory to an existing repository. Is this not allowed? >are you by any chance using NT4 >on either client or server? I seem to remember that this had something to do >with that... > I'm using Win2003 Server for both the client and server. > >> C:\Program Files\Apache Group\Apache2\cgi-bin>cd cgi-bin >> The system cannot find the path specified. > >You are already in it, aren't you? I just meant to verify that was no directory called cgi-bin/cgi-bin. When I was still struggling with the cygwin problem I had done a checkout from the wrong directory and inadvertantly created the directory cgi-bin/cgi-bin. > > >Cheers, >