G
Gali
Hi everyoune,
I'm trying to commit specific files to the cvs in a special target in
an xml file. i need to give the the exact place - wherer to commit and
what to commit, but i don't know how to add the argument right.
the command should look like this:
cvs commit -m "commif file now" thefiletocommit.java
but how to add the argument to the tag?
<target name = "commit_to_cvs" depends = "cvsLogin" description =
"commiting to cvs">
<cvs cvsRoot ${cvsroot} command = "commit" >
arguments?
</target>
thank you.
I'm trying to commit specific files to the cvs in a special target in
an xml file. i need to give the the exact place - wherer to commit and
what to commit, but i don't know how to add the argument right.
the command should look like this:
cvs commit -m "commif file now" thefiletocommit.java
but how to add the argument to the tag?
<target name = "commit_to_cvs" depends = "cvsLogin" description =
"commiting to cvs">
<cvs cvsRoot ${cvsroot} command = "commit" >
arguments?
</target>
thank you.