I have the following tag in ccnet.config:
<sourcecontrol type="vault">
<executable>C:\Program Files\SourceGear\Fortress Client
\vault.exe</executable>
<username>....</username>
<password>....</password>
<host>....</host>
<repository>...</repository>
<folder>$/Applications</folder>
<ssl>True</ssl>
<autoGetSource>True</autoGetSource>
<useWorkingDirectory>True</useWorkingDirectory>
<timeout units="Minutes">15</timeout>
<workingDirectory>C:\CI\Source\Applications</workingDirectory>
<cleanCopy>True</cleanCopy>
All the files I get are read-only. Is there a way to make the files
writable?