Re: [Codestriker-user] Integration with Subversion
Brought to you by:
sits
|
From: David S. <si...@us...> - 2007-01-25 03:15:44
|
> We are attempting to integrate codestriker with subversion, but our > subversion repository is through https and hence require > authentication. Being a Windows shop, the username needs to fully > qualified, ie domain\username. > > When I try to create a new topic with topic text from the repository, it > complained that > > Server certificate verification failed: issuer is not trusted > > I have a suspicion that codestriker is not passing the user name across > correctly. > > Any ideas? What have you set as your repository string in codestriker.conf? Make sure you can run svn commands from the IIS server, and that the user running IIS has sufficient permissions to connect to your svn repository. Cheers, David |