Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add folders in Source Safe?

I have a static site of html and css files. It has folders on my computers. I see an 'add files' option in Source Safe 8 but it only copies files from the root folder.

How can I get Source Safe to copy the whole folder tree structure and their files?

like image 602
Tony_Henrich Avatar asked Sep 23 '09 18:09

Tony_Henrich


2 Answers

To copy the entire directory tree, create the root folder ("Create Project") in visual source safe. Then from Windows Explorer select all files and folders you want to add to this new project (folder).

It should prompt you for a comment. Enter your note and click ok. That should add all files and folders.

If you only need to add a folder, drag the folder in to it's root in VSS. It will create the folder in VSS.

I think VSS always calls folders "projects".

like image 152
Frank V Avatar answered Sep 20 '22 03:09

Frank V


Yes, drag and drop the folder, check the recursive box at the bottom where you add your comment for the initial check in. This copy all subfolders and files.

like image 33
John Avatar answered Sep 19 '22 03:09

John