Re: Traversing a CVS repository

2001-09-28 Thread raptor
You probably want to do search here is one good solution : http://www.perlfect.com/freescripts/search/ u have the code, so u can write your-own and steal at their one.. :")) | Does anyone know how I can traverse the directories and files stored in a | CVS repository? I'll be doing this from P

RE: Traversing a CVS repository

2001-09-28 Thread Andrew McGhee
@LargeNumberOfFilesAndDirectories = `find ${CVS_REPOSITORY}/`; foreach (@LargeNumberOfFilesAndDirectories) { next if //; ... } -Original Message- From: Chalmers, Tim [mailto:[EMAIL PROTECTED]] Sent: 27 September 2001 23:06 To: '[EMAIL PROTECTED]' Subject: Traver

Traversing a CVS repository

2001-09-27 Thread Chalmers, Tim
Does anyone know how I can traverse the directories and files stored in a CVS repository? I'll be doing this from PERL. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs