[cvsnt] STDIN

Joshua Skains jskains at deltad.com
Fri Nov 19 19:57:03 GMT 2004


I am having some odd problems. I am moving the CVS repository to a Win2k3
box. At current, I am using ActivePerl and CVSNT and trying to convert my
scripts from using CVS to CVSNT. I have special tag management scripts. So
of course CVSNT had to change to STDIN from ARGV. Unfortunatly I am having a
hard time with STDIN data.

Here is an attempt to tag two files:

All I am getting is garbage from the return:

ð¨ 1.1
ð¨ 1.2

I tried @stdin=<STDIN>;

and then

foreach $data (@stdin)
{
    print "data: $data";
}

and even tried to just:

print (@stdin)...

Any thoughts?

Thanks,
JMS





More information about the cvsnt mailing list