[cvsnt] CVSNT Broken! taginfo - Additional Info
Tony Hoyle
tmh at nodomain.org
Thu Mar 24 18:38:22 GMT 2005
Josh Skains wrote:
> BTW, that spacing issue on the output isn't a script issue. CVSNT
> inserts blank lines in-between each line. This doesn't happen on the
> standard cvs.
This is not the case:
loginfo:
DEFAULT perl d:\test.pl
test.pl:
print "line1\n";
print "line2\n";
while(<STDIN>)
{
print $_;
}
print "finished\n";
Output:
Checking in unic.txt;
/repo/test/unic.txt,v <-- unic.txt
new revision: 1.16; previous revision: 1.15
done
line1
line2
Update of /repo/test
In directory tucker:D:\cvstemp\cvs-serv1700
Modified Files:
unic.txt
Log Message:
foo
finished
D:\t\test>cvs commit -fm "foo" unic.txt
Clearly no extra lines are being added - this points to an issue with
the script you are using.
Tony
More information about the cvsnt
mailing list