0% found this document useful (0 votes)
392 views4 pages

Tortoise SVN Tutorial

This document provides instructions for installing and using TortoiseSVN, an open source version control system. It explains how to download and install TortoiseSVN from its website. It then describes how to create an SVN repository by checking out a folder from an online source code repository on Google Code, and how this allows files to be updated and changes committed back to the online repository. It notes that conflicts may occur during updates if multiple people modify the same files, and provides tips for resolving conflicts.

Uploaded by

Sudhir Biswal
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
392 views4 pages

Tortoise SVN Tutorial

This document provides instructions for installing and using TortoiseSVN, an open source version control system. It explains how to download and install TortoiseSVN from its website. It then describes how to create an SVN repository by checking out a folder from an online source code repository on Google Code, and how this allows files to be updated and changes committed back to the online repository. It notes that conflicts may occur during updates if multiple people modify the same files, and provides tips for resolving conflicts.

Uploaded by

Sudhir Biswal
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Tortoise SVN TUTORIAL

1. Installation
Source
Download from this link: http://tortoisesvn.net/downloads Choose 32bit version

Installation
OpenRunNext, next and nextDone :D

2. Usage
Create SVN repository
Create folder In that folder, right clickSVN check out1 form opened

Go to this page:

http://code.google.com/p/businessplan-2010/source/checkout login by gmail account

Copy the highlight line to URL of repository of opened form Press OK If it requires username and password: o Username: gmail account o Password: in above page, under highlight line, click googlecode.com password

After Check out, we have this:

Then, folder businessplan-2010 stores all of our works ^^ Go in.

Update and commit


Update o This is used for bringing all works from online SVN to our computer o How: right click in our folder SVN Update o Then, all modified works comparing to our computers works will be updated.

Note: if there is red line, there is confliction

Commit o This is used for submitting all our works to online SVN o How: right clickSVN Commit

o Note: In Message area, we have to write main content of that commit in order that we can review them later more easily. In Changes Made area, we choose what we want to commit by hand. It just lists all changes and sometimes does not include all of them.

3. Problems
The most problem is confliction. The cause is many so we discuss later. To reduce confliction, every time we want to work, make sure SVN Update first If encounter confliction, just cry, scream, break something and call for your local cable operation. =))

CEST FINIS!

You might also like