Staging of editors drafts on pub location (ACTION-364)

Hi all,

I looked into the Ant task CVS

http://ant.apache.org/manual/CoreTasks/cvs.html

An example ant target looks like this:

<target name="commitErrataToCvs">
<cvs command="commit ${somePath}framework-errata.html"
            cvsRsh="C:\Program Files\putty\plink.exe"
            cvsRoot=":ext:fsasaki@cvs.w3.org:/w3ccvs"></cvs></target>

The problems I see are that I don't see a way to tell Ant to use the 
Eclipse settings for cvsRsh (I've put in my OS specific tool), and that 
the cvsRoot attribute is user specific, so you would need your local 
copy of that Ant task.

Felix

Received on Wednesday, 26 September 2007 15:21:01 UTC