You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by weiji <na...@hotmail.com> on 2007/09/13 21:03:27 UTC

using vssget to copy over existing files

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: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org