Open Source .NET Development [Electronic resources] نسخه متنی

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

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

Open Source .NET Development [Electronic resources] - نسخه متنی

Brian Nantz

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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


<vsslabel>


Labels an item in a Source Safe repository.

Attribute

Type

Description

Required

label

string

The value of the label.

True

comment

string

The label comment.

False

dbpath

string

The absolute path to the folder that contains the srcsafe.ini.

True

path

string

The Source Safe project or file path, starting with "$/".

True

user

string

The user ID to use to log in to the Source Safe database.

True

failonerror

bool

False

if

bool

False

password

string

The password to use to log in to the Source Safe database.

False

unless

bool

False

verbose

bool

False

version

string

A version of the path to reference. Accepts multiple forms, including the label, version number, or date of the version. If omitted, the latest version is used.

False

Example


<vsslabel
user="myusername"
password="mypassword"
dbpath="C:\VSS\srcsafe.ini"
path="$/MyProduct"
comment="NAnt label"
label="myLabel"
/>


    / 275