Category Archives: SVN

iSVN: SVN Client for iOS Released

iSVN is a fully-functional SVN Client for iOS.

With iSVN you can update/view/edit files and commit changes on your iPhone/iPad easily.

Download iSVN

iSVN status
More Details

SnailSVN for Mac OS X 1.0 Released

SnailSVN is a TortoiseSVN-like Apache Subversion (SVN) client for Mac OS X, implemented as a Finder extension.

SnailSVN allows you to access the most frequently used SVN features, from the Finder context menu directly.

Download SnailSVN

More Details

Simple SVN Server for Mac OS X 1.0 Released

Simple SVN Server is a simple app that lets you setup and run your own SVN (Subversion) service instantly.

With Simple SVN Server, you can setup a SVN server in one minute!

Simple SVN Server is free, get it now!

Download Simple SVN Server

More Details

SVN Server for Mac OS X 1.0 Released

SVN Server allows you to easily install and manage a fully-functional Subversion server on the Mac OS X platform.

Download SVN Server

More Details

Server certificate verification failed

Got the following issue when trying to commit changes to SVN server:

svn: OPTIONS of ‘https://langui@langui.net/svn/MyProject/trunk/src’: Server certificate verification failed: certificate issued for a different hostname, issuer is not trusted (https://langui.net)

I’m using svnX, and it seems there is no way to get around this issue. I searched the web but found no solution.

Finally, I tried to update the svn working copy in terminal:

$ svn up

Error validating server certificate for ‘https://langui.net:443’:

– The certificate is not issued by a trusted authority. Use the

fingerprint to validate the certificate manually!

– The certificate hostname does not match.

Certificate information:

– Hostname: langui-server

– Valid: from Wed, 20 Apr 2011 15:08:48 GMT until Thu, 19 Apr 2012 15:08:48 GMT

– Issuer: langui.net

– Fingerprint: e6:52:b9:b6:f2:35:68:6c:cd:93:ef:b2:f3:15:02:dd:85:2b:1f:28

(R)eject, accept (t)emporarily or accept (p)ermanently? p

At revision 49.

Then try agin with svnX, it works!