#1
|
|||
|
|||
Adding Files Into SourceSafe
Good day,
I have an application that produces output in x number of binaries. I have a second application that uses those binaries. I want to put the first application's binaries into SourceSafe under the second application's project. I can do this just fine if the binaries don't vary in number. If say a binary is added to the first application, then when I build the second in VBP, the new binary is not being added into SourceSafe and that makes sense because originally I was only doing a checkin. But what I want is to get all those binaries into SourceSafe. So my question is, is there a good way to check in everything that is in a folder, including adding files that may not be in SourceSafe? Thanks for any help! |
|
|