Re: Format for 1.11.10's contrib's loginfo, used by log_accum com mit

2003-12-17 Thread vikas arora
- (on mail)

mail is scanned with InterScan

-
Kindly check while i try to add some file to the repository I am getting the
error

cvs add: in directory .:

cvs [add aborted]: there is no version here; do 'cvs checkout' first

Even If check out some module andwanted to add some file to it, the same
error is coming.does this mean that i can't explicitly add a single file
into the repository.

Regards

Vikas arora

- Original Message -
From: vikas arora [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, December 10, 2003 2:33 PM
Subject: Re: Format for 1.11.10's contrib's loginfo,used by log_accum com
mit


 - (on mail)

 mail is scanned with InterScan

 -







 I am new user of CVS, just want to incorporate it for the source code
 management of FMBs and FMXs.Just wanted to know whether it is possible to
 check out a single file using cvs or do i need to set up the repository
 first and then only I be able to checkout the files.

 Regards
 Vikas


 - Original Message -
 From: Andy Jones [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, December 10, 2003 2:23 PM
 Subject: RE: Format for 1.11.10's contrib's loginfo, used by log_accum com
 mit


 
  Larry, Larry, Larry,...  Trust me. If you've never encountered
constructs
  like @_, my, local($wd, @files); scalars, arrays... (and btw, 'local'
is
  not local, 'my' is local...how cute), reading it is doable but
tediously
  slow.  I'm reminded of a friend's admonition in college.  He said:
  Physics is easy, once you know it.
 
  Seconded.
 
  I think the readability of Perl is a subjective thing, not an objective
  thing.  Some people find it easy, like some people find reading upside
 down
  easy.
 
  Personally, when I see a Perl script, I start running...
 
 
 
 
 
  ___
  Info-cvs mailing list
  [EMAIL PROTECTED]
  http://mail.gnu.org/mailman/listinfo/info-cvs
 







 ___
 Info-cvs mailing list
 [EMAIL PROTECTED]
 http://mail.gnu.org/mailman/listinfo/info-cvs

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Re: Format for 1.11.10's contrib's loginfo, used by log_accum com mit

2003-12-10 Thread vikas arora
- (on mail)

mail is scanned with InterScan

-
I am new user of CVS, just want to incorporate it for the source code
management of FMBs and FMXs.Just wanted to know whether it is possible to
check out a single file using cvs or do i need to set up the repository
first and then only I be able to checkout the files.

Regards
Vikas


- Original Message -
From: Andy Jones [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, December 10, 2003 2:23 PM
Subject: RE: Format for 1.11.10's contrib's loginfo, used by log_accum com
mit



 Larry, Larry, Larry,...  Trust me. If you've never encountered constructs
 like @_, my, local($wd, @files); scalars, arrays... (and btw, 'local' is
 not local, 'my' is local...how cute), reading it is doable but tediously
 slow.  I'm reminded of a friend's admonition in college.  He said:
 Physics is easy, once you know it.

 Seconded.

 I think the readability of Perl is a subjective thing, not an objective
 thing.  Some people find it easy, like some people find reading upside
down
 easy.

 Personally, when I see a Perl script, I start running...





 ___
 Info-cvs mailing list
 [EMAIL PROTECTED]
 http://mail.gnu.org/mailman/listinfo/info-cvs

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Re: Format for 1.11.10's contrib's loginfo, used by log_accum com mit

2003-12-10 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Andy Jones [EMAIL PROTECTED] writes:

  Larry, Larry, Larry,...  Trust me. If you've never encountered
  constructs like @_, my, local($wd, @files); scalars, arrays... (and
  btw, 'local' is not local, 'my' is local...how cute), reading it is
  doable but tediously slow.  I'm reminded of a friend's admonition in
  college.  He said: Physics is easy, once you know it.
 
 Seconded.
 
 I think the readability of Perl is a subjective thing, not an
 objective thing.  Some people find it easy, like some people find
 reading upside down easy.
 
 Personally, when I see a Perl script, I start running...

The files in contrib are there because some folks think they are useful.

I have been programming with perl since version 3.0 was released to the
net, so I don't have any problems reading it, but I do understand what
you mean.

If you have examples for commitinfo, verifyinfo, loginfo and taginfo
scripts in some other language that you would like to contribute, by all
means feel free to do it as long as you give it some kind of copyright
license that allows it to be put into a cvs source distribution, I would
have no problems seeing examples in shell, python, tcltk, c, or whatever
other kind of language seems reasonable.

Thanks,
-- Mark
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/1uR63x41pRYZE/gRAjsSAKDicXs0S7J5wz+4RPq8mx48y2AGowCgtZdX
Fwkjjx3WyTN5Z+QoVZcaLQo=
=6qqc
-END PGP SIGNATURE-


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


RE: Format for 1.11.10's contrib's loginfo, used by log_accum com mit

2003-12-09 Thread Peter Connolly
 Perl isn't that hard to read.

Larry, Larry, Larry,...  Trust me. If you've never encountered constructs like @_, my, 
local($wd, @files); scalars, arrays... (and btw, 'local' is not local, 'my' is 
local...how cute), reading it is doable but tediously slow.  I'm reminded of a 
friend's admonition in college.  He said: Physics is easy, once you know it.

 I believe you want something like:
 
 commitinfo:
   DEFAULT commit_prep -u ${USER}
 
 loginfo:
   DEFAULT log_accum -u ${USER} %s

I've tried that and when I commit, I get the following messages:

   Processing log script arguments...
   Mailing the commit message to (from [EMAIL PROTECTED])
   No recipient addresses found in header

which I guess means that $mail_to and its progenitor $addr_list in the 
mail_notification subroutine are not being set properlybut no hints as to how to 
format those email addresses into loginfo...

General question: Is it really expected that EVERYONE that wants to set up and use 
these contrib scripts have to read them, understand them and retro-engineer the inputs?


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs