Code Repository
Subversion Administration

This document is intended to provide an overview of how Subversion administration is handled for the UTO Subversion service at https://svn.asu.edu/svn/.
Top Ten Subversion Tips for CVS Users

The primary mission of the Subversion project is to "provide a compelling replacement for CVS." One of its secondary missions is to provide a user interface similar to CVS's, so that switching to Subversion will be painless for CVS users.
So, if you learn Subversion's new features, you're ready to start using it, right?
Almost. Although the interfaces are similar, there are some important differences. Subversion has some features that CVS either lacks or offers differently; plus, there's the need to unlearn some of the bad habits that CVS has instilled in you.
With that, I give you the top ten Subversion tips for CVS users. The first six tips address bad CVS habits; the last four address good Subversion habits.
Daily Workflow - Working on a project that exists in Subversion

- Update your working copy – When you resume work on a project, the first thing you should do is make sure you have the latest version by using the update command to d
Tips on working in Subversion.
Create a new project directory and import a new project

The exact process differs for each client, so this document is intended to give you the general steps involved in creating a new project.
The exact process differs for each client, so this document is intended to give you the general steps involved in creating a new project.
Install and configure a Subversion client on your workstation

- Install a Client - In order to interact with the Subversion server, you need a subversion client.
Step by step instructions on installing a subversion client.
Subversion project authorization

Access to Subversion is controlled by the top-level project directories within the rep
Getting access to a project directory in Subversion

To get started using Subversion you first need to get access to an appropriate area of
To get started using Subversion you first need to get access to an appropriate area of the repository. Here's how.
Subclipse

A plugin to allow you to connect to Subversion code repositories directly from within Eclipse.
The Subversion Book

An excellent, free book on the Subversion code repository system published by O'Reilly.
