English 中文(简体)
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 task? Thank you.

问题回答

I am using VS6.0 but is should be similar.

  • Right click on the source safe directory (project) and choose "Show history"
  • In the options dialog check "recursive"
  • You get a history dialog. In the history dialog you press "report" and in the report dialog you check "include details".




相关问题
Source Safe command line command "ss Add"

I need to add some files to the VSS through the command line, but I can t figure out how to set the destination project in the VSS? Official description (http://msdn.microsoft.com/en-us/library/...

add entire folder to sourcesafe?

I have a folder with various files and subfolders that I d like to add to my sourcesafe 8.0 database. In the SourceSafe explorer I can add files, but I don t see any options for adding an entire ...

VSS Analyze - Access to file [filename] is denied

Our VSS database appears to be horribly out of shape. I ve been trying to archive and run "analyze" and keep getting "Access to file [filename] is denied. The file may be read-only, may be in use, ...

Get source from pre-compiled ASP.NET website? [closed]

Long story short, VSS decided I wasn t allowed to have some code changes. I am missing a decent sized feature that I don t want to have to re-write (gave to a co-op as work this past summer). It works ...

VSS: Move file from one folder to another?

Is there a way in Visual SourceSafe to move a file from one directory to another while retaining its history? Edit I actually found a round about way to do this. First I drag the file I want to move ...

diff/merge tool for TortoiseSVN within Visual Studio

We ve recently "upgraded" from Visual SourceSafe to SVN based on recommendations on this site. Our current source control set-up is: TortoiseSVN with VisualSVN. We re very happy with it so far, but I ...

热门标签