NOWOŚCI CHAT
Essential CVS - Jennifer Vesperman [EN] [Książki]

Dodano:
2006-02-25 09:05:08

Język:
angielski

 Polski opis

Projekt, nad którym pracuje zespół programistów, składa się z wielu plików, z których większość występuje w co najmniej kilku wersjach. Każdy z programistów modyfikuje je, dopisując nowe elementy i usuwając inne. Wydanie określonej wersji produktu wymaga zgromadzenia odpowiednich plików. Usuwanie błędów w działaniu aplikacji również wymaga dotarcia do odpowiedniej wersji plików źródłowych. W tych i wielu innych przypadkach pracy zespołowej pomocny okazuje się system zarządzania wersjami. Jednym z najpopularniejszych takich systemów jest, dostępny na zasadach open-source, CVS (Concurrent Versions System).

Książka "CVS bez tajemnic" to podręcznik opisujący system CVS, zarówno z punktu widzenia użytkownika, jak i administratora. Przedstawia metody zarządzania kodem źródłowym projektów oraz tworzenia repozytoriów i administrowania nimi. Zawiera zestawienie poleceń CVS oraz opisy aplikacji klienckich, umożliwiających połączenie z systemem CVS z poziomu różnych środowisk programistycznych i systemów operacyjnych.

* Instalacja systemu CVS
* Projekty i repozytoria
* Tworzenie znaczników i odgałęzień
* Wykorzystanie systemu CVS w pracy zespołu programistycznego
* Zarządzanie repozytoriami i projektami
* Zdalne repozytoria
* Polecenia systemu CVS
* Aplikacje klienckie i integracja ze środowiskami programistycznymi

"CVS bez tajemnic" to doskonałe źródło wiedzy dla programistów i administratorów.

(Opis: http://helion.pl/ksiazki/cvsbez.htm)

 English description

CVS, the Concurrent Versions System, is the popular source-code management tool that frees developers from the chaos that too often ensues when multiple users work on the same file. An open source technology that is available on most computer platforms, including Windows® and Mac OS® X, CVS is widely used to manage program code, web site content, and to track changes made to system configuration files. Multiple users can check out files from a directory tree, make changes, and then commit those changes back into the directory. If two developers modify the same file, CVS enables both sets of changes to be merged together into one final file. Although CVS is a lifesaver in many development scenarios, it suffers from poor documentation. But with Essential CVS, developers can have it all: the order that CVS brings and the comprehensive documentation developers need.

Essential CVS is a complete and easy-to-follow reference that helps programmers and system administrators apply order to the task of managing large quantities of documents. The book covers basic concepts and usage of CVS, and features a comprehensive reference for CVS commands--including a handy Command Reference Card for quick, on-the-job checks. The book also includes advanced information on all aspects of CVS that involve automation, logging, branching and merging, and "watches." Readers will find in-depth coverage of the following:

* Installing CVS and building your first repository
* Basic use of CVS, including importing projects, checking out projects, committing changes, and updating projects
* Tagging, branching and merging
* Working with multiple users
* Clients, operating systems, and IDEs
* Repository management and managing remote repositories
* Project administration, including bug tracking systems, enforcing log messages, history and annotation, and more
* Troubleshooting

Version control is essential to maintaining order in any project, large or small. Any CVS user, from beginners to team leaders and system administrators, will find this practical guide to CVS indispensable in getting the most from this valuable tool.

(http://www.oreilly.com/catalog/cvs/desc.html)