Hi Folks, I am trying to checkin a list of files using vsschekin task. Here is the code snippet:
<vsscheckin localPath="@{file}"
ssdir="${vss.path}"
login="blah, blah"
vsspath="module"
serverPath="vss"
comment="Changed version number by autobuild"
failonerror="false" />
But it's complaining that the files path is an Invalid DOS path. Is it
because the file path has whitespaces?
Any workaround for this will be highly appreciated.
Cheers;
Shankar
