Personal tools

Difference between revisions of "RapidSvn"

From MohidWiki

Jump to: navigation, search
(How to use the svn client with Mohid)
Line 6: Line 6:
 
Simply download the latest released 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
 +
===Update procedures===
  
 
[[Category:Tools]]
 
[[Category:Tools]]
 
[[Category:Svn]]
 
[[Category:Svn]]

Revision as of 13:24, 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

Update procedures