oder
Loggen Sie sich ein, um 1-Click® einzuschalten.
Alle Angebote
Möchten Sie verkaufen? Hier verkaufen
Subversion Version Control: Using the Subversion Version Control System in Development Projects (Bruce Perens' Open Source)
 
 
Den Verlag informieren!
Ich möchte dieses Buch auf dem Kindle lesen.

Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.

Subversion Version Control: Using the Subversion Version Control System in Development Projects (Bruce Perens' Open Source) [Englisch] [Taschenbuch]

William Nagel

Statt: EUR 40,99
Jetzt: EUR 39,99 kostenlose Lieferung. Siehe Details.
Sie sparen: EUR 1,00 (2%)
  Alle Preisangaben inkl. MwSt.
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Auf Lager. Zustellung kann bis zu 2 zusätzliche Tage in Anspruch nehmen.
Verkauf und Versand durch Amazon.de. Geschenkverpackung verfügbar.
Nur noch 1 Stück auf Lager - jetzt bestellen.

Produktinformation


Mehr über den Autor

William A. Nagel
Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Besuchen Sie die Seite von William A. Nagel auf Amazon

Produktbeschreibungen

Kurzbeschreibung

In any software development project, many developers contribute changes over a period of time. Using a version control system to track and manage these changes is vital to the continued success of the project. This book introduces you to Subversion, a free, open-source version control system, which is both more powerful and much less complex than its predecessor CVS. In this practical, hands-on guide, you will learn how to use Subversion and how to effectively merge a version control system within your development process. As a seasoned Subversion user, William Nagel draws on lessons learned through trial and error, providing useful tips for accomplishing tasks that arise in day-to-day software development. Nagel clearly explains how to expand on the built-in abilities of Subversion, making the system work better for you. He organizes Subversion commands by activity to allow for quick task reference. Using example scripts and configurations, he also includes development approaches that you can customize to fit your own environment. Inside, you will find * A guide to installing Subversion on Linux, Windows, and Mac OS X.* A tutorial walkthrough of Subversion, from creating your first repository to basic branching and merging. * A detailed look at the most important Subversion client commands, as well as properties, user configuration, and integration with a variety of external tools. * A guide to repository administration and organization, including repository security and migration from another version control system. * An in-depth look at automation in Subversion, including using hook scripts, metadata, and the Subversion API, plus example scripts. * Case studies that examine both archetypal and real-world projects and their use of Subversion. * A Subversion command reference for fast access to essential technical information. * Details on Subversion's many advanced features, such as its Apache-integrated WebDAV server and database file storage system. Whether you are an administrator, project manager, or software developer, Subversion Version Control will show you how to realize the full potential of Subversion.

Synopsis

In any software development project, many developers contribute changes over a period of time. Using a version control system to track and manage these changes is vital to the continued success of the project. This book introduces you to Subversion, a free, open-source version control system, which is both more powerful and much less complex than its predecessor CVS. In this practical, hands-on guide, you will learn how to use Subversion and how to effectively merge a version control system within your development process. As a seasoned Subversion user, William Nagel draws on lessons learned through trial and error, providing useful tips for accomplishing tasks that arise in day-to-day software development. Nagel clearly explains how to expand on the built-in abilities of Subversion, making the system work better for you. He organizes Subversion commands by activity to allow for quick task reference. Using example scripts and configurations, he also includes development approaches that you can customize to fit your own environment. Inside, you will find *A guide to installing Subversion on Linux, Windows, and Mac OS X.*

A tutorial walkthrough of Subversion, from creating your first repository to basic branching and merging. *A detailed look at the most important Subversion client commands, as well as properties, user configuration, and integration with a variety of external tools. *A guide to repository administration and organization, including repository security and migration from another version control system. *An in-depth look at automation in Subversion, including using hook scripts, metadata, and the Subversion API, plus example scripts. *Case studies that examine both archetypal and real-world projects and their use of Subversion. *A Subversion command reference for fast access to essential technical information. *Details on Subversion's many advanced features, such as its Apache-integrated WebDAV server and database file storage system. Whether you are an administrator, project manager, or software developer, Subversion Version Control will show you how to realize the full potential of Subversion.


Tags

 (Was ist das?)
Bei einem Tag handelt es sich um ein Schlagwort, das zum Produkt passt.
Tags erleichtern allen Kunden die Suche und die Sortierung ihrer Lieblingsprodukte.
 

Eine digitale Version dieses Buchs im Kindle-Shop verkaufen

Wenn Sie ein Verleger oder Autor sind und die digitalen Rechte an einem Buch haben, können Sie die digitale Version des Buchs in unserem Kindle-Shop verkaufen. Weitere Informationen

Kundenrezensionen

Es gibt noch keine Kundenrezensionen auf Amazon.de
5 Sterne
4 Sterne
3 Sterne
2 Sterne
1 Sterne
Die hilfreichsten Kundenrezensionen auf Amazon.com (beta)
Amazon.com:  5 Rezensionen
21 von 21 Kunden fanden die folgende Rezension hilfreich
Excellent introduction to Subversion 27. November 2005
Von G. Jewell - Veröffentlicht auf Amazon.com
Format:Taschenbuch
This book covers all aspects of using Subversion: from setting up repositories, to daily usage, to administering the repositories that you created. There is also a section that explains how to configure the Apache web server to serve repositories. After reading the book, I truly had a good understanding of Subversion and how to use it effectively.

There is a minor precaution, however. This book only covers up to Subversion 1.1. Subversion 1.4 was recently released, so some newer functionality is not detailed. Although the book trails the current release of Subversion by a few releases, most of the enhancements are "behind the scenes", and don't affect how users interact with the repositories. (One feature that many people feel is important, the ability to lock files, was added in Subversion 1.2 and is therefore not covered.)

This book is an excellent introduction to almost all facets of Subversion, and I highly recommend it to Subversion novices. However, since it is slightly out of date in its feature coverage, I subtracted a star from the overall rating.
17 von 17 Kunden fanden die folgende Rezension hilfreich
Subvert your development process! 14. Juli 2005
Von Ernest Friedman-Hill - Veröffentlicht auf Amazon.com
Format:Taschenbuch
This is a straightforward book on a straightforward topic. Subversion is an open-source version control (VC) system conceived as a replacement for CVS. While improving on CVS in a number of ways, it nonetheless feels comfortable and familiar to CVS users. Furthermore, because it avoids some of CVS's worst "gotchas", it's easier for VC novices to learn. Nagel writes this book for both of these audiences in a plain, easy to read style.

As expected, the book covers the basic concepts of VC software, offers comparisons between Subversion and several other VC systems, and discusses Subversion's command set in detail. But the most valuable part of the book are the numerous discussions throughout of practical approaches to working in a VC environment and to managing a Subversion repository. There's some great material on how VC practices and development methodologies affect each other, and there are some detailed case studies of individual companies and how they use Subversion -- right down to the details of the client software, repository layout, and automation scripts that they use. There's always a danger that a book documenting a specific software package will simply duplicate material that's already in the manual; that really doesn't happen here.

Prospective Subversion users -- whether they're coming from a CVS or SourceSafe environment, or if they're new to VC all together -- won't go wrong with this book.
13 von 13 Kunden fanden die folgende Rezension hilfreich
Everything you need to know about Subversion 23. Juni 2005
Von Jack D. Herrington - Veröffentlicht auf Amazon.com
Format:Taschenbuch
This is an excellent Subversion resource. Everything from administration through use and automation is covered. In addition the author imparts some experience based wisdom about proper branching technique, which can be impenetrable at the best of times. There are some issues, the code is often a little long and sometimes acts as exposition. But for the moment I would rate this as the best Subversion book that I have seen.

Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Lieblingslisten


Ähnliche Artikel finden


Anhand des Sachgebietes nach ähnlichen Produkten suchen:


Ihr Kommentar


Datenschutzerklärung von Amazon.de Versandbedingungen von Amazon.de Umtausch- & Rücknahme bei Amazon.de