subversion tutorial

Post on 25-Feb-2016

57 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

Subversion Tutorial. Version Control Menggunakan TortoiseSVN. The Repository. Subversion is a centralized system for sharing information . A repository is a central store of data in the form of a file system tree — a typical hierarchy of files and directories. . Problem of File-Sharing . - PowerPoint PPT Presentation

TRANSCRIPT

Subversion TutorialSubversion Tutorial

Version Control MenggunakanTortoiseSVN

The RepositoryThe Repository

Subversion is a centralized system for sharing information.A repository is a central store of data in the form of a file system tree — a typical hierarchy of files and directories.

2

Problem of File-Sharing Problem of File-Sharing

3

Lock-Modify-Unlock Solution Lock-Modify-Unlock Solution

4

Copy-Modify-Merge Solution Copy-Modify-Merge Solution

5

SubversionSubversion

http://subversion.tigris.org/http://svnbook.red-bean.com/

Subversion is the free/open-source version control system

Manages files and directories over time.

Remember every change even made to files and directories.

Allows to recover older version of the code or examine the history of how your data changed.

Collaborative editing and sharing of data (source code).

6

SubversionSubversion

Subversion Repository

Subversionlibrary

Internet/Intranet(any TCP/IP Network)

Client interface

Command line

TortoiseSVN

Subversionserver

http://joolz.csie.ncku.edu.tw/svn/team_name

projectrepository

your project working copyProj

SPMSPMProj7

RepositoryRepositoryAccess Mode

The SVN server of Lab. is constructed in Apache server

8

SVN CLIENSVN CLIENTT

9

SVN Client : TortoiseSVNSVN Client : TortoiseSVNhttp://tortoisesvn.sourceforge.net/

TortoiseSVN is a free open-source client for the Subversion version control system.

Extension for the Windows Explorer.

Icons overlay shows all versioned / modified files.

All Subversion commands available from the explorer context menu. available via a simple right click.

TortoiseSVN requires the administrative rights on your computer to be installed.

10

Explorer showing icon overlaysExplorer showing icon overlays

11

Create a new SVNCreate a new SVN folder using repo-browser(1/2)folder using repo-browser(1/2)

1) Choose a folder.2) Right click on the folder. (see as fig. below) Then enter the

svn URL and authentication information.

12

Create a new SVNCreate a new SVN folder using repo-browser (2/2)folder using repo-browser (2/2)

3) Right click on a folder in repo-browser window.4) Enter folder’s name and log message if necessary.

13

Create a local checkout folder.(1/2)Create a local checkout folder.(1/2)

1) Create a new folder.2) Right click on the folder. Choose “SVN Checkout”3) URL of the repository:

http://joolz.csie.ncku.edu.tw/svn/Student_Package

14

Create a local checkout folder.(2/2)Create a local checkout folder.(2/2)

15

TortoiseSVN: TortoiseSVN: Commit(1/2)Commit(1/2)

At local checkout folder…

16

Auto-completion

Files Checkbox

TortoiseSVN: TortoiseSVN: Commit(2/2)Commit(2/2)

17

TortoiseSVN: UpdateTortoiseSVN: Update

Case 1: your SVN files needed to be updated.Case 2: your SVN files are up-to-date.

18

TortoiseSVN:TortoiseSVN: Conflicted(1/3)Conflicted(1/3)

Repository: Revision 11 Local: Modify Revision 9

19

TortoiseSVN:TortoiseSVN: Conflicted(2/3)Conflicted(2/3)

At this moment, whatever you do…

20

Update.

Commit.

TortoiseSVN:TortoiseSVN: Conflicted(3/3)Conflicted(3/3)

21

Netbeans SVNNetbeans SVN

URL of server that hosts svn

Your username andPassword on that server

Netbeans SVNNetbeans SVN

Directory on serverSide to check out(blank for whole Repository)

Directory to placeThe files on yourhost

top related