Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 2.81 KB

File metadata and controls

69 lines (46 loc) · 2.81 KB
title Set and Retrieve Version Information | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology
ms.topic conceptual
helpviewer_keywords
historical information [SQL Server]
source controls [SQL Server Management Studio], version information
retrieving version information
current file version information
version control services [SQL Server], retrieving version information
version control services [SQL Server], setting version information
status information [SQL Server], source control files
historical information [SQL Server], source control files
ms.assetid c3f253c4-4e3d-48e8-8d90-bd6ee899faf7
author mashamsft
ms.author mathoma
manager craigg

Set and Retrieve Version Information

Version information includes the history and current status of a source-controlled file. For every source-controlled file, [!INCLUDEmsCoName] Visual SourceSafe maintains a comprehensive history, so you can track the evolution of one or more files over time. You can also use this information to retrieve a local copy of any version of the file or to compare any two file versions.

The history of a file includes:

  • The version number, which identifies its sequence among other versions of the same file.

  • The action performed. Tracked operations include file creation, check in, and deletion.

  • The user name of the person who performed an action involving the file.

  • The date and time when the operation was performed.

Visual SourceSafe also maintains current status information on the currently loaded solution. This information provides a snapshot of the current state of the file, including:

  • The identity of the user who has the file checked out.

  • The latest version number of the selected file.

  • The date when the version was created.

  • The user comment associated with the version.

  • The paths to the projects with which the file is shared.

In This Section

See Also

Source Control Basics