I am using Nant to get my latest code from Source Gear. Below is the Nant command which works. But after "getting latest" I am unable to use MSBUILD to build the solution. Seems as if "getting latest" gets all the files but marks them all read only. So when I try and remove the readonly flag from the parent folder, I still can't compile.
Can anyone help.
Thanks btd
<exec program="${vault.exe.path}" if="${UseVaultExe=='1'}">
<arg line="get" />
<arg line="-destpath ${getLatest.path}" />
<arg line="-host ${vault.server.name}" />
<arg line="-user ${sourcecode.vault.username}" />
<arg line="-password ${sourcecode.vault.password}" />
<arg line="-repository "${sourcecode.vault.repository.project}"" />
<!-- <arg line="-backup no" /> -->
<arg line="-merge overwrite" />
<arg line=""${sourcecode.project.root}"" />
</exec>
getting latest from Vault
Moderator: SourceGear
Look back at this other thread where you posted. The answer you want is given there.
http://support.sourcegear.com/viewtopic ... 1096#31096
http://support.sourcegear.com/viewtopic ... 1096#31096