Auto addition of new files to project?

Let's say I add a complete folder as a project to a VSS database. Then I check out that entire project. Then in the course of development, etc. I add another file, or multiple files, to that checked out folder. Is there a way automatically have VSS add those additional files into the project Thanks!



Answer this question

Auto addition of new files to project?

  • Rioch Mulhall

    Thank you very much Alin. Unfortunately, in the live scenario here that was brought to my attention which prompted my question, Delphi is the development tool being used, which added new files to the controlled project.
  • Flima

    No.

    But if you use VisualStudio projects and add new files to the controlled projects, VS will track for you which files were added as new local files, and on next checkin it will add them to the VSS database.

    Alin


  • Auto addition of new files to project?