<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Subversion on widerin</title><link>http://widerin.net/tags/subversion/</link><description>Recent content in Subversion on widerin</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 26 Jul 2020 12:30:34 +0200</lastBuildDate><atom:link href="http://widerin.net/tags/subversion/index.xml" rel="self" type="application/rss+xml"/><item><title>Using SVN in eclipse on Mac OS X</title><link>http://widerin.net/posts/2014/using-svn-in-eclipse-on-mac-os-x/</link><pubDate>Mon, 03 Feb 2014 00:00:00 +0000</pubDate><guid>http://widerin.net/posts/2014/using-svn-in-eclipse-on-mac-os-x/</guid><description>&lt;p&gt;After upgrading subversion client my eclipse could not find javahl bindings any more, because i previously installed the &lt;a href="http://www.open.collab.net"&gt;CollabNet&lt;/a&gt; ones, which are currently available for subversion 1.6.x only. The bad thing about this is Subclipse does not work any more, until you&amp;rsquo;ll install these libraries using the following solutions.&lt;/p&gt;
&lt;p&gt;There may be one for macports as well, but i&amp;rsquo;m using &lt;a href="http://brew.sh"&gt;homebrew&lt;/a&gt; and nothing else any more :-)&lt;/p&gt;
&lt;p&gt;Installing through &lt;a href="http://brew.sh"&gt;homebrew&lt;/a&gt; is not as easy as
installing through macports because they are not available as single
package, but you can add a &lt;code&gt;--java&lt;/code&gt; option to the
&lt;a href="http://brew.sh"&gt;homebrew&lt;/a&gt; command to build required javahlbinding
together with subversion. This will show up the following warning,
because you should use a universal build.&lt;/p&gt;</description></item><item><title>Tell svn client to use a proxy-server</title><link>http://widerin.net/posts/2010/tell-svn-client-to-use-a-proxy-server/</link><pubDate>Tue, 09 Mar 2010 00:00:00 +0000</pubDate><guid>http://widerin.net/posts/2010/tell-svn-client-to-use-a-proxy-server/</guid><description>&lt;p&gt;If you have or your server has to use a proxy server to access the
internet you may have problems with your svn client although you aready
set your &lt;code&gt;http_proxy&lt;/code&gt; environment variable(s).&lt;/p&gt;
&lt;p&gt;The solution to tell svn to use a proxy server is editing the
&lt;code&gt;~/.subversion/servers&lt;/code&gt; file in your home directory and add the
following lines or uncomment them, if they are already written into it:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;[global]
# http-proxy-exceptions = *.exception.com, www.internal-site.org
http-proxy-host = my.proxy.server
http-proxy-port = 8080
# http-proxy-username = defaultusername
# http-proxy-password = defaultpassword
# http-compression = no
# http-auth-types = basic;digest;negotiate
# No http-timeout, so just use the builtin default.
# No neon-debug-mask, so neon debugging is disabled.
# ssl-authority-files = /path/to/CAcert.pem;/path/to/CAcert2.pem
&lt;/code&gt;&lt;/pre&gt;</description></item></channel></rss>