summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm/adapters/abstract_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* SCM AbstractAdapter use shell_quote to more properly escape path (closes #838...Jean-Philippe Lang2008-03-121-3/+3
* Show explicit error message when the scm command failed (eg. when svn binary ...Jean-Philippe Lang2008-01-231-1/+1
* Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs comm...Jean-Philippe Lang2008-01-031-1/+1
* Ignore empty diffs.Jean-Philippe Lang2007-12-191-1/+2
* SCM adapters: moved Errno::ENOENT exception rescuing to the abstract adapter.Jean-Philippe Lang2007-12-151-3/+9
* Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.Jean-Philippe Lang2007-12-021-3/+29
* Quote subversion username and password in svn commands.Jean-Philippe Lang2007-10-191-0/+8
* Added syntax highlightment for repository files (using CodeRay).Jean-Philippe Lang2007-08-151-1/+1
* Added Darcs basic support.Jean-Philippe Lang2007-06-241-2/+6
* Added basic support for CVS and Mercurial SCMs.Jean-Philippe Lang2007-06-121-0/+341