Difference between revisions of "Using SVN with TortoiseSVN"

From Apertium
Jump to navigation Jump to search
(Link to French page)
(More folders nowadays.)
Line 6: Line 6:
 
<gallery>
 
<gallery>
 
Image:Tortoise svn checkout 1.JPG|''Checkout:'' Create a folder for the repository or module you want to check out, open it and then right click and select "SVN checkout".
 
Image:Tortoise svn checkout 1.JPG|''Checkout:'' Create a folder for the repository or module you want to check out, open it and then right click and select "SVN checkout".
Image:Tortoise svn checkout 2.JPG|''Checkout:'' Insert the url to the repository, and click on "OK". The repository in the image is the whole source tree (see [[using SVN]]), if you want to check out a single module, type the name after <code>/trunk/</code>
+
Image:Tortoise svn checkout 2.JPG|''Checkout:'' Insert the url to the repository, and click on "OK". The repository in the image is the whole source tree (see [[using SVN]]), if you want to check out a single module, type the name after <code>/incubator/</code>, <code>/trunk/</code>, or one of the other folders, e.g. <code>/trunk/apertium-is-sv</code>
 
Image:Tortoise svn checkout 3.JPG|''Checkout:'' A status box will open showing the progress of the files being checked out.
 
Image:Tortoise svn checkout 3.JPG|''Checkout:'' A status box will open showing the progress of the files being checked out.
 
Image:Tortoise svn checkout 4.JPG|''Checkout:'' When finished, click on "OK".
 
Image:Tortoise svn checkout 4.JPG|''Checkout:'' When finished, click on "OK".

Revision as of 07:47, 3 October 2016

En français

This page presents a series of screenshots to help users of TortoiseSVN use the Apertium SVN repository.

Checkout

Commit

After you have made some changes, and want to commit, do the following:

Update