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.




SVN Integration with v5

plugins

Is there a new SVN integration package for Gemini v5 or will the older v4 one work fine with it?

PeterJ
· 1
PeterJ
Replies (17)
helpful
0
not helpful

No the older version will not work for Gemini 5. The application will be ready for Gemini 5 by the end of the week. You will be able to download from our website.


Simran
· 1762
Simran
helpful
0
not helpful

This is something we need before proceeding to update as well. Can you let us know when it is ready? Thanks.


matrix4123
· 1
matrix4123
helpful
0
not helpful

What is the download link for the SVN update, I cant see it on the site and you update was around 3 weeks ago?


James
· 166
James
helpful
0
not helpful

I don't think this is working yet. I am holding off on upgrading to 5 until I hear this is complete...


matrix4123
· 1
matrix4123
helpful
0
not helpful

It will be downloadable from http://www.geminiplatform.com/free-trialand will be released this Friday.


Simran
· 1762
Simran
helpful
0
not helpful

perfect, thanks


James
· 166
James
helpful
0
not helpful

I have downloaded the project for the SVN connector, loaded it into Visual Studio 2012, and the project won't run. The assembly references are broken, so I fixed those with the Dlls the zip shipped with. After this, it will not compile. The Namespace appears to be "CounterSoft" for the Commons Dll and not "Countersoft". After fixing this, the "CounterSoft.Gemini.Commons.Dto" namespace cannot be found... What am I missing?

··· I have resolved this. Is there any way to view the trace information or log information about what is happening when SVN calls the app?matrix4123Friday, October 19, 2012, 9:51:18 PM

matrix4123
· 1
matrix4123
helpful
0
not helpful

Is there any way to view the tracing or debugging from the SVN server side app? I'd like to determine what is not working in our implementation.


matrix4123
· 1
matrix4123
helpful
0
not helpful

Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thanks, it appears like I am getting a Forbidden. Is this an issue with the account I am using for logging svn messages or a web service configuration error?

[12900] Countersoft Gemini: Gemini PostCommitHandler.Handle. Forbidden :: Countersoft.Gemini.Api ::


matrix4123
· 1
matrix4123
helpful
0
not helpful

Can you post the full stack trace? Are you running windows authentication?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

That is all that is listed in the DebugView. We are not using any windows authentication.

[5640] Countersoft Gemini: Main [5640] Countersoft Gemini: Argument: pre-commit [5640] Countersoft Gemini: Argument: C:\Repositories\vp [5640] Countersoft Gemini: Argument: 4-4 [5640] Countersoft Gemini: Constructing Service Manager. [5640] Countersoft Gemini: Constructed Service Manager. [5640] Countersoft Gemini: Gemini Username: svn [5640] Countersoft Gemini: Gemini Logged in user: svn [5640] Countersoft Gemini: PreCommitHandler.Handle Started. [5640] Countersoft Gemini: PreCommitHandler.Handle Path: C:\Repositories\vp [5640] Countersoft Gemini: PreCommitHandler.Handle Transaction: 4-4 [5640] Countersoft Gemini: End Main [12900] Countersoft Gemini: Main [12900] Countersoft Gemini: Argument: post-commit [12900] Countersoft Gemini: Argument: C:\Repositories\vp [12900] Countersoft Gemini: Argument: 5 [12900] Countersoft Gemini: Constructing Service Manager. [12900] Countersoft Gemini: Constructed Service Manager. [12900] Countersoft Gemini: Gemini Username: svn [12900] Countersoft Gemini: Gemini Logged in user: svn [12900] Countersoft Gemini: Item ID: 2133 [12900] Countersoft Gemini: Commit Comment: GEM:2133 [12900] Countersoft Gemini: Gemini User ID: svn [12900] Countersoft Gemini: SVN check-in Author: geoff [12900] Countersoft Gemini: SVN check-in Repository Path: C:\Repositories\vp [12900] Countersoft Gemini: SVN check-in Revision Number: 5 [12900] Countersoft Gemini: SVN check-in Committed Files: U trunk/temp/New Text Document (3).txt [12900] Countersoft Gemini: Gemini PostCommitHandler.Handle. Forbidden :: Countersoft.Gemini.Api :: [12900] Countersoft Gemini: End Main


matrix4123
· 1
matrix4123
helpful
0
not helpful

Seems like the user doesn't have permissions to add comments and / or source control files. Are you on 5.1.2?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

5.1.1.3564, I have the "svn" account in the Gemini Administrators group.


matrix4123
· 1
matrix4123
helpful
0
not helpful

Yes, but it might not have permissions to add comments. Upgrade to 5.1.2 and it should work.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

What changed in 5.1.2 that should make this work? Was there more permissions added for adding comments?


matrix4123
· 1
matrix4123
helpful
0
not helpful

In 5.1.2 we allow admins to do any api call


Saar Cohen
· 5000
Saar Cohen