Teach Yourself Visual Studio® .NET 2003 in 21 Days [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Teach Yourself Visual Studio® .NET 2003 in 21 Days [Electronic resources] - نسخه متنی

Jason Beres

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









Viewing the History of a File in SourceSafe


After you've started working with files in SourceSafe, you might need to view the history of a particular project or file. All the available SourceSafe commands are readily available by selecting the Source Control menu item from the File menu. The History menu item displays the history for the selected item in the Solution Explorer. In Figure 20.14, the Form1.vb file is selected in the Solution Explorer, and its history is shown in the History dialog box.

Figure 20.14. Viewing a file's history with the History dialog box.



In this dialog, you can choose to roll back a version, get the latest version of a file, check out the file, get a report in the history, or view the SourceSafe version of the file.

Because the Form1.vb file is checked in, the copy that's in the Solution Explorer is the same as the SourceSafe version. If you need to check the actual SourceSafe version of the file in the Visual Studio .NET IDE, you can click the View button. When you click View, you have the option of viewing the file in Notepad, the SourceSafe viewer, or Visual Studio .NET. Figure 20.15 shows the Form1.vb file being viewed in the IDE from the actual version stored in SourceSafe.

Figure 20.15. Viewing a SourceSafe file in the Visual Studio .NET IDE.



Notice that the tab for this file says sst69.vb. This is a temporary file that SourceSafe creates to allow the file to be viewed outside its database. To make the process of file comparisons and viewing faster, all the temporary files that are created by checking files in and out of the VSS database are stored in your solution's folder.


/ 270