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

Reply via email to