Forum Moderators: coopster & phranque

Message Too Old, No Replies

How to add own Tag using Rcs.pm module method

How to add own Tag using Rcs.pm module method

         

srins

3:28 pm on Aug 24, 2006 (gmt 0)

10+ Year Member



Hi,

I am using "use Rcs.pm " for version control system of files to check-in and checkout the files from CVS.

Now i want add tags to the file and need to retrive the tag and revision information for the file by using Rcs.

By default it add ,v tag to my file.But i need to add my own tag name by file.I was searching for an methos to do this using Rcs.pm.But i dont find any method.

Could some one help me how to add tag to my files using Rcs methods.

Thanks,
Srins.

coopster

6:43 pm on Sep 2, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I'm not familiar with the module but in the base rcs class [search.cpan.org] it seems you simply pass the symbol to the
symrev
method.