I have set Default Text File Type to UNIX. This works fine if I check out a cvs repository (via ssh to a UNIX machine, i.e. CVS_RSH is "ssh") directly from the bash shell:
bash$ cvs get -d me@someunix:/path/to/repository foobar However, if I do this in some perl script, using system(), all files checked out ends up with a (windows-style) ^M at the end of each line: bash$ perl 'system "cvs get -d me\@someunix:/path/to/repository foobar';" I don't know if this is a known bug? Output from cygcheck is below. Sincerely, Peter Andersen Cygwin Win95/NT Configuration Diagnostics Current System Time: Wed Apr 10 14:41:27 2002 Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 2 Path: C:\cygwin\usr\local\bin C:\cygwin\bin C:\cygwin\bin c:\Program Files\Microsoft Visual Studio .NET\Common7\IDE\ c:\WINNT\Microsoft.NET\Framework\v1.0.3705\ c:\Program Files\Microsoft Visual Studio .NET\Vc7\bin\ c:\Tcl\bin c:\Program Files\Microsoft.NET\FrameworkSDK\Bin\ c:\Program Files\Microsoft Visual Studio.NET\Vc7\bin\ c:\Program Files\Microsoft Visual Studio.NET\Common7\IDE\ c:\WINNT\Microsoft.NET\Framework\v1.0.2914\ c:\Program Files\Microsoft Visual Studio.NET\Vc7\bin\ c:\Program Files\Microsoft Visual Studio.NET\Common7\IDE\ c:\PROGRA~1\Borland\CBUILD~1\Projects\Bpl c:\PROGRA~1\Borland\CBUILD~1\Bin c:\WINNT\system32 c:\WINNT c:\WINNT\System32\Wbem c:\Program Files\hjjoin c:\Program Files\Microsoft SQL Server\80\Tools\Binn\ . c:\gpcp\bin . SysDir: C:\WINNT\System32 WinDir: C:\WINNT HOME = `c:\' MAKE_MODE = `unix' PWD = `/cygdrive/c' USER = `Administrator' !:: = `::\' ALLUSERSPROFILE = `C:\Documents and Settings\All Users' APPDATA = `C:\Documents and Settings\datpete.KONINCK.000\Application Data' COMMONPROGRAMFILES = `C:\Program Files\Common Files' COMPUTERNAME = `KONINCK' COMSPEC = `C:\WINNT\system32\cmd.exe' CORPATH = `C:\WINNT\Microsoft.NET\Framework\v1.0.2204\' CPSYM = `.;C:\gpcp\libs;C:\gpcp\libs\NetSystem' DISPLAY = `localhost:0' EDITOR = `C:/Program\ Files/emacs-20.7/bin/emacs.exe -nw' FIGNORE = `.a2s:.astL:.exe:.dump:.lst' HOMEDRIVE = `C:' HOMEPATH = `\' IGNOREEOF = `2' INCLUDE = `C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\;C:\Program Files\Microsoft.NET\FrameworkSDK\include\' LIB = `C:\Program Files\Microsoft Visual Studio .NET\Vc7\lib\;C:\Program Files\Microsoft.NET\FrameworkSDK\Lib\' LOGONSERVER = `\\KONINCK' MANPATH = `:/usr/ssl/man' NETSAMPLEPATH = `C:\PROGRA~1\MICROS~1.NET\FRAMEW~1\Samples' NUMBER_OF_PROCESSORS = `1' OLDPWD = `/home/Administrator' OS2LIBPATH = `C:\WINNT\system32\os2\dll;' OS = `Windows_NT' PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.tcl' PROCESSOR_ARCHITECTURE = `x86' PROCESSOR_IDENTIFIER = `x86 Family 6 Model 8 Stepping 1, GenuineIntel' PROCESSOR_LEVEL = `6' PROCESSOR_REVISION = `0801' PROGRAMFILES = `C:\Program Files' PROMPT = `$P$G' PS1 = `\[\033]0;\w\007 \033[32m\]\u@\h \[\033[33m\w\033[0m\] $ ' SHLVL = `1' SYSTEMDRIVE = `C:' SYSTEMROOT = `C:\WINNT' TEMP = `c:\DOCUME~1\DATPET~1.000\LOCALS~1\Temp' TERM = `cygwin' USERDOMAIN = `KONINCK' USERNAME = `datpete' USERPROFILE = `C:\Documents and Settings\datpete.KONINCK.000' VSCOMNTOOLS = `"C:\Program Files\Microsoft Visual Studio .NET\Common7\Tools\"' WINDIR = `C:\WINNT' _ = `/usr/bin/cygcheck' HKEY_CURRENT_USER\Software\Cygnus Solutions HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 (default) = `/cygdrive' cygdrive flags = 0x00000022 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrd er\Start Menu\Programs\Cygnus Solutions (default) = (unsupported type) HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ (default) = `C:/cygwin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin (default) = `C:/cygwin/bin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib (default) = `C:/cygwin/lib' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options a: fd N/A N/A c: hd NTFS 14645Mb 59% CP CS UN PA FC Local Disk d: cd N/A N/A e: cd N/A N/A z: net NTFS 28117Mb 55% CP CS PA datpete . /cygdrive user binmode,noumount C:/cygwin / system binmode C:/cygwin/bin /usr/bin system binmode C:/cygwin/lib /usr/lib system binmode Found: C:\cygwin\bin\bash.exe Found: C:\cygwin\bin\cat.exe Found: C:\cygwin\usr\local\bin\cpp.exe Found: C:\cygwin\bin\cpp.exe Warning: C:\cygwin\usr\local\bin\cpp.exe hides C:\cygwin\bin\cpp.exe Found: C:\cygwin\bin\find.exe Found: C:\cygwin\bin\gcc.exe Found: C:\cygwin\bin\gdb.exe Found: C:\cygwin\bin\ld.exe Found: C:\cygwin\bin\ls.exe Found: C:\cygwin\bin\make.exe Found: c:\PROGRA~1\Borland\CBUILD~1\Bin\make.exe Warning: C:\cygwin\bin\make.exe hides c:\PROGRA~1\Borland\CBUILD~1\Bin\make.exe Found: C:\cygwin\bin\sh.exe 81k 2000/11/01 C:\cygwin\usr\local\bin\CYGITCL30.DLL - os=4.0 img=1.0 sys=4.0 "cygitcl30.dll" v0.0 ts=2000/10/13 5:35 35k 2000/11/01 C:\cygwin\usr\local\bin\CYGITK30.DLL - os=4.0 img=1.0 sys=4.0 "cygitk30.dll" v0.0 ts=2000/10/13 5:36 390k 2000/11/01 C:\cygwin\usr\local\bin\CYGTCL80.DLL - os=4.0 img=1.0 sys=4.0 "cygtcl80.dll" v0.0 ts=2000/10/13 5:28 5k 2000/11/01 C:\cygwin\usr\local\bin\CYGTCLPIP80.DLL - os=4.0 img=1.0 sys=4.0 10k 2000/11/01 C:\cygwin\usr\local\bin\CYGTCLREG80.DLL - os=4.0 img=1.0 sys=4.0 "cygtclreg80.dll" v0.0 ts=2000/10/13 5:28 623k 2000/11/01 C:\cygwin\usr\local\bin\CYGTK80.DLL - os=4.0 img=1.0 sys=4.0 "cygtk80.dll" v0.0 ts=2000/10/13 5:34 56k 2000/12/03 C:\cygwin\bin\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0 "cygbz21.0.dll" v0.0 ts=2000/11/21 0:53 621k 2002/01/16 C:\cygwin\bin\cygcrypto.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto.dll" v0.0 ts=2002/1/16 10:54 35k 2002/01/09 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0 "cygform6.dll" v0.0 ts=2002/1/9 7:03 19k 2002/02/20 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm.dll" v0.0 ts=2002/2/20 4:05 22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0 "cygintl-1.dll" v0.0 ts=2001/12/13 10:28 21k 2001/06/20 C:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0 "cygintl.dll" v0.0 ts=2001/6/20 19:09 81k 2001/10/20 C:\cygwin\bin\cygitcl30.dll - os=4.0 img=1.0 sys=4.0 "cygitcl30.dll" v0.0 ts=2001/10/20 2:25 35k 2001/10/20 C:\cygwin\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0 "cygitk30.dll" v0.0 ts=2001/10/20 2:25 45k 2002/02/08 C:\cygwin\bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0 "cygjbig1.dll" v0.0 ts=2002/2/8 0:59 119k 2002/02/09 C:\cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg6b.dll" v0.0 ts=2002/2/9 6:19 20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0 "cygmenu6.dll" v0.0 ts=2002/1/9 7:03 175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++6.dll" v0.0 ts=2002/1/9 7:03 202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0 "cygncurses6.dll" v0.0 ts=2002/1/9 7:03 12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0 "cygpanel6.dll" v0.0 ts=2002/1/9 7:03 40k 2001/11/21 C:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0 "cygpcre.dll" v0.0 ts=2001/11/21 23:15 39k 2001/11/21 C:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix.dll" v0.0 ts=2001/11/21 23:15 170k 2002/01/21 C:\cygwin\bin\cygpng2.dll - os=4.0 img=1.0 sys=4.0 "cygpng2.dll" v0.0 ts=2002/1/21 2:05 66k 2001/11/20 C:\cygwin\bin\cygregex.dll - os=4.0 img=1.0 sys=4.0 "cygregex.dll" v0.0 ts=2001/11/20 15:44 156k 2002/01/16 C:\cygwin\bin\cygssl.dll - os=4.0 img=1.0 sys=4.0 "cygssl.dll" v0.0 ts=2002/1/16 10:54 390k 2001/10/20 C:\cygwin\bin\cygtcl80.dll - os=4.0 img=1.0 sys=4.0 "cygtcl80.dll" v0.0 ts=2001/10/20 2:24 5k 2001/10/20 C:\cygwin\bin\cygtclpip80.dll - os=4.0 img=1.0 sys=4.0 10k 2001/10/20 C:\cygwin\bin\cygtclreg80.dll - os=4.0 img=1.0 sys=4.0 "cygtclreg80.dll" v0.0 ts=2001/10/20 2:24 253k 2002/02/10 C:\cygwin\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0 "cygtiff3.dll" v0.0 ts=2002/2/10 9:34 623k 2001/10/20 C:\cygwin\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0 "cygtk80.dll" v0.0 ts=2001/10/20 2:25 41k 2002/01/20 C:\cygwin\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-noX4.dll" v0.0 ts=2002/1/20 19:49 46k 2002/01/20 C:\cygwin\bin\cygXpm-X4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-X4.dll" v0.0 ts=2002/1/20 19:50 50k 2002/03/12 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2002/3/12 5:38 751k 2002/02/25 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2002/2/25 17:14 Cygwin DLL version info: DLL version: 1.3.10 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 51 Shared data: 3 DLL identifier: cygwin1 Mount registry: 2 Cygnus registry name: Cygnus Solutions Cygwin registry name: Cygwin Program options name: Program Options Cygwin mount registry name: mounts v2 Cygdrive flags: cygdrive flags Cygdrive prefix: cygdrive prefix Cygdrive default prefix: Build date: Mon Feb 25 11:14:34 EST 2002 Shared id: cygwin1S3 Cygwin Package Information Last downloaded files to: C:\cygwin\setup\ Last downloaded files from: http://mirrors.sunsite.dk/cygwin Package Version ash 20020131-1 autoconf 2.53-1 autoconf-devel 2.52-4 autoconf-stable 2.13-4 automake 1.6a-1 automake-devel 1.5b-1 automake-stable 1.4p5-5 bash 2.05a-3 bc 1.06-1 binutils 20011002-1 bison 1.34-1 byacc 1.9-1 bzip2 1.0.1-6 clear 1.0-1 cpio 2.4.2 cron 3.0.1-6 crypt 1.0-1 ctags 5.2-1 cvs 1.11.0-1 cygrunsrv 0.95-1 cygutils 1.0.0-1 cygwin 1.3.10-1 dejagnu 20010117-1 diff 0.0 ed 0.2-1 expect 20010117-1 file 3.37-1 fileutils 4.1-1 findutils 4.1 flex 2.5.4-1 gawk 3.0.4-1 gcc 2.95.3-5 gdb 20010428-3 gdbm 1.8.0-4 gettext 0.10.40-1 ghostscript 6.51-4 gperf 0.0 grep 2.5g groff 1.17.2-1 gzip 1.3.2-1 inetutils 1.3.2-17 irc 20010101-1 jbigkit 1.2-6 jpeg 6b-7 less 374-1 libintl 0.10.38-3 libintl1 0.10.40-1 libncurses5 5.2-1 libncurses6 5.2-8 libpng 1.0.12-1 libpng2 1.0.12-1 libreadline4 4.1-2 libreadline5 4.2a-1 login 1.4-3 lynx 2.8.4-1 m4 0.0 make 3.79.1-5 man 1.5g-2 mingw 20010424-1 mingw-runtime 1.2-1 mktemp 1.4-1 mt 2.0.1-1 mutt 1.2.5i-6 ncftp 3.1.3-1 ncurses 5.2-8 newlib-man 20001118-1 opengl 1.1.0-6 openssh 3.1p1-1 openssl 0.9.6c-3 patch 2.5-3 pcre 3.7-1 perl 5.6.1-2 popt 1.6.2-1 python 2.2-1 rcs 5.7-2 readline 4.2a-1 regex 4.4-2 rsync 2.5.4-1 rxvt 2.7.2-10 sed 3.02-1 sh-utils 2.0-2 sharutils 4.2.1-2 squid 2.4-STABLE20010508 ssmtp 2.38.7-3 tar 1.13.19-1 tcltk 20001125-1 tcsh 6.11.00-4 termcap 20010825-1 terminfo 5.2-1 tetex-beta 20001218-4 texinfo 4.1-1 textutils 2.0.21-1 tiff 3.5.7-1 time 1.7-1 ttcp 19980512-1 unzip 5.41-1 vim 6.1-2 w32api 1.2-2 wget 1.8.1-1 which 1.5-1 xpm-nox 4.2.0-1 zip 2.3-1 zlib 1.1.4-1 Use -h to see help about each section -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/