TortoiseSVN
  • Preface
  • 1. TortoiseSVN Installation
    • 1.1 System requirements
    • 1.2 Important Inst. Instruction
    • 1.3 How to install the application
  • 2. TortoiseSVN Usage
    • 2.1 Basic Concepts
    • 2.2 Creating a Repository
    • 2.3 Importing a Project
    • 2.4 Checking out a Working Copy
    • 2.5 Making Changes
    • 2.6 Adding More Files
    • 2.7 Viewing the Project History
    • 2.8 Undoing Changes
  • 3. Configure SVN in Eclipse IDE
    • 3.1 Installation of the Subclipse Plug-In
    • 3.2 Installation of the Subversive Plug-In
  • 4. Import Repository using Eclipse
    • 4.1 SVN Explorer View
Powered by GitBook
On this page

Was this helpful?

  1. 2. TortoiseSVN Usage

2.2 Creating a Repository

For a real project we will have a repository set up somewhere safe and a Subversion server to control it. For the purposes of this tutorial we are going to use Subversion's local repository feature which allows direct access to a repository created on your hard drive without needing a server at all.

First create a new empty directory on your PC. It can go anywhere, but in this tutorial we are going to call it C:\svn_repos. Now right click on the new folder and from the context menu choose TortoiseSVN → Create Repository here.... The repository is then created inside the folder, ready for you to use. We will also create the default internal folder structure by clicking the Create folder structure button.

Note: The local repository feature is very useful for test and evaluation but unless you are working as a sole developer on one PC you should always use a proper Subversion server. It is tempting in a small company to avoid the work of setting up a server and just access your repository on a network share. Don't ever do that. You will lose data.

Previous2.1 Basic ConceptsNext2.3 Importing a Project

Last updated 5 years ago

Was this helpful?