Questions tagged [visual-sourcesafe]

Old source code control solution from Microsoft. Superseded by Microsoft Team Foundation Server.

Microsoft Visual Source Safe was the Microsoft solution to source control, up to 2005. Its main asset is a good integration with Visual Studio. As of 2011, you should not consider this as your source control solution, except for supporting a legacy setup.

Largely superseded by Microsoft Team Foundation Server.


Some references about Sourcesafe:

MSDN Reference : http://msdn.microsoft.com/en-us/library/ms181038%28v=vs.80%29.aspx Microsoft Extended Support ends on 7/11/2017 : http://support.microsoft.com/lifecycle/search/default.aspx?alpha=Visual+SourceSafe

Caveat :

723 questions
0
votes
1 answer

how can I connect netbeans(ruby on rails project) with source safe (Vss)?

how can I connect netbeans(ruby on rails project) with source safe (Vss) ?
0
votes
2 answers

what is Visual SourceSafe Explorer?

May I know what visual sourcesafe explorer is and what it will do?
Surya sasidhar
  • 29,607
  • 57
  • 139
  • 219
0
votes
1 answer

VSS 2005 and VS 2008 out of sync, how to I resolve this?

There's a project I have in Visual SourceSafe 2005, that I maintain and edit using Visual Studio 2008. In VS 2008 it shows all of the files as being checked out. But within VSS 2005 it shows no one as having any file checked out of the project.…
Rod
  • 4,107
  • 12
  • 57
  • 81
0
votes
1 answer

List of today's updated files in VSS

I am using this command and this does nothing, not even an error message, I am confused where does the result go and where can I check it? C:\Program Files\Microsoft Visual SourceSafe> ss.exe history $/myproject -Vd24/10/13~23/10/13 -R I have also…
asma
  • 2,795
  • 13
  • 60
  • 87
0
votes
1 answer

How to diagnose OpenFileById, 1314 (ERROR_PRIVILEGE_NOT_HELD)

I've written a program that backs up files using VSS. During the backup I have SE_BACKUP_NAME and SE_RESTORE_NAME privileges. when passing ACCESS_SYSTEM_SECURITY, i'm now getting error 1314 (ERROR_PRIVILEGE_NOT_HELD) when calling OpenFileById on…
stuck
  • 2,264
  • 2
  • 28
  • 62
0
votes
2 answers

Visual SourceSafe - Get Latest version using batch file commands

I'm attempting to write a batch file that will get the latest version automatically of only certain folders from SourceSafe. FILE LOCATIONS: SourceSafe is installed on my C drive: C:\Program Files (x86)\Microsoft Visual SourceSafe The users.txt and…
0
votes
1 answer

How to see Check-out date in Visual SourceSafe History

How do I view when projects/folders/files were checked out in Visual SourceSafe history? Currently to see the history I do the following:- Right-click on project in the Select "Show History" in context menu. Check "Recursive" and "Include file…
Sola Oderinde
  • 1,046
  • 2
  • 22
  • 30
0
votes
1 answer

VSS command-line merge doesn't launch diff tool

I've set VSS client up to use kdiff3 for 3-way merging, which is really useful. But when I use the command-line tool SS.exe, it is just making changes in the file. I'm merging trunk changes into my working branch, and VSS either replaces my branch…
Mr. Boy
  • 60,845
  • 93
  • 320
  • 589
0
votes
1 answer

how to find the timestamp of a branch in tfs

How can we find when a branch is created in TFS? When we are using VSS, we used to create Label for every release and we can see the timestamp of the label to find when a release is done. Now I am not able to find when a label is created or a branch…
CRK
  • 333
  • 3
  • 15
0
votes
1 answer

What is the meaning of this file status?

I'm working with Visual source safe 6.0 and in the explorer I can see all the files with status (checked out or not) For the "checked out" files I just noticed that there are two different icons: I just wonder what is the difference between these…
bAN
  • 13,375
  • 16
  • 60
  • 93
0
votes
1 answer

Get history of a project in Visual Source Safe 2005

I would like to get a report of the changes made to all the files in a project. I know how to do it for a single file, but I don't know how to do it recursively. Have you tried to do something similar? Is there a specific tool to accomplish this…
yeyeyerman
  • 7,751
  • 7
  • 43
  • 52
0
votes
1 answer

how to detect changes in SourceSafe projects (automatically)?

I want to write a simple batch file that will continually check for updates across several VSS projects, and trigger automatic builds whenever any developer checks in code. Is there a command line option to do this with the SS command ? I've looked…
Nothing 2 Lose
  • 180
  • 1
  • 3
  • 8
0
votes
1 answer

"ssexp" command is not working to start visual sourcesafe explorer

If anyone knows how to start visual sourcesafe explorer, please write steps. I followed the steps mentioned in MSDN but it is giving error. 'ssexp' is not recognized as an internal or external command, operable program or batch file.
asma
  • 2,795
  • 13
  • 60
  • 87
0
votes
1 answer

cannot view history for visual studiosafe

I canno't view the history for a certain file in VSS. Erery time I click on 'view history' or rollback or even the difference between two files, I get this error : SourceSafe was unable to finish writing a file. Check your available disk space,…
Moudiz
  • 7,211
  • 22
  • 78
  • 156
0
votes
2 answers

How to merge project differences using visual source safe?

We have two different projects on our source safe database (one of them is a copy of another one for some reasons there was a problem with our branching operation that didn't pin our branched files therefore I had to get a label and add it as a…
Beatles1692
  • 5,214
  • 34
  • 65