From dave at badgers-in-foil.co.uk Fri Jul 11 15:51:56 2003 From: dave at badgers-in-foil.co.uk (David Holroyd) Date: Fri, 11 Jul 2003 15:51:56 +0000 Subject: [cvsspam-devel] [ANN] CVSspam 0.2.7 Message-ID: <20030711155156.GA9734@vhost.badgers-in-foil.co.uk> CVS branch names are included in the email subject, and the names of files commited may be added too. CVSweb is now a supprted Web frontend. The script can make better From: addresses when using a CVS pserver with aliased usernames, using a new --user flag. JIRA issue numbers and RT ticket numbers can be made into links from the log comment. Long ChangeLog: 2003-07-11 08:14 dave * testcases/: complex.sh, enable_spam.sh: Turn on more CVSspam options for the examples 2003-07-11 00:09 dave * Makefile: Include html in dist and make doc depend-build work 2003-07-11 00:08 dave * cvsspam-doc.xml: Expand ticket-link description 2003-07-10 23:33 dave * index.html: Update to list of supported software 2003-07-10 23:32 dave * cvsspam-doc.xml: Document integration with CVSweb and 'ticket' systems 2003-07-08 17:47 dave * cvsspam.conf: Fix typo 2003-07-04 14:09 dave * cvsspam.rb: Add a header to identify which CVSspam version is * in use 2003-07-02 00:09 dave * TODO: Something spotted in CVSweb's README.FreeBSD 2003-06-28 17:57 dave * cvsspam.conf, cvsspam.rb: Add support for * filenames-in-subject, originaly by Sebastian Utz (jonen at netfrag/dot/org) 2003-06-28 17:55 dave * cvsspam.rb: Make links to 'tickets' mentioned in log comment, such as those in RT (Request Tracker). Also fixes an initialization warning. 2003-06-28 17:22 dave * cvsspam.rb: Enable Ruby warnings, and fix the issues reported 2003-06-28 17:03 dave * testcases/init.sh: The cvsspam.rb script already adds -t to * the sendmail cmdline 2003-06-28 16:52 dave * CREDITS: Dino had a go at filenames-in-subject, and Aaron * Korver suggested a --user flag 2003-06-26 11:31 dave * CREDITS: jonen at netfrag authored the filenames-in-Subject * stuff 2003-06-26 00:39 dave * TODO: Extra item; links to RT 2003-06-25 23:35 dave * cvsspam.rb: Tradition: spam always contains promotional * linkage 2003-06-25 01:00 dave * collect_diffs.rb, cvsspam.rb: Allow specification of a from address in loginfo Lets people with pserver set up such that cvs accouts don't correspond to real accounts on the machine still see sensible From addresses bu using CVS' ${USER} variable. 2003-06-23 22:40 dave * TODO: remove done items 2003-06-23 22:22 dave * testcases/: complex.sh, fake_sendmail.rb, init.sh: Allow * testcase output to go into a file, rather than always have it emailed 2003-06-23 22:12 dave * Makefile: Add header; include CREDITS in dist; remove another artifact of doc rule 2003-06-23 22:08 dave * index.html: About time the webpage got version controlled too 2003-06-23 22:01 dave * CREDITS: credit where due 2003-06-23 21:13 dave * Makefile: Makefile for creating the distribution 2003-06-23 13:32 dave * cvsspam.conf: Exemplify JIRA config 2003-06-23 02:10 dave * cvsspam-doc.xml, cvsspam.rb: Support links for JIRA issue Ids 2003-06-17 22:17 dave * TODO: Idea I found in the cvs.php.net loginfo.pl script 2003-06-16 00:22 dave * cvsspam.conf: Fix typo 2003-06-16 00:20 dave * collect_diffs.rb, cvsspam.conf, cvsspam.rb, record_lastdir.rb: Add link to project website into source code files 2003-06-14 16:49 dave * TODO: Note issue found while googling 2003-06-04 11:07 dave * TODO: Somone else wanting filenames in Subject: 2003-06-04 02:01 dave * TODO: We should support JIRA 2003-05-22 18:54 dave * TODO: Note proposed change to HTML structure 2003-05-22 18:28 dave * TODO: A couple of extra items 2003-05-20 23:59 dave * testcases/complex.sh: Don't assume 'sh' is 'bash' 2003-05-15 01:33 dave * cvsspam.rb: add branch info to subject tag 2003-04-21 15:08 dave * TODO: added bugzilla integration item 2003-03-30 14:00 dave * TODO: Add text/plain todo item 2003-03-30 13:14 dave * TODO: added item 2003-03-25 15:54 dave * cvsspam.conf, cvsspam.rb: Support CVSweb. Patch from Matthew Lenz 2003-03-25 15:51 dave * testcases/enable_spam.sh: have bugs become links in the * generated mail Happy commiting, David Holroyd From amezick at guidestar.org Tue Jul 22 17:22:14 2003 From: amezick at guidestar.org (Angus Mezick) Date: Tue, 22 Jul 2003 13:22:14 -0400 Subject: [cvsspam-devel] Cvsspam on win2k with cvsnt? Message-ID: <24A8596C44DF4F4DA442CBE269C351BD012DB00D@wbmail.guidestar.net> Does this work? I am running into issues with this syntax: $dirtemplate =3D "#cvsspam.#{Process.getpgrp}.#{Process.uid}" Process.getpgrp doesn't work on windows. Ick. Angus Mezick GuideStar - Philanthropic Research Inc. 427 Scotland St. Williamsburg, Virginia 23185 PHONE: (757)299-4631 x35 FAX:(757)229-8912 amezick@guidestar.org www.guidestar.org From dave at badgers-in-foil.co.uk Tue Jul 22 19:59:13 2003 From: dave at badgers-in-foil.co.uk (David Holroyd) Date: Tue, 22 Jul 2003 19:59:13 +0000 Subject: [cvsspam-devel] Cvsspam on win2k with cvsnt? In-Reply-To: <24A8596C44DF4F4DA442CBE269C351BD012DB00D@wbmail.guidestar.net> References: <24A8596C44DF4F4DA442CBE269C351BD012DB00D@wbmail.guidestar.net> Message-ID: <20030722195913.GA31690@vhost.badgers-in-foil.co.uk> Hi, On Tue, Jul 22, 2003 at 01:22:14PM -0400, Angus Mezick wrote: > Does this work? I am running into issues with this syntax: > $dirtemplate = "#cvsspam.#{Process.getpgrp}.#{Process.uid}" > Process.getpgrp doesn't work on windows. Ick. I've run CVSspam under w2k, but I was using the Cygwin ruby/cvs. Is there any specific error message? What are the symptoms of the problem? (If you have a stacktrace, it'll save me rebooting and installing cvsnt ;) dave From dave at badgers-in-foil.co.uk Tue Jul 22 20:22:11 2003 From: dave at badgers-in-foil.co.uk (David Holroyd) Date: Tue, 22 Jul 2003 20:22:11 +0000 Subject: [cvsspam-devel] Cvsspam on win2k with cvsnt? In-Reply-To: <24A8596C44DF4F4DA442CBE269C351BD012DB00F@wbmail.guidestar.net> References: <24A8596C44DF4F4DA442CBE269C351BD012DB00F@wbmail.guidestar.net> Message-ID: <20030722202211.GB31690@vhost.badgers-in-foil.co.uk> On Tue, Jul 22, 2003 at 04:10:40PM -0400, Angus Mezick wrote: > David Holroyd wrote: > > I've run CVSspam under w2k, but I was using the Cygwin ruby/cvs. > > > > Is there any specific error message? What are the symptoms of the > > problem? (If you have a stacktrace, it'll save me rebooting and > > installing cvsnt ;) > > Ok, I will try that. How do you use cygwin to run the ruby scripts? I > was using the ruby180-9.exe installer from > http://rubyinstaller.sourceforge.net/ Could you mail me your commitinfo > and loginfo files and anything else special you had to do to get this > working on your system please? Well the installation of win2k that I experimented on is gone, so I don't have the files to send. However I don't think I did anything special to the config. I installed ruby using the Cygwin setup.exe, and I also installed the Cygwin cvs, not the native cvsnt. NB, I'm not recommending the version of cvs in Cygwin over cvsnt -- I've never used cvsnt. If you get tell me roughly how getpgrp() fails, I may be able to work around it in the script... dave From dave at badgers-in-foil.co.uk Tue Jul 22 21:28:29 2003 From: dave at badgers-in-foil.co.uk (David Holroyd) Date: Tue, 22 Jul 2003 21:28:29 +0000 Subject: [cvsspam-devel] Cvsspam on win2k with cvsnt? In-Reply-To: <24A8596C44DF4F4DA442CBE269C351BD012DB011@wbmail.guidestar.net> References: <24A8596C44DF4F4DA442CBE269C351BD012DB011@wbmail.guidestar.net> Message-ID: <20030722212829.GC31690@vhost.badgers-in-foil.co.uk> On Tue, Jul 22, 2003 at 04:29:11PM -0400, Angus Mezick wrote: > ** > cvs ci -m "test" "/TomcatSetup/build.xml" > F:/CVS/cvsrepo/DevTeam/CVSROOT/record_lastdir.rb:12:in `getpgrp': The > getpgrp() function is unimplemented on this machine Ah, thanks for that. I'll see if any of the other mailout cvs mail scripts have a solution for this, under windows. > I think I need to get the cygwin version of ruby. What do you use as > your sendmail programs on windows? I think the Cygwin install provided something. Looking at the package list ( http://sources.redhat.com/cygwin/packages/ ), it's likely that was Exim. dave From karel at criena.net Wed Jul 23 11:21:09 2003 From: karel at criena.net (Karel W. Dingeldey) Date: Wed, 23 Jul 2003 13:21:09 +0200 Subject: [cvsspam-devel] Keyword substitution Message-ID: <001f01c3510c$84636630$335410ac@criena.net> Hi. We're using cvsspam at the Fraunhofer IGD in Darmstadt, Germany. I'm wondering why the keywords, which cvs changed automatically by itself, are always shown as changed. I think that this confuses a little bit, because cvs itself and other programs don't show such tags as changed. What do you think about it? Greetings, Karel From dave at badgers-in-foil.co.uk Wed Jul 23 13:16:05 2003 From: dave at badgers-in-foil.co.uk (David Holroyd) Date: Wed, 23 Jul 2003 13:16:05 +0000 Subject: [cvsspam-devel] Cvsspam on win2k with cvsnt? In-Reply-To: <24A8596C44DF4F4DA442CBE269C351BD6B643C@wbmail.guidestar.net> References: <24A8596C44DF4F4DA442CBE269C351BD6B643C@wbmail.guidestar.net> Message-ID: <20030723131604.GA13117@vhost.badgers-in-foil.co.uk> On Wed, Jul 23, 2003 at 08:37:59AM -0400, Angus Mezick wrote: > Ok, using the cygwin ruby fixed the below problem. I am now currently > working on the email thing. I am using ssmtp.exe in cygwin/usr/sbin for > this. It just might work :) Hrm, just got this error: > *** > cvs ci -m "test" "/TomcatSetup/build.xml" > F:\CVS\cvsrepo\DevTeam\CVSROOT\RECORD~1.RB:26:in `mkdir': No such file > or directory - "/CVS/cvsspam/#cvsspam.3276.18-80162663" (Errno::ENOENT) > from F:\CVS\cvsrepo\DevTeam\CVSROOT\RECORD~1.RB:26 > cvs server: Pre-commit check failed > cvs [server aborted]: correct above errors first! > The server reported an error while performing the "cvs commit" command. > (took 0:00.468) > Error: TomcatSetup: F:\CVS\cvsrepo\DevTeam\CVSROOT\RECORD~1.RB:26:in > `mkdir': No such file or directory - > "/CVS/cvsspam/#cvsspam.3276.18-80162663" (Errno::ENOENT) > Error: TomcatSetup: from > F:\CVS\cvsrepo\DevTeam\CVSROOT\RECORD~1.RB:26 > Error: TomcatSetup: cvs server: Pre-commit check failed > Error: TomcatSetup: cvs [server aborted]: correct above errors first! > *** > > The offending code is the mkdir in > if $datadir==nil > $datadir = "#{$tmpdir}/#{$dirtemplate}-#{rand(99999999)}" > Dir.mkdir($datadir, 0700) > End > > I have changed tmpdir to be > $tmpdir = "/CVS/cvsspam" > > Am I confused with ruby syntax, should this read as something else? > Like: > $tmpdir = "F:\CVS\cvsspam" ? IIRC, cygwin assigns the 'root' directory to be the place where cygwin was installed. Try 'ls /' from the cygwin prompt. Using some magic, you can access windows drive letters using paths like '/cygdrive/f/', but you might be best off setting this to be the system temp dir. Try using the value you see when you do echo $TEMP at the cygwin prompt. (Hmmm, maybe the script should try that var too... ;) dave From dave at badgers-in-foil.co.uk Wed Jul 23 13:23:35 2003 From: dave at badgers-in-foil.co.uk (David Holroyd) Date: Wed, 23 Jul 2003 13:23:35 +0000 Subject: [cvsspam-devel] Keyword substitution In-Reply-To: <001f01c3510c$84636630$335410ac@criena.net> References: <001f01c3510c$84636630$335410ac@criena.net> Message-ID: <20030723132335.GB13117@vhost.badgers-in-foil.co.uk> Hello, On Wed, Jul 23, 2003 at 01:21:09PM +0200, Karel W. Dingeldey wrote: > We're using cvsspam at the Fraunhofer IGD in Darmstadt, Germany. > I'm wondering why the keywords, which cvs changed automatically by itself, > are always shown as changed. I think that this confuses a little bit, > because cvs itself and other programs don't show such tags as changed. > What do you think about it? CVSspam simply invokes 'cvs diff', and presents whatever is output. You can instruct cvs to ignore keywords by giving it the flag '-k k', and happily adding the option, $diff_ignore_keywords = true in cvsspam.conf will case this to happen. (Unhappily, I probably didn't document this.) Hope that works, dave From amezick at guidestar.org Wed Jul 23 14:25:41 2003 From: amezick at guidestar.org (Angus Mezick) Date: Wed, 23 Jul 2003 10:25:41 -0400 Subject: [cvsspam-devel] Cvsspam on win2k with cvsnt? Message-ID: <24A8596C44DF4F4DA442CBE269C351BD012DB017@wbmail.guidestar.net> Ok, current error: *** cvs ci -m "test" "/TomcatSetup/dummy.txt" dir template is #cvsspam.1.18 Checking in dummy.txt; F:/CVS/cvsrepo/DevTeam/TomcatSetup/dummy.txt,v <-- dummy.txt new revision: 1.2; previous revision: 1.1 done F:\CVS\cvsrepo\DevTeam\CVSROOT\COLLEC~1.RB:103:in `gets': Bad file descriptor (Errno::EBADF) from F:\CVS\cvsrepo\DevTeam\CVSROOT\COLLEC~1.RB:103:in `process_log' from F:\CVS\cvsrepo\DevTeam\CVSROOT\COLLEC~1.RB:216:in `choose_operation' from F:\CVS\cvsrepo\DevTeam\CVSROOT\COLLEC~1.RB:300 dir template is #cvsspam.1.18 ok (took 0:01.406) Error: TomcatSetup: F:\CVS\cvsrepo\DevTeam\CVSROOT\COLLEC~1.RB:103:in `gets': Bad file descriptor (Errno::EBADF) Error: TomcatSetup: from F:\CVS\cvsrepo\DevTeam\CVSROOT\COLLEC~1.RB:103:in `process_log' Error: TomcatSetup: from F:\CVS\cvsrepo\DevTeam\CVSROOT\COLLEC~1.RB:216:in `choose_operation' Error: TomcatSetup: from F:\CVS\cvsrepo\DevTeam\CVSROOT\COLLEC~1.RB:300 *** Line 103 is the $stdin line. def process_log(cvs_info) cvsroot =3D ENV['CVSROOT'] $datadir =3D find_data_dir() raise "missing data dir (#{$tmpdir}/#{$dirtemplate}-XXXXXX)" if $datadir=3D=3Dnil line =3D $stdin.gets unless line =3D~ /^Update of (.+)/ fail "Log preamble looks suspect (doesn't start 'Update of ...')" end From dave at badgers-in-foil.co.uk Wed Jul 23 14:50:23 2003 From: dave at badgers-in-foil.co.uk (David Holroyd) Date: Wed, 23 Jul 2003 14:50:23 +0000 Subject: [cvsspam-devel] Cvsspam on win2k with cvsnt? In-Reply-To: <24A8596C44DF4F4DA442CBE269C351BD012DB017@wbmail.guidestar.net> References: <24A8596C44DF4F4DA442CBE269C351BD012DB017@wbmail.guidestar.net> Message-ID: <20030723145023.GA14522@vhost.badgers-in-foil.co.uk> On Wed, Jul 23, 2003 at 10:25:41AM -0400, Angus Mezick wrote: > Ok, current error: > > *** > cvs ci -m "test" "/TomcatSetup/dummy.txt" > dir template is #cvsspam.1.18 > Checking in dummy.txt; > F:/CVS/cvsrepo/DevTeam/TomcatSetup/dummy.txt,v <-- dummy.txt > new revision: 1.2; previous revision: 1.1 > done > F:\CVS\cvsrepo\DevTeam\CVSROOT\COLLEC~1.RB:103:in `gets': Bad file > descriptor (Errno::EBADF) > from F:\CVS\cvsrepo\DevTeam\CVSROOT\COLLEC~1.RB:103:in > `process_log' > from F:\CVS\cvsrepo\DevTeam\CVSROOT\COLLEC~1.RB:216:in > `choose_operation' > from F:\CVS\cvsrepo\DevTeam\CVSROOT\COLLEC~1.RB:300 > dir template is #cvsspam.1.18 > ok (took 0:01.406) > Error: TomcatSetup: F:\CVS\cvsrepo\DevTeam\CVSROOT\COLLEC~1.RB:103:in > `gets': Bad file descriptor (Errno::EBADF) > Error: TomcatSetup: from > F:\CVS\cvsrepo\DevTeam\CVSROOT\COLLEC~1.RB:103:in `process_log' > Error: TomcatSetup: from > F:\CVS\cvsrepo\DevTeam\CVSROOT\COLLEC~1.RB:216:in `choose_operation' > Error: TomcatSetup: from > F:\CVS\cvsrepo\DevTeam\CVSROOT\COLLEC~1.RB:300 ... > line = $stdin.gets > unless line =~ /^Update of (.+)/ > fail "Log preamble looks suspect (doesn't start 'Update of ...')" > end Can't read from stdin? Odd. What does the line in CVSROOT/loginfo look like? (You're using CVSNT, right?) dave From dave at badgers-in-foil.co.uk Wed Jul 23 15:14:49 2003 From: dave at badgers-in-foil.co.uk (David Holroyd) Date: Wed, 23 Jul 2003 15:14:49 +0000 Subject: [cvsspam-devel] Re: CVSSPAM: conf file? In-Reply-To: <24A8596C44DF4F4DA442CBE269C351BD012DB019@wbmail.guidestar.net> References: <24A8596C44DF4F4DA442CBE269C351BD012DB019@wbmail.guidestar.net> Message-ID: <20030723151449.GB14522@vhost.badgers-in-foil.co.uk> On Wed, Jul 23, 2003 at 11:05:42AM -0400, Angus Mezick wrote: > How does the default conf file get read. That doesn't seem to be > happening for me. The scripts expect to find it using the CVSROOT environmental variable (which is already set by the time cvsspam gets run, on 'nix systems at least). The file it tries to open is '$CVSROOT/CVSROOT/cvsspam.conf'. If you find the file isn't being picked up, se what happens when you change the commitinfo line to something like, DEFAULT echo $CVSROOT (or should that be 'echo %CVSROOT%'?) dave From dave at badgers-in-foil.co.uk Wed Jul 23 16:07:47 2003 From: dave at badgers-in-foil.co.uk (David Holroyd) Date: Wed, 23 Jul 2003 16:07:47 +0000 Subject: [cvsspam-devel] Re: FW: [CVS TomcatSetup] test YES YES YES! In-Reply-To: <24A8596C44DF4F4DA442CBE269C351BD012DB01A@wbmail.guidestar.net> References: <24A8596C44DF4F4DA442CBE269C351BD012DB01A@wbmail.guidestar.net> Message-ID: <20030723160747.GE14522@vhost.badgers-in-foil.co.uk> On Wed, Jul 23, 2003 at 11:12:54AM -0400, Angus Mezick wrote: > Here are all of my changes! > > Very cool! I'll try to look though the changes tonight. Thanks for your efforts, dave From amezick at guidestar.org Wed Jul 23 17:37:55 2003 From: amezick at guidestar.org (Angus Mezick) Date: Wed, 23 Jul 2003 13:37:55 -0400 Subject: [cvsspam-devel] FW: [CVS GsCs] corrected classpath Message-ID: <24A8596C44DF4F4DA442CBE269C351BD012DB01F@wbmail.guidestar.net> This is a multi-part message in MIME format. ------_=_NextPart_001_01C35141.263CE540 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Ok, how do I get rid of the extra carrige returns? This is a dos/unix type thing I think. I love using cygwin and dos commands at the same time :) -----Original Message----- From: S-1-5-18 [mailto:SYSTEM@wbutil.guidestar.net]=20 Sent: Wednesday, July 23, 2003 12:56 PM To: Angus Mezick Subject: [CVS GsCs] corrected classpath =09 =09 Commit in GsCs on MAIN=09 build.xml +9 -7 1.5 -> 1.6=09 corrected classpath _____ =20 =09 GsCs =09 build.xml 1.5 -> 1.6 diff -u -r1.5 -r1.6 =09 --- build.xml 21 Jul 2003 15:21:12 -0000 1.5 =09 +++ build.xml 23 Jul 2003 16:56:05 -0000 1.6 =09 @@ -7,6 +7,7 @@ =09 =09 =09 =09 =09 + =09 =09 =09 =09 @@ -18,14 +19,15 @@ =09 =09 =09 =09 =09 - =09 - =09 - =09 =09 - =09 - =09 - =09 - =09 + =09 + =09 + =09 =09 =09 =09 CVSspam 0.2.7 ------_=_NextPart_001_01C35141.263CE540 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Message
Ok, how do I get = rid of the=20 extra carrige returns?  This is a dos/unix type thing I = think.  I love=20 using cygwin and dos commands at the same time :)
-----Original Message-----
From: = S-1-5-18=20 [mailto:SYSTEM@wbutil.guidestar.net]
Sent: Wednesday, July = 23, 2003=20 12:56 PM
To: Angus Mezick
Subject: [CVS GsCs] = corrected=20 classpath

Commit in GsCs on=20 MAIN
build.xml +9 -7 1.5 -> = 1.6
corrected classpath

GsCs
build.xml 1.5 ->=20 1.6
diff -u -r1.5 =
-r1.6

--- build.xml	21 Jul 2003 15:21:12 -0000	1.5

+++ build.xml	23 Jul 2003 16:56:05 -0000	1.6

@@ -7,6 +7,7 @@

         <property =
name=3D"run.home" value=3D"/GuideStar/Run"/>

         <property name=3D"lib" value=3D"${source.home}/lib"/>

         <property name=3D"deprecationFlag" value=3D"off"/>

+        <property =
name=3D"core.lib" value=3D"${core.source}/web/WEB-INF/lib"/>

         <property =
name=3D"debugFlag" value=3D"on"/>

         <property name=3D"optimizeFlag" value=3D"off"/>

         <property name=3D"listFiles" value=3D"off"/> <!-- Set =
to display files being compiled -->

@@ -18,14 +19,15 @@

         <!-- Our build =
class path -->

         <!-- ******************** -->

         <path id=3D"guidestar.class.path">

-            <pathelement =
path=3D"${source.home}/config/${localConfig}"/>

-            <pathelement path=3D"${source.home}/config/"/>

-            <pathelement path=3D"${source.home}/batchconfig/"/>

             <pathelement =
path=3D"${build.home}"/>

-            <pathelement =
path=3D"${build.home}/test"/>

-            <pathelement =
path=3D"${build.home}/main/localconfig/"/>

-            <pathelement path=3D"${build.home}/batch"/>

-            <fileset dir=3D"${lib}">

+            <pathelement =
path=3D"${core.source}/web/WEB-INF/classes"/>

+            <!--

+            <fileset dir=3D"${source.lib}">

+                <include name=3D"**/*.jar"/>

+                <include name=3D"**/*.zip"/>

+            </fileset>

+            -->

+            <fileset dir=3D"${core.lib}">

                 <include =
name=3D"**/*.jar"/>

                 <include name=3D"**/*.zip"/>

             </fileset>

email"=20 = href=3D"http://www.badgers-in-foil.co.uk/projects/cvsspam/">CVSspam=20 0.2.7
=00 ------_=_NextPart_001_01C35141.263CE540-- From dave at badgers-in-foil.co.uk Wed Jul 23 19:33:29 2003 From: dave at badgers-in-foil.co.uk (David Holroyd) Date: Wed, 23 Jul 2003 19:33:29 +0000 Subject: [cvsspam-devel] FW: [CVS GsCs] corrected classpath In-Reply-To: <24A8596C44DF4F4DA442CBE269C351BD012DB01F@wbmail.guidestar.net> References: <24A8596C44DF4F4DA442CBE269C351BD012DB01F@wbmail.guidestar.net> Message-ID: <20030723193329.GA18685@vhost.badgers-in-foil.co.uk> On Wed, Jul 23, 2003 at 01:37:55PM -0400, Angus Mezick wrote: > Ok, how do I get rid of the extra carrige returns? This is a dos/unix > type thing I think. I love using cygwin and dos commands at the same > time :) Not sure -- there's a cygwin setting that determines how it handles dos vs. 'nix end-of-line protocol; maybe playing with that will make a difference? dave