Hi,

I'm using vssget to get a project from the server to my workstation. 
However, it returns with error code 100.  If I point the local directory to
an empty directory, all the files are gotten without any issues.  This leads
me to believe the issue is with overwriting the existing files.

Does anyone have any tips or experience they can share r.e. vssget to get
the latest, overwriting existing files if newer and leaving/ignoring files
that haven't changed?

my target xml:

    <target name="VSS-get" depends="-checkVSS" description="test">
        <vssget ssdir="${dir.vssclientpath}"
                serverpath="${dir.vssserverpath}"
                login="${vssusername},${vsspassword}"
                vsspath="${dir.vsspath}"
                localpath="${dir.war}"
                recursive="true"
                quiet="true"
                writable="true"/>
    </target>

Thanks,
KaJun
-- 
View this message in context: 
http://www.nabble.com/using-vssget-to-copy-over-existing-files-tf4437748.html#a12661307
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to