Hi Grigore, > It adds EVERYTHING, and I ended having common files added in sourcesafe from each project. For example, I do a checkout in APP1 project, and the files gets checked out in COMMON project as well (some sort of cross reference), and this really drives me crazy.
Actually, that's the way it is supposed to work. VFP adds all files using the project director on disk and in source safe for determining relative paths. Since the common libraries have already been added you should end up with a message like "file is already under source control. Retrieve latest version?" which overwrites the file in your working folder with those from the sourcesafe database. To add common files more easily, I wrote a little utility: http://www.foxpert.com/download/addtovss.PRG Alternatively, you can use the share feature in VSS. On disk you would have one common directory in each project. However, VSS keeps a single copy of these files and updates all directories with the same version. -- Christof _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

