TortoiseSVN Basics
Quick start guide to installing and using TortoiseSVN. Excellent Tortoise online docs are available, too.
Overview
You can find more mifos specific information here.SVN a.k.a Subversion is a file repository. Developers use svn to store, check-out, and keep track of every change made to source code. You can also use it as a document repository. TortoiseSVN is a Subversion client for Windows.
What to Install
Install Tortoise from the Tortoise web site.Setup
- Install Tortoise.
- From Windows Explorer, right click anywhere, and you will see TortoiseSVN in the menu.
- Select Repo-browser ("repository browser).
- Enter your login information. Currently, you can use guest and no password. Get Additional Mifos information here.
- Select the repository you want. Example:
https://mifos.dev.java.net/svn/mifos/trunk
Provided your login is successful, you can view files in the repository.
Basic Instructions
Ideally, use the TortoiseSVN support website, but some highlights are featured below.Copying Files down to your system
This process will copy files from the server to your system. You may then edit those files.
- Open the Repo-browser.
- Right click a folder.
- Select Checkout
- "completed at revision" will show when all files have been copied to your machine
Adding, Editing and Updating Files
In Windows Explorer, directories tracked by svn and files are marked to indicate status
- A directory that is connected to the svn repsoitory has a .svn folder in it
- A green check = file is identical to svn repository
- A Red "!" = file is different from svn repository
- no mark at all = file is not in repository in this directory
- A blue "+" means the file has been added to the repository, but it must still be committed.
How to Add a New File to the SVN Repository
Notes
- You will not necessarily receive those emails.
- You can highlight multiple files and commit them all.
- You can commit whole folders.
last modified
2008-01-31 01:42