Archive for the ‘Version Control’ Category

Subversion (SVN) is a great version control system. But unfortunately SVN does not come with a client. So here are 18 best Open Source SVN clients.

Scplugin

30, Nov 2009

The goal of the SCPlugin project is to integrate Subversion into the Mac OS X Finder. The inspiration for this project came from the TortoiseSVN project.

AnkhSVN

30, Nov 2009

AnkhSVN is a Subversion SourceControl Provider for Visual Studio. The software allows you to perform the most common version control operations directly from inside the Microsoft Visual Studio IDE. With AnkhSVN you no longer need to leave your IDE to perform tasks like viewing the status of your source code, updating your Subversion working copy and committing changes. You can even browse your repository and you can plug-in your favorite diff tool.

KDESvn

30, Nov 2009

KDESvn is a graphical client for the Subversion version control system on the KDE desktop. It uses the subversion C API wrapper made by RapidSVN. It is a full fledged client and administrative interface and does not merely parse svn output.

SVNCOM

30, Nov 2009

SVNCOM is a set of COM objects designed to provide subversion functionality for purposes of automatization without direct usage of sources or command line client. There are lot of reasons why usage of source codes directly can be not convenient. The main is necessity to spend much time for learning and requirement of specific knowledge (senior “C language” skills). Usage of command line client also cause lot of problems and the main are: problem with file names encoding and output parsing.


top