info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question about the command-line for committing


From: Rob
Subject: Re: Question about the command-line for committing
Date: Thu, 11 Jan 2001 02:50:26 -0800
User-agent: Mutt/1.2.5i

I know of no way to specify multiple log messages
on one run of "cvs commit".

Maybe if you talk about your goal? I think I would
go about this differently, but I am not really sure
what kind of info you are trying to collect.

Hmm.. I would just use a for loop if I was using shell
to do something like that.. however maybe morning will 
bring someone with a more useful solution for you. 



Good luck,
Rob Helmer
namodn

On Thu, Jan 11, 2001 at 01:40:13AM -0800, Reinstein, Shlomo wrote:
> Hi,
> 
> Thanks, but (I think) this is not what I need. You see, I need *the same*
> "commit" command to commit files from several directories, and give a
> different log message for each directory. The scripts that I run using the
> "loginfo" and "commitinfo" files collect information about the commit as it
> goes from directory to directory (and store the information in temporary
> files), and when the last directory has been committed, it processes the
> collected information, then deletes the temporary files. For this reason, I
> would like the same commit command to be able to commit several directories
> with different log messages.
> 
> Thanks,
> Shlomo
> 
> -----Original Message-----
> From: Rob [mailto:address@hidden
> Sent: Thursday, January 11, 2001 11:25 AM
> To: Reinstein, Shlomo
> Cc: 'address@hidden'
> Subject: Re: Question about the command-line for committing
> 
> 
> Hello,
> 
> 
> You can specify a path/filename as well.
> 
> i.e.
> cvs commit -m "this dir is cool" cooldir/
> cvs commit -m "this file is not cool" notcool/notcool.c
> 
> On Thu, Jan 11, 2001 at 01:06:04AM -0800, Reinstein, Shlomo wrote:
> > Hi,
> > 
> > The "commit" command of CVS has an option, "-m", for specifying a log
> > message on the command-line instead of interactively using an editor. But
> > what happens when the commit is recursive and there are files in other
> > directories that will be committed? Is there a way to specify (on the
> > command-line) different log messages for different directories?
> > While this question seems to be irrelevant (why would a user want to
> specify
> > different log messages to different directories through the
> command-line?),
> > I am interested in this for testing purposes -- I have set up some scripts
> > to handle commit commands using the "loginfo" and "commitinfo" files in
> the
> > repository, and I would like to have an automatic script to test them. One
> > of my test cases is providing a different log message for each directory,
> > and if I can't do that from the command-line then this test case has to be
> > manual (at least partially - I will need to wait for the editor and enter
> > the log message).
> > 
> > Thanks,
> > Shlomo
> > 
> > 
> > _______________________________________________
> > Info-cvs mailing list
> > address@hidden
> > http://mail.gnu.org/mailman/listinfo/info-cvs
> > 
> 
> 
> _______________________________________________
> Info-cvs mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/info-cvs
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]