How to configure Tortoise to work with CRE
Forge?
Before you start
Be sure, you already created an ssh key
with puttygen.exe and used it to create a putty saved session.
TortoiseSVN is a Subversion client,
implemented as a windows shell extension.
You can download it from the TortoiseSVN web site.
The binary installer is also available from here.
Once TortoiseSVN is installed, you have to restart your computer.
TortoiseSVN is directly available by right
clicking on files and folders within Windows Explorer.

To configure our SVN repository, we click on
the SVN checkout menuitem.

Here, you have to fill in the URL of your
SVN repository. The standard URL to access your project on CREForge
is svn+ssh://<your_login>@scm.creforge.com/svnroot/<your_project>.
You just have to replace
<your_login> by your Gforge login and
<your_project> by the unix name of your project.
On your first connection to
scm.creforge.com, you will see the following message : The servers host key is not cached in the
registry. This is normal. CREForge is self certified.
This message is displayed because the server
key (gforge key) is not known. Click Yes to
add the key of this site to the list of pairs of known keys/hosts.

The checkout is done.
|