Commit Graph

37 Commits (9073b882964b1e6386d68177a0bd1257091cdea5)

Author SHA1 Message Date
Holger Just 91070236db Set source encoding to UTF-8 13 years ago
Holger Just 07185fb169 [#436] Remove trailing whitespace 14 years ago
Eric Davis 99507a0391 [#197] Upgrade the copyright in the code files 14 years ago
Eric Davis e131c3b531 [#197] Remove old copyrights 14 years ago
Eric Davis a85b6780d2 [#262] Convert line endings to UNIX 14 years ago
Toshi MARUYAMA ac227939ad scm: Ruby 1.9 compatibility for XML UTF-8 parsing. 14 years ago
Toshi MARUYAMA ce01f49ca7 scm: fix unit tests fails in Ruby 1.9. 14 years ago
Toshi MARUYAMA 764ab0f300 scm: Ruby 1.9 compatibility in getting scm version (#4273). 14 years ago
Toshi MARUYAMA 8b3a8d73be scm: subversion: change newlines LF to CRLF at lib/redmine/scm/adapters/subversion_adapter.rb. 14 years ago
Toshi MARUYAMA 323c36b3c3 scm: subversion: refactor getting svn version and add lib test (#4273). 14 years ago
Toshi MARUYAMA 6d0fcf556d scm: use shell quote for scm command at adapter level (#7517, #4273). 14 years ago
Toshi MARUYAMA d449ac518d scm: change key name of configurable command name (#7517, #6159, #7047). 14 years ago
Toshi MARUYAMA 02c30b1a67 scm: add a feature of configurable path of executable for scm adapters (#7517). 14 years ago
Jean-Philippe Lang 7d7c67daba Fixed that some arguments where not properly escaped in scm adapters. 14 years ago
Jean-Philippe Lang 1158716f46 Fixed: Broken pipe error when browsing subversion repository (#6860). 14 years ago
Eric Davis c5863c0ad0 Support listing directories in svn which include square brackets. #5548 15 years ago
Jean-Philippe Lang ea3e2b1121 Changes SubversionAdapter to use ActiveSupport::XmlMini API for XML parsing. 15 years ago
Eric Davis 1a9942ba99 Change subversion adapter to not cache authentication and run non interactively 16 years ago
Jean-Philippe Lang a7ea14f5af Prevent nil error when retrieving svn version (#3268). 16 years ago
Jean-Philippe Lang ab5e07e83e Adds a setting to limit the number of revisions displayed on a repository file log (default=100). 16 years ago
Jean-Philippe Lang e61916ea91 SubversionAdapter#entries performance improvement. 16 years ago
Jean-Philippe Lang 486ecc6661 Fixed: non-ASCII subversion path can't be displayed (patch #1993 by Chaoqun Zou). 16 years ago
Jean-Philippe Lang 622b6121f4 Fixes nil error when svn binary version is unknown (#1607). 17 years ago
Jean-Philippe Lang 12fbd06c02 Display svn properties in the browser, svn >= 1.5.0 only (#1581). 17 years ago
Jean-Philippe Lang ec0525d497 Move unified diff parser out of the scm abstract adapter so it can be reused for viewing attached diffs (#1403). 17 years ago
Jean-Philippe Lang 6d5db302ee Subversion adapter: ignore directories with no commit date (#1370). 17 years ago
Jean-Philippe Lang a73f68a185 Fixed: Links to repository directories don't work (#1119). 17 years ago
Jean-Philippe Lang 14a2b7e9b5 Verify rev and rev_to params format in RepositoriesController. And turn revision arguments into integers in SubversionAdapter. 17 years ago
Jean-Philippe Lang 2c1e63720e SCM AbstractAdapter use shell_quote to more properly escape path (closes #838 by John Goerzen). 17 years ago
Jean-Philippe Lang 91dc13f4b2 Show explicit error message when the scm command failed (eg. when svn binary is not available). 17 years ago
Jean-Philippe Lang ea35fff5bf SCM adapters: moved Errno::ENOENT exception rescuing to the abstract adapter. 17 years ago
Jean-Philippe Lang 8c65cc4712 Added Annotate/Blame view for Subversion, CVS and Mercurial repositories. 17 years ago
Jean-Philippe Lang ecfc40629f Quote subversion username and password in svn commands. 17 years ago
Jean-Philippe Lang c2220cffcf Added svn command output to error log when SubversionAdapter#entries parsing fails. 17 years ago
Jean-Philippe Lang 83eed09109 Added 2 log messages in SubversionAdapter#entries. 17 years ago
Jean-Philippe Lang 05c1888703 Fix: SVN commit dates are now stored as local time 18 years ago
Jean-Philippe Lang 438161ad1f Added basic support for CVS and Mercurial SCMs. 18 years ago