[cvsnt] CVS commit error
Boyd Meier
bmeier at acornsys.com
Thu Feb 12 19:26:32 GMT 2004
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