Archive for the ‘Subversion’ Category

Using command-line Subversion to access project source files

Friday, December 14th, 2007

This is a friendly copy!

Getting started with command-line Subversion

If you are participating in a development project that is using Subversion for version control, you will need to use Subversion to access and change project source files. You can browse the source code online to view a project’s directory structure and files by clicking on the Subversion link in the left navigation pane for the project.

The Subversion page displays with three subdirectories: branches/, tags/, trunk/ and one README file. The README file gives a top level view of the Subversion repository. You can click on Access options to view the Subversion client setup instructions. You must have a Subversion client installed on your local machine.
(more…)