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.




Error with SVN integration

add-ons

In Gemini 3.5

Getting this error when try to commint SVN Dir.:

Commit failed (details follow):
'pre-commit' hook failed with error output:

Unhandled Exception: System.Xml.XmlException: The 'HR' start tag on line 1 does
not match the end tag of 'body'. Line 1, position 1076.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
   at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag)
   at System.Xml.XmlTextReaderImpl.ParseEndElement()
   at System.Xml.XmlTextReaderImpl.ParseElementContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
   at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.Load(Stream inStream)
at CounterSoft.Gemini.Commons.Rest.Serializer.ConvertToObject[T](Stream stream)
at CounterSoft.Gemini.WebServices.BaseService.GetObjectFromReponse[T](Stream stream)
at
CounterSoft.Gemini.WebServices.BaseService.ThrowResponseException(WebResponse response)
at CounterSoft.Gemini.WebServices.BaseService.ProcessResponse[T](String url,
Object obj, RequestType requestType)
   at CounterSoft.Gemini.WebServices.BaseService.WhoAmI()
   at CounterSoft.Gemini.SourceControl.SVN.Program.Main(String[] args)

 

Any idea?

Thanks

talbengal
· 1
talbengal
Replies (3)
helpful
0
not helpful

Please upgrade to the latest version (3.5.3), there was an issue with 3.5 and the SVN hook.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Ok, done upgrade to 3.5.3 now i am getting this error when trying to commit SVN Dir:

Commit failed (details follow):
'pre-commit' hook failed with error output:

Unhandled Exception: CounterSoft.Gemini.Commons.Rest.GeminiRestException:
Method requires authentication
at
CounterSoft.Gemini.WebServices.BaseService.ThrowResponseException(WebResponse response)
at CounterSoft.Gemini.WebServices.BaseService.ProcessResponse[T](String url,
Object obj, RequestType requestType)
   at CounterSoft.Gemini.WebServices.BaseService.WhoAmI()
   at CounterSoft.Gemini.SourceControl.SVN.Program.Main(String[] args)

 


talbengal
· 1
talbengal
helpful
0
not helpful

Ok, it is working, found the problem;

It was the username and password in

CounterSoft.Gemini.SourceControl.SVN.exe.config

 

Fix, all OK.

 

Thanks,

Tal.


talbengal
· 1
talbengal