Hello,
I'd like to write a batch file that, when executed in a project directory, detects which files have been changed, checks them out ("-merge later"), then checks them in.
Is this possible?
Thanks.
Batch checkout/checkin?
Moderator: SourceGear
i don't think you could do this with a batch file.
however, i do believe you could possibly get what you want by writing a custom client -
however, i do believe you could possibly get what you want by writing a custom client -
- download the client api - if you have not already done so http://www.sourcegear.com/vault/downloa ... _2_0_1.msi
- write an application which logs in
- determines if the cwd is mapped to a repository path
- do a scan in the client instance
- checkout all renegade files
- < do something or nothing here >
- commit your changes
Jeff Clausius
SourceGear
SourceGear