.net 2005新特性:以Http方式在互联网上访问VSS

  用VSS进行代码管理,已经成为众多.Net开发人员的工作习惯,但当出差在外的时,要想再自如的进行源代码管理就比较困难,我们不得不在离开公司前对VSS离线处理,或者找第三方的程序来替代VSS(如:SourceOffSite)。
  微软似乎也意识到了这个问题,在VSS8 (VS .Net 2005)中提供了通过Http在Internet中远程访问VSS的设置,处于安全性的考虑,在你配置通过沪连网远程访问VSS代码库的时候,会强烈建议你使用SSL方式连接。
  配置界面:
  .net 2005新特性:以Http方式在互联网上访问VSS

What's New in Visual SourceSafe

New Source Control Model

Support for a new source control model used when opening a file. A lock-modify-unlock model has been supported in the past. Using this model, the user checks out a file locally and all changes are added to the latest file version. The checkout prevents other users from accessing the file until it is checked back in.

A new copy-modify-merge model has been added as an option (File>Open>Project) to ensure that local modifications do not lock server files. When the user opens a file using this option, changes are made to a local copy of the database file. When the user is finished using the file, __________. Merge can take place automatically if database created with this option.

Optional LAN Performance Booster

Optimizes access from Visual Studio 2005 (or other third party). The booster runs in the VSS server, with access to the database. Visual Studio plugin and the standalone VSS client access a database at the same time. The calling mechanism is RPC for the plugin. Available through administrator, Usage Configuration. See _____________.

Optional Web Service

An optional Web service is available in the VSS plugin running in Visual Studio 2005. This service allows the VSS plugin to connect to the internet. The service runs in the VSS server, with access to the VSS databases.

New Add Database Wizard

TBD

Remote Access

Remote access is now enabled for both database and computer. This functionality is only enabled for VSS used through Visual Studio.

Asynchronous File Open

Optimized first-time download of files, with loading in the background. This feature allows the user to start working before loading completes.

Distributed Team Enhancements

The following enhancements for working on a distributed team have been made to both Visual SourceSafe Explorer and Visual SourceSafe Administrator:

  • Improvements to database access across time zones, with access automatic for new databases. Minimal configuration is required for existing databases. Database operations are normalized to server’s date and time.
  • Multiple language support . Dynamic updates are available for any installed language compatible with Windows code page.
  • Unicode support. Unicode files are now recognized as text. Diff, merge, and view editors work on Unicode content.

Support for VSS Extensibility

VSS supports extensibility through improvements to IVSS. You can now write extensions based on VSS as needed for your environment.

 

转载于:https://www.cnblogs.com/wyatt/archive/2004/08/16/33796.html