Hi friends,
 
Can dynamic values be used for the working directory?  For example if I 
have "d:\project\trunk" as my working directory, can I change it to 
"d:\project\trunk1" on the next iteration?  Right now my source control 
block looks like this: 

    
    <sourcecontrol type="filtered">
      <sourceControlProvider type ="svn" >
        <trunkUrl>$(unf.repo)</trunkUrl>
        <workingDirectory>$(trunk.path)</workingDirectory>
        <username>$(unf.user)</username>
        <password>$(unf.pw)</password>
        <cleanCopy>true</cleanCopy>
        <cleanUp>true</cleanUp>
      </sourceControlProvider>
      <exclusionFilters>
        <pathFilter>
          <pattern>$(sql.pattern)</pattern>
        </pathFilter>
      </exclusionFilters>
    </sourcecontrol>     

Each cycle, the working directory is wiped clean, but in the case where the 
directory cannot be deleted for whatever reason, I do not want it to stop 
any build cycles.

 

 

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ccnet-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to