View Single Post
  #1  
Old 10-08-2004, 07:56 AM
SpartanHokie SpartanHokie is online now
Registered User
 
Join Date: 07-28-2004
Posts: 19
Question 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!
Reply With Quote