Hi When I tried to execute the following command cvs log -Nb -r -d >2005-03-22 CentrexMateWeb I am getting the following error.. cvs [log aborted]: Can't parse date/time: CentrexMateWeb What may be issue behind this, Can any one help me with that..
Thanks SARAVANAN SUBRMANIAN SCM Centrex Mate -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, March 23, 2005 10:46 AM To: [email protected] Subject: Info-cvs Digest, Vol 28, Issue 35 Send Info-cvs mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://lists.gnu.org/mailman/listinfo/info-cvs or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of Info-cvs digest..." Today's Topics: 1. Get no mail from log_accum.pl (Rafal Kedziorski) 2. RE: third-party sources sharing same directory (Jim.Hyslop) 3. RE: verifymsg script ([EMAIL PROTECTED]) ---------------------------------------------------------------------- Message: 1 Date: Wed, 23 Mar 2005 16:16:15 +0100 From: Rafal Kedziorski <[EMAIL PROTECTED]> Subject: Get no mail from log_accum.pl To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" hi, I want use log_accum.pl for get email with changes in our sources. I've done this: - add line in loginfo: ALL $CVSROOT/CVSROOT/log_accum.pl -u $USER %s - add line in checkoutlist But after commit I didn't get any email. Only the message: Checking in lib/net/polonium/xmlapi/request/synchronize/SynchronizeMediaRequest_1_0. java; /data/cvs/mmcms/src/lib/net/polonium/xmlapi/request/synchronize/Synchron izeMediaRequest_1_0.java,v <-- SynchronizeMediaRequest_1_0.java new revision: 1.26; previous revision: 1.25 done Processing log script arguments... Mailing the commit message to [EMAIL PROTECTED] (from [EMAIL PROTECTED]) No mail for rafal Checking in lib/net/polonium/xmlapi/response/AbstractBaseResponse.java; /data/cvs/mmcms/src/lib/net/polonium/xmlapi/response/AbstractBaseRespons e.java,v <-- AbstractBaseResponse.java new revision: 1.8; previous revision: 1.7 done Processing log script arguments... Mailing the commit message to [EMAIL PROTECTED] (from [EMAIL PROTECTED]) No mail for rafal In CVSROOT/commitlogs are the right files. Why I didn't get any email? Regards Rafal -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.gnu.org/pipermail/info-cvs/attachments/20050323/52f478ce/at tachment.html ------------------------------ Message: 2 Date: Wed, 23 Mar 2005 10:09:41 -0500 From: "Jim.Hyslop" <[EMAIL PROTECTED]> Subject: RE: third-party sources sharing same directory To: "'Vitor'" <[EMAIL PROTECTED]>, Larry Jones <[EMAIL PROTECTED]> Cc: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain Vitor wrote: > Here is more information : i do use the following structure to keep my > projects: > > /bin > /doc > /src > /obj > > But i do use some use some external libs that i normally place at : > > /src/libname > > I understood that cvs would require an exclusive module to > store external > libraries, so i would need to change my structure to : > > /bin > /doc > /src > /obj > /libname > > .. wich i would lile to avoid. So library 2 would go into src/lib2name/ right? If that's the case, then there should be no problems. -- Jim Hyslop Senior Software Designer Leitch Technology International Inc. ( http://www.leitch.com ) Columnist, C/C++ Users Journal ( http://www.cuj.com/experts ) ------------------------------ Message: 3 Date: Wed, 23 Mar 2005 10:43:06 -0500 From: <[EMAIL PROTECTED]> Subject: RE: verifymsg script To: <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" >-----Original Message----- >From: Jim.Hyslop [mailto:[EMAIL PROTECTED] >Sent: Wednesday, March 23, 2005 10:05 AM >To: Fouts Christopher (IFNA MP DC); [email protected] >Subject: RE: verifymsg script > > >[EMAIL PROTECTED] wrote: >> I finally tried this, and the script just echoes >> out the lines in my rcstemplate file that do not >> begin with "CVS". So how can I modify my rcstemplate >> file to contain the branch tag? Adding the $Name$ >> keyword did NOT do it of course. >Well, it's a bit ugly, but here's a possibility: > >verifymsg runs in the local directory, or (I think - I haven't >checked this >part) in a copy of the workspace if you're doing >client/server. This means the CVS/Entries file is available. >You could add something like this to your verifymsg scripts: > >cut -d/ -f2,6 CVS/Entries | grep -E '/T' | sed 's@/T@, CVS tag: @' >>$1 > >This pulls all the lines from CVS/Entries that have a tag >associated with the file, and appends them to the checkin >message in the form "[filename], CVS tag: [tag]" You can >rework this to append "(none)" if there is no tag. You'll also >have to add code to recurse into subdirectories. > >Make sure the RereadLogAfterVerify option in CVSROOT/config is >not disabled. > >One drawbacks is, you have no way of knowing which files the >message applies to, so you'll have to write all the tags to >the log message. For example, if your directory tree contains >100 files, and you check in only one file, the log message >will have 100 file names mentioned in it. > >-- >Jim Hyslop >Senior Software Designer >Leitch Technology International Inc. ( http://www.leitch.com ) >Columnist, C/C++ Users Journal ( http://www.cuj.com/experts ) Ik I'll try this approach, but not necessarily the code since my scripts are in PERL. -chris > ------------------------------ _______________________________________________ Info-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-cvs End of Info-cvs Digest, Vol 28, Issue 35 **************************************** _______________________________________________ Info-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-cvs
