CVS Pocket Reference (2ND)

個数:
  • ポイントキャンペーン

CVS Pocket Reference (2ND)

  • ウェブストア価格 ¥1,865(本体¥1,696)
  • O'Reilly Media(2003/09発売)
  • 外貨定価 US$ 9.95
  • ゴールデンウィーク ポイント2倍キャンペーン対象商品(5/6まで)
  • ポイント 32pt
  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 85 p.
  • 言語 ENG
  • 商品コード 9780596005672
  • DDC分類 005.1

Full Description

The beauty of open source is making code freely available. The curse is trying to organize the chaos that code development can evolve into. CVS, the Concurrent Version System, is an open source tool for managing and distributing source code. It allows multiple users dispersed over a wide geographic area to work on the same file at the same time, using a shared directory. Under CVS, multiple users can check out files from a directory tree, make changes, and then commit those changes back into the directory. CVS is a pivotal tool on many projects involving information or software, whether in-house or conducted over the Internet. The "CVS Pocket Reference" is a quick reference guide to help administrators and users set up and manage source code development. This book delivers the core concepts of version control along with a complete command reference and guide to configuration and repository set up.
The book includes: a version control primer that teaches the general concepts of version control and how it applies to CVS; instructions on how to install and configure CVS for Unix -like operating systems; administrator and user sections, with complete listings of their respective commands and options for configuring and using CVS; details on how to import files from RCS and SCCS directories into CVS.; and references to related useful materials. Much more than a quick list of commands and options, the book is packed with detail - including an overview of background concepts, thorough descriptions on how to use and administer a CVS repository, and discussions of CVS-related files and how to manage them - all in a convenient reference format. This edition covers the CVS 1.11 and includes new commands for querying a central CVS repository, new configuration parameters, and new options for setting up a server for remote access. It also contains tips on common tasks, such as converting projects from other revision control formats to CVS.

Contents

Introduction Version Control and CVS CVS Command Format Common Global Options Gotchas Installing CVS Obtaining CVS Unpacking CVS Compiling CVS Installing CVS CVS Administrator Reference Creating a Repository Security Issues Repository Structure Hacking the Repository Importing Using an Interim Shared Sandbox Global Server Option Administrator Commands CVS User Reference Repository Locators Configuring CVS Creating a Sandbox Sandbox Structure Client Global Options Common Client Options User Commands Related Resources Emacs CVS Mode Perl CVS Clients CVS Utilities CVS Web Interfaces.