View Single Post
  #2  
Old 05-28-2003, 04:17 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,025
The VSS command-line tool (which the SourceSafe action wraps) requires all projects/files entries to be specified at the same project level when performing recursive operations because it only supports a single destination path.

You can recursively checkout all AssemblyInfo files by using a mask (i.e., $/AssemblyInfo.*) in the files/projects field (the 'Check Out Source Files' step in the VStudio.bld sample demonstrates this), but if you want to explicitly name multiple files in different paths, you would need a separate step for each one.
Reply With Quote