You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by ne...@autodesk.com on 2002/12/20 18:02:21 UTC

Vss gets

Hi all,

I'm doing a VSS get but the get does not write over writable files - I didn't find any option in the documentation and was wondering if anybody has done this??  The writable option that I'm using basically leaves the files on the local drive to be read-only.

<target name="get">

        <vssget localPath="${path-src}"
			recursive="true"

			vsspath="${vss-src}"
			writable="false"/>

        

    </target>

Thanks,
Neha Verma