Difference between revisions of "Using SVN with TortoiseSVN"

From Apertium
Jump to navigation Jump to search
(Link to French page)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
[[Utiliser SVN avec TortoiseSVN|En français]]
 
[[Utiliser SVN avec TortoiseSVN|En français]]
  +
{{Github-migration-check}}
 
This page presents a series of screenshots to help users of TortoiseSVN use the Apertium SVN repository.
+
This page presents a series of screenshots to help users of TortoiseSVN use the Apertium SVN repository. TortoiseSVN may be [https://tortoisesvn.net downloaded from its homepage].
   
 
==Checkout==
 
==Checkout==
 
<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".

Latest revision as of 22:04, 7 March 2018

En français

WARNING

This page is out of date as a result of the migration to GitHub. Please update this page with new documentation and remove this warning. If you are unsure how to proceed, please contact the GitHub migration team.

This page presents a series of screenshots to help users of TortoiseSVN use the Apertium SVN repository. TortoiseSVN may be downloaded from its homepage.

Checkout[edit]

Commit[edit]

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

Update[edit]