I have created a task that will add files to SourceSafe. Here is an example of its usage.
<vssadd dbpath="c:\sourcesafe\srcsafe.ini" user="" password="" path
="$/DLLAdd" comment="Hello World">
<fileset basedir="U:\AddFolder">
<includes name="*.dll"/>
</fileset>
</vssadd>
Currently it doesn't support a recursive add. If a file is attempted to be
added to VSS that is currently in VSS an exeption is thrown. I wrote it so
the exception is caught and it moves onto the next file. I didn't know if
we wanted a property or not for continue. The logic for this catch may
need some work... it just doesn't feel right though it works.
This is my first patch to an open source project so any feedback would be
welcome.
Rob Jefferies
(See attached file: AddTask.cs)
AddTask.cs
Description: Binary data
