summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm/adapters/subversion_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Change subversion adapter to not cache authentication and run non interactivelyEric Davis2009-07-101-0/+1
* Prevent nil error when retrieving svn version (#3268).Jean-Philippe Lang2009-05-101-1/+1
* Adds a setting to limit the number of revisions displayed on a repository fil...Jean-Philippe Lang2009-02-011-0/+1
* SubversionAdapter#entries performance improvement.Jean-Philippe Lang2008-11-181-7/+10
* Fixed: non-ASCII subversion path can't be displayed (patch #1993 by Chaoqun Z...Jean-Philippe Lang2008-11-101-7/+8
* Fixes nil error when svn binary version is unknown (#1607).Jean-Philippe Lang2008-07-121-2/+2
* Display svn properties in the browser, svn >= 1.5.0 only (#1581).Jean-Philippe Lang2008-07-051-1/+42
* Move unified diff parser out of the scm abstract adapter so it can be reused ...Jean-Philippe Lang2008-06-081-1/+1
* Subversion adapter: ignore directories with no commit date (#1370).Jean-Philippe Lang2008-06-071-0/+3
* Fixed: Links to repository directories don't work (#1119).Jean-Philippe Lang2008-04-271-7/+0
* Verify rev and rev_to params format in RepositoriesController. And turn revis...Jean-Philippe Lang2008-04-031-8/+6
* SCM AbstractAdapter use shell_quote to more properly escape path (closes #838...Jean-Philippe Lang2008-03-121-2/+2
* Show explicit error message when the scm command failed (eg. when svn binary ...Jean-Philippe Lang2008-01-231-1/+0
* SCM adapters: moved Errno::ENOENT exception rescuing to the abstract adapter.Jean-Philippe Lang2007-12-151-11/+1
* Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.Jean-Philippe Lang2007-12-021-0/+17
* Quote subversion username and password in svn commands.Jean-Philippe Lang2007-10-191-5/+14
* Added svn command output to error log when SubversionAdapter#entries parsing ...Jean-Philippe Lang2007-09-301-2/+5
* Added 2 log messages in SubversionAdapter#entries.Jean-Philippe Lang2007-09-181-1/+3
* Fix: SVN commit dates are now stored as local timeJean-Philippe Lang2007-07-141-3/+3
* Added basic support for CVS and Mercurial SCMs.Jean-Philippe Lang2007-06-121-0/+173