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
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
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
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
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
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
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
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