Thank you for your help Ajay Dharna
-----Original Message----- From: Mark D. Baushke [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 04, 2005 4:10 PM To: DHARNA, AJAY [AG/1000] Cc: [EMAIL PROTECTED]; [email protected] Subject: Re: trying to add a perl script file -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 DHARNA, AJAY [AG/1000] <[EMAIL PROTECTED]> writes: > I have a perl script file that contains the following code: > > name => \$appender_name, > level => \$Log::Log4perl::Level::L4P_TO_LD{\$level}, > message => \$message, You will probably wish to supress keyword expansion (-ko) for the above text. > > When I do an add selection on this file, CVS converts this code to become > this: > > name => \$appender_name, > level => \$Log: Logger.pm,v $ > level => \Revision 1.3 2005/10/04 20:15:21 ardharn > level => \no message > level => \level}, > message => \$message, > > Is there any way of adding this file as it is to the CVS repository without > it doing this. > Thank you cvs admin -ko Logger.pm In future, something like cvs add -ko Logger.pm or cvs import -ko ... will do this. > > Ajay Dharna > > ---------------------------------------------------------------------------- ----------------------------- > This e-mail message may contain privileged and/or confidential information, and is intended to be received only by persons entitled to receive such information. If you have received this e-mail in error, please notify the sender immediately. Please delete it and all attachments from any servers, hard drives or any other media. Other use of this e-mail by you is strictly prohibited. You are hereby notified that sending this e-mail to a public mailing list is probably in violation of your employer. It is not possible to remove this e-mail message from the various list archives. > > > All e-mails and attachments sent and received are subject to monitoring, reading and archival by Monsanto. The recipient of this e-mail is solely responsible for checking for the presence of "Viruses" or other "Malware". Monsanto accepts no liability for any damage caused by any such code transmitted by or accompanying this e-mail or any attachment. -- Mark -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFDQu/ACg7APGsDnFERAnnRAJ938SPLI78lhrhe8g7fFV1UH+5AHgCgmhuz Q5zpqV2RhjHpf1Q6JRKFHyQ= =XzRj -----END PGP SIGNATURE----- --------------------------------------------------------------------------------------------------------- This e-mail message may contain privileged and/or confidential information, and is intended to be received only by persons entitled to receive such information. If you have received this e-mail in error, please notify the sender immediately. Please delete it and all attachments from any servers, hard drives or any other media. Other use of this e-mail by you is strictly prohibited. All e-mails and attachments sent and received are subject to monitoring, reading and archival by Monsanto. The recipient of this e-mail is solely responsible for checking for the presence of "Viruses" or other "Malware". Monsanto accepts no liability for any damage caused by any such code transmitted by or accompanying this e-mail or any attachment. --------------------------------------------------------------------------------------------------------- _______________________________________________ Info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
