Re: Proper source/way to integration Subversion for Win32 app and MacOSX

2012-06-08 Thread Stephen Butler
On Jun 8, 2012, at 7:01 , Thuan Seah Tan wrote: > Hi guys, > > I have been googling and couldn’t seem to find anything that demonstrate how > does one obtain the subversion api required to provide subversion integration > in one’s software. So far I have go things up and running for windows b

Re: When connecting to an https server force use of TLS or SSLv3?

2012-06-08 Thread Daniel Shahaf
Garrison, Jim (ETW) wrote on Thu, Jun 07, 2012 at 14:19:20 -0700: > If I tell s_client to use ssl2 the server immediately closes the > connection. Only ssl3 and tls1 work. > > Is there any way to tell subversion to tell the underlying ssl > libraries to skip SSL and SSL2, and start the negotiation

Re: repeated calls to svn_client_status5 seems to hang

2012-06-08 Thread Daniel Shahaf
Thuan Seah Tan wrote on Fri, Jun 08, 2012 at 10:11:44 +1000: > Hi all, > > > > I have yet another question about subversion if people don't mind. I have I think your question below is a valid API usage question and as such is on-topic for this list. Cheers, Daniel > been using svn_client_st

About Apache+SVN "Digest mutual authentication failure: request-digest mismatch" / Server was not authenticated correctly

2012-06-08 Thread Kai Bernhard
Hello list, I was experiencing problems with authentication (using HTTP Digest Auth+SSL) on our SVN server. It seems it has been reported a few years ago (see http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=911173), but I was not able to find a solution anywhere. The p

Environment variables in .subversion/config

2012-06-08 Thread Mattius McLaughlin
Hi, I'd like to use a shared config file for multiple users, but I'm in a bit of a bind when it comes to ssh identity files. I'd like to have a line like [tunnels] ssh = $SVN_SSH ssh -q -i $HOME/.ssh/ssh-identity but svn cannot expand environment variables (or ~) from this file. Warnin

Re: Environment variables in .subversion/config

2012-06-08 Thread Daniel Shahaf
Mattius McLaughlin wrote on Fri, Jun 08, 2012 at 14:35:58 -0700: > bit of a bind when it comes to ssh identity files. I'd like to have a > line like > > [tunnels] > ssh = $SVN_SSH ssh -q -i $HOME/.ssh/ssh-identity > > It would seem I can only have lines like > > [tunnels] > ssh = $SVN_SSH ssh

Re: About Apache+SVN "Digest mutual authentication failure: request-digest mismatch" / Server was not authenticated correctly

2012-06-08 Thread Daniel Shahaf
You neglected to mention what the actual problem you ran into is and what versions of svn (and relevant dependencies) you use on your client and server. Thanks for the information! Kai Bernhard wrote on Fri, Jun 08, 2012 at 15:05:34 +0200: > Hello list, > > I was experiencing problems with auth

Re: Environment variables in .subversion/config

2012-06-08 Thread Daniel Shahaf
Mattius McLaughlin wrote on Fri, Jun 08, 2012 at 14:35:58 -0700: > Hi, > > I'd like to use a shared config file for multiple users, but I'm in a > bit of a bind when it comes to ssh identity files. I'd like to have a > line like > > [tunnels] > ssh = $SVN_SSH ssh -q -i $HOME/.ssh/ssh-identit