Home Home
  login

Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Index SVN Server Installation
Previous  |  Next

 1.7        Setting up with Geckoboard
reporting
 2.5.8          The Calendar
usage
items
projects
time
plugins
ms-outlook
 9      Code Review & Source Control Connectors
 9.1        SVN Server Installation
 9.2        Client Side Gemini Tortoise SVN Integration
 9.3        Git Source Control Connector
install
source-control
 9.4        Mercurial Source Control Connector
install
source-control
 9.5        TFS Source Control Connector
install
source-control
 10.11          Using Add-on Products
usage
 10.11.1            Visual Studio 2008/2010
usage
visual-studio
 10.11.2            Gemini Desktop
usage
desktop
 10.11.3            Microsoft Outlook
admin
ms-outlook
usage
View  |  Print  |  PDF

12 documents found.


SVN Server Installation

add-ons

Download the SVN connector from: http://www.geminiplatform.com/downloads.

Web server

Ensure Gemini REST API is enabled on your web server.

Repository

Place the following files into "hooks" folder of your Subversion repository:

  • Countersoft.Gemini.SourceControl.SVN.exe
  • Countersoft.Gemini.SourceControl.SVN.exe.config
  • Countersoft.Gemini.Commons.dll
  • Countersoft.Gemini.Api.dll
  • Countersoft.Foundation.Commons.dll
  • Newtonsoft.Json.dll
  • RestSharp.dll
  • All files from "Hook Files" folder (post-commit.cmd, pre-commit.cmd, revisionLogTemplate.txt)

hook files highlight

Configuring Your Gemini URL

Configure your Gemini url, username and password in the Countersoft.Gemini.SourceControl.SVN.exe.config file.

configure highlight

SVN project Properties

Set SVN Project Properties for every project you want to associate with Gemini.

Click on the import button:

new properties
Import the "gemini_svn.svnprops" file which will be located in the "SVN Properties" folder.

Once imported, change the "bugtraq:url" to point towards your Gemini installation by double clicking on the URL.

edit url

How to commit

When you want to tie a subversion commit to an issue, simply place the issue number in the
subversion commit comment box or the Gemini issue ID box and press ok.

commit

All commited files and comments appear under Code Review as follows:

image

 


Previous  |  Next