Compartilhar via


How To: Easily Add Folders to VSS Recursively

To add a folder and all of its subfolders and files to a SourceSafe database quickly and easily

  1. Drag the folder from Windows Explorer and drop it into SourceSafe Explorer.
  2. In the Add Folder dialog box, click Recursive, enter a comment in the Comment field if you want, and then click Ok.

For a plethora of really good reasons that I can't seem to remember off the top of my head, we don't allow you to drag and drop VSS project folders between two databases. If you have a folder with branches in one database that you want to move to a different database, perform a recursive Get from the first database on the local disk, and then drag and drop your working folder from Windows Explorer into the second database.

Note   For more information about how to perform a recursive Get using the VSS command line interface, see How To: Deploy VSS Project Files Selectively. Also, note that the -R recursive flag is not working in VSS 6.0d. For more details about how to resolve this issue, see Recursive Get of VSSVersion and VSSItem Doesn't Work in VSS 6.0d.

+++++++++++++++++++++++++
Il presente posting viene fornito “così come é”, senza garanzie, e non conferisce alcun diritto.

Comments

  • Anonymous
    June 21, 2006
    Thanks for the tip. I was looking for this to add some non-VC code for my reference.

    Thanks again.