HI, I am able to retrieve files from PVCS using pvcs ant task, but the some of the files are read only. Could you please let me know, how to make all the files writable after retrieving the files from PVCS.
<target name="getlatest"> <pvcs repository="/mnt/pvcs" pvcsproject="/myprj"/> </target> Thanks, Chandra