Book Image

TortoiseSVN 1.7 Beginner's Guide

By : Lesley Harrison
Book Image

TortoiseSVN 1.7 Beginner's Guide

By: Lesley Harrison

Overview of this book

<p>TortoiseSVN is a Subversion client that gives you quick and easy access to all of Subversion's features. Perhaps you are aware of the importance of version control in software development or document management, but do you know how to use TortoiseSVN for efficient project management? Here is the first book about version control with TortoiseSVN.</p> <p><em>TortoiseSVN 1.7 Beginner's Guide</em> provides a comprehensive coverage of TortoiseSVN in its entirety. It is easy to follow the instructions with clear explanations and screenshots. This book will introduce the important features of TortoiseSVN and at the same time, give you a deeper and clearer understanding of the basic functionality, providing the answers to many questions that are encountered when using TortoiseSVN. TortoiseSVN is a client to SVN, but with this book and TortoiseSVN, you don't need to know anything about SVN, or wade through boring version control theory to get started using one of the most powerful version control applications in the world.</p> <p>The book begins by introducing you to the basics of TortoiseSVN and tools needed to get started with version control. It then dives deep into details, covering the methods available to check and commit changes and keep track of data. Chapters cover conflict management, branching and merging of a project to avoid disturbing the main development version, using TortoiseSVN with popular bug-tracking systems, and much more.</p> <p>By following the practical steps in this book, you will learn every aspect of using TortoiseSVN—from setting up the subversion server, to working with revision logs, and providing security and protection for your subversion server.</p>
Table of Contents (19 chapters)
TortoiseSVN 1.7
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Time for action – checking Windows Server 2003 architecture


To check the architecture of a Windows Server 2003 based computer, follow these steps:

  1. Click the Start button.

  2. Click Run.

  3. In the box that appears, type sysadm.cpl and then press the Enter key.

  4. On the General tab of the window that appears, you should see Microsoft(R) Windows (R) Server 2003, Enterprise Edition if you are running the 32-bit edition. If you are running the 64-bit edition, you will see Microsoft(R) Windows (R) Server 2003 Enterprise x64 Edition.

What just happened?

You have just identified the architecture of the version of Windows that is installed on your computer. It is important to know whether you are running a 32-bit or 64-bit operating system so that we can install the correct version of TortoiseSVN.

If you have a 32-bit version of Windows, you should install the 32-bit version of TortoiseSVN. If you have a 64-bit version of Windows, you can install both the 32-bit and 64-bit versions of TortoiseSVN side-by-side. Doing this will enable TortoiseSVN's features for both 32-bit and 64-bit applications.

Tip

Why is 32-bit called x86?

You may be wondering why 64-bit is called x64 , but 32-bit is called x86. The reason is part of the history of computing. x86 is a CPU instruction set which is used in most modern processors. There are three subsets of the x86 instruction set – x86-16 (16 bit), x86-32 (32-bit), and x86-64 (64-bit). The 32-bit version of the x86 instruction set was first used in the 80386 processor, and quickly became an industry standard.

The term x86 really refers to backwards compatibility with the original 8086 instruction set, but the popularity of the x86-32 subset means that most people use the term x86 to refer to a modern 32-bit processor.

Installing TortoiseSVN

Now that you know which version of TortoiseSVN you need, it's time to download and install it. The good news is TortoiseSVN is a small download, and has an easy-to-use installer.

Tip

Administrator privileges needed

You will need Administrator privileges to install TortoiseSVN. Most home computers run with the default user being the admin user, but if you are following this book at work, you may need to request assistance from your company's IT department.