[cvsnt] CVS commit error
Pitre, Russell
RPITRE at shawmut.com
Fri Feb 13 15:14:33 GMT 2004
Thanx for the help yesterday......We are just a two person development
team and the cvs comments are not really an issue for us......
Russ
-----Original Message-----
From: Boyd Meier [mailto:bmeier at acornsys.com]
Sent: Thursday, February 12, 2004 2:27 PM
To: Pitre, Russell; cvsnt at cvsnt.org
Subject: RE: [cvsnt] CVS commit error
We do this for a couple of our projects where we're autogenerating some
code. The solution is to change your command="commit" to
command="commit -m 'commit message that says whatever you want'". Good
luck.
Boyd
-----Original Message-----
From: cvsnt-bounces at cvsnt.org [mailto:cvsnt-bounces at cvsnt.org] On Behalf
Of Pitre, Russell
Sent: Thursday, February 12, 2004 12:15 PM
To: cvsnt at cvsnt.org
Subject: [cvsnt] CVS commit error
Hello all-
I'm using ANT in conjunction with CVSNT for development. I configured
an ANT task to commit my changes. When I run that task, a text editor
pops ups, and I have to save the file (i.e. name of file: cvs9a.tmp).
Otherwise, if I don't save the file the task will hang until close the
command prompt. I don't want to see this editor pop-up, how can I
suppress this text editor from popping up? I looked into the -f switch,
but I keep getting this error: "cvs commit: cannot open CVS/Entries for
reading: No such file or directory."
Here's my ANT task
<target name="commit">
<cvs cvsroot=":sspi:rpitre at TOMCAT:/PROJECTS"
package="src" command="commit" dest="c:\temp\bang2" />
</target>
_______________________________________________
cvsnt mailing list
cvsnt at cvsnt.org http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
More information about the cvsnt
mailing list