Title: vssadd Recursive Adds...

I’ve implemented a version of recursive adds into the vssadd task.

Here’s what my goal was.  The fileset is going to have relative and/or non-relative paths.  For those paths that are relative to the basedir, we can do a recursive add.  For static paths or paths that work backwards, don’t worry about it, just add them to the project path specified.  This would definitely need some review and testing, but for those interested now, here you go.  I needed it to check in the output from our builds – we maintain certain libraries as independent codebases, so version specific references are made by other VS.Net projects.  It’s working out really well by the way.

Reply via email to