Source Safe
-
I am looking for a way to retrive files and check them back into source safe every day. In other words at night when everyone leaves I want to get all the files and then check them back into source safe. Any Ideas. I am trying to use a batch file for this.
-
I am looking for a way to retrive files and check them back into source safe every day. In other words at night when everyone leaves I want to get all the files and then check them back into source safe. Any Ideas. I am trying to use a batch file for this.
Source Safe has an object model so you can use some functionality of it from within a script file (e.g. VBScript). Grtx, Berry
-
Source Safe has an object model so you can use some functionality of it from within a script file (e.g. VBScript). Grtx, Berry
-
I am looking for a way to retrive files and check them back into source safe every day. In other words at night when everyone leaves I want to get all the files and then check them back into source safe. Any Ideas. I am trying to use a batch file for this.
The help files document the command line interface for checking-in/out files. If you have a batch process to check-in all checked-out files every night, I would suggest that it is far simpler and quicker to do a recursive check-in from $/ in a batch file, rather than to try to develop an application to do the same thing.