Personal tools

Difference between revisions of "RapidSvn"

From MohidWiki

Jump to: navigation, search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[http://www.rapidsvn.org/ RapidSVN] is a cross-platform GUI front-end for the Subversion revision system written in C++ using the wxWidgets framework. This project also includes a Subversion client C++ API.
 +
 +
RapidSVN is licensed under the GNU GENERAL PUBLIC LICENSE v3.
 +
 
==How to use the svn client with Mohid==
 
==How to use the svn client with Mohid==
Simply install [http://www.rapidsvn.org/index.php/Main_Page RapidSvn]software.
+
Simply download the latest released software.
  
 +
===First time===
 
In order to create your own copy of the Mohid repository, you only have to follow the next steps:
 
In order to create your own copy of the Mohid repository, you only have to follow the next steps:
 
  Install RapidSvn
 
  Install RapidSvn
 
  Right-click on the bookmarks  
 
  Right-click on the bookmarks  
  Create a new repository
+
  Checkout new working copy
  Add the svn address
+
  Add the Mohid svn url https://mohid.svn.codeplex.com/svn
 +
Select the destination directory
 +
Click Ok
 +
 
 +
===Update procedures===
 +
For having the latest version of your code just do as follows:
 +
Right-click on the desired repository bookmark
 +
Click on update
 +
 
  
 
[[Category:Tools]]
 
[[Category:Tools]]
 
[[Category:Svn]]
 
[[Category:Svn]]

Latest revision as of 13:36, 10 December 2009

RapidSVN is a cross-platform GUI front-end for the Subversion revision system written in C++ using the wxWidgets framework. This project also includes a Subversion client C++ API.

RapidSVN is licensed under the GNU GENERAL PUBLIC LICENSE v3.

How to use the svn client with Mohid

Simply download the latest released software.

First time

In order to create your own copy of the Mohid repository, you only have to follow the next steps:

Install RapidSvn
Right-click on the bookmarks 
Checkout new working copy
Add the Mohid svn url https://mohid.svn.codeplex.com/svn
Select the destination directory
Click Ok

Update procedures

For having the latest version of your code just do as follows:

Right-click on the desired repository bookmark 
Click on update