Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
FITNESSE-SUBVERSION Plugin Written by Gergely Filip, Attila Sragli and Zoltan Matyas. Provides Subversion integration with FitNesse from version 20150301 as CM version management API has been deprecated. This code uses SVNKit, for which source code may be obtained from http://svnkit.com/ INSTALLING 1. Extract this archive to the same level as FitNesseRoot, so that your directory looks like this: FitNesseRoot/ plugins/ fitnesse.jar plugin.properties 2. Add the following lines to plugins.properties file VersionsController=fitnesse.wiki.fs.SVNFileVersionsController RecentChanges=fitnesse.wiki.fs.SVNFileVersionsController 3. Fitnesse has to be started with the following Java option -DSVN_CREDENTIALS={svn_user}:{svn_password} GETTING THE SOURCE It's available at https://bitbucket.org/clibre44/svnfileversionscontroller BUILDING THE SOURCE 1. Get the Maven (http://maven.apache.org/) build tool. 2. Do the build: mvn clean install -U