ohloh_scm / branches / master / lib / scm / adapters

Description: source control management adapters for ohloh.net

git clone git@thechaw.com:ohloh_scm.gitview commitsview forks

Name Author Message Date Commit
abstract Robin Luckey [CHANGE] Svn: Increase the maximum length of a branch_name to 80 characters June 12 2009 148f...65e8
bzr Robin Luckey [FIX] BzrAdapter: Support bzr 1.17 August 07 2009 f42e...e14b
cvs Robin Luckey [FIX] Hg and Git: better SourceForge detection in guess_forge() May 19 2009 59ba...7355
git Robin Luckey [FIX] Hg and Git: better SourceForge detection in guess_forge() May 19 2009 59ba...7355
hg Robin Luckey [FIX] Escape "|" character in Hg filenames May 20 2010 5d5d...efe5
svn Robin Luckey [FIX] restict_url_to_trunk fails if already trunk November 05 2009 a6e3...c1c4
svn_chain Robin Luckey [FIX] Svn: Fix a complicated directory renaming case: If a directory is renamed, and then the branch we are tracking is created within that directory *during the same commit*, then the parser would mistakenly think that the branch had been moved. May 20 2009 d40a...6534
abstract_adapter.rb Robin Luckey [NEW] Subversion adapter can now follow trunk directory renames. February 05 2009 e65f...2b82
bzr_adapter.rb Michael Adam [NEW] Adding Bazaar support: add misc, pull and push adapter modules with tests February 04 2009 a234...98ed
cvs_adapter.rb Robin Luckey [NEW] Initial Revision January 19 2009 38fb...929e
factory.rb Michael Adam [NEW] Adding Bazaar support: add bzr to the adapter factory. Add test_factory_bzr to the FactoryTest. And add validation.rb adapter module: Needed for adapter factory. Add bzr validation unit test. February 04 2009 da72...5003
git_adapter.rb Lennon Day-Reynolds initial support for getting diffs (in patchfile format) from git, hg, and svn repos February 06 2009 cc9e...757d
hg_adapter.rb Lennon Day-Reynolds initial support for getting diffs (in patchfile format) from git, hg, and svn repos February 06 2009 cc9e...757d
svn_adapter.rb Lennon Day-Reynolds initial support for getting diffs (in patchfile format) from git, hg, and svn repos February 06 2009 cc9e...757d
svn_chain_adapter.rb Robin Luckey [CHANGE] Move the Subversion chaining functionality into a dedicated subclass. This preserves the original --stop-on-copy basic behavior in its own class. * This keeps the base SvnAdapter class uncomplicated. * The base SvnAdapter can still be used if desired. * I can foresee another, better Subversion importer built around svnsync that will not require chaining. February 17 2009 5d63...2a4d