This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: current cygwin/cvs: cvs error



At 09:04 AM 4/24/2001, Heitzso wrote:
>Current cygwin (just updated) on Win2K
>and current netbeans (just updated to
>RC3) ...
>
>Using netbeans's cvs interface, netbeans
>cd's to the source code mount point within
>the cvs working tree to issue UPDATE
>and COMMIT commands.  In all cases the
>path separator character is a back slash.
>For some reason this works fine with cygwin
>cvs when the target path is a directory
>but breaks when the target path is a file.
>
>Using cut and paste from netbeans, the following
>breaks (note wrapped and some extraneous quotes
>removed):
>  cmd /X /C "cd /D C:\dataweb\source\java\. &&  
>  cvs -d :ext:heitzso@datawebcvs:/home/cvsroot
>  -l -f update org\thedataweb\dataobject\DataObject.java "
>
>while the following works (also wrapped etc.):
>  cmd /X /C "cd /D C:\dataweb\source\java\. &&
>  cvs -d :ext:heitzso@datawebcvs:/home/cvsroot
>  -l -f update org\thedataweb\dataobject "
>
>The only difference is that one points to a 
>directory and the other points to a file.


The output of strace from these situations might help narrow the problem
down.



Larry Hall                              lhall@rfk.com
RFK Partners, Inc.                      http://www.rfk.com
118 Washington Street                   (508) 893-9779 - RFK Office
Holliston, MA 01746                     (508) 893-9889 - FAX


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]