0

I want to write a simple batch file that will continually check for updates across several VSS projects, and trigger automatic builds whenever any developer checks in code. Is there a command line option to do this with the SS command ?

I've looked at the list of commands/options but don't see one that polls for updates: http://msdn.microsoft.com/en-us/library/003ssz4z%28v=vs.80%29.aspx

Nothing 2 Lose
  • 180
  • 1
  • 3
  • 8

1 Answers1

0

You can use auto build tools like CruiseControl .NET. http://confluence.public.thoughtworks.org/display/CCNET/Visual+Source+Safe+Source+Control+Block

You can also check the discussion here regarding auto build with VSS.

Community
  • 1
  • 1
Rachel
  • 1,372
  • 1
  • 8
  • 11