index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
models
/
repository
/
subversion.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r22746 from trunk to 5.1-stable (#40043).
Marius Balteanu
2024-02-27
1
-1
/
+1
*
Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).
Go MAEDA
2023-01-17
1
-2
/
+2
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Fix RuboCop offense Style/RedundantStringEscape (#36919).
Go MAEDA
2022-10-26
1
-1
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
cleanup: rubocop: fix Style/MultilineIfModifier in app/models/repository/subv...
Toshi MARUYAMA
2019-11-23
1
-12
/
+15
*
cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/reposito...
Toshi MARUYAMA
2019-11-23
1
-0
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Support frozen_string_literal in app/**/*.rb (#26561).
Go MAEDA
2019-03-17
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Merged rails-5.1 branch (#23630).
Jean-Philippe Lang
2017-07-23
1
-1
/
+0
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-1
/
+1
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
remove unneeded Relation#all from Repository::Subversion model
Toshi MARUYAMA
2014-01-27
1
-1
/
+1
*
code format cleanup Repository::Subversion model
Toshi MARUYAMA
2014-01-27
1
-4
/
+5
*
use %r{} instead of // at app/models/repository/subversion.rb
Toshi MARUYAMA
2013-03-07
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Use \A and \z in validation regexps.
Jean-Philippe Lang
2012-12-08
1
-1
/
+1
*
Fixed that Subversion#load_entries_changesets raises an error if entries is nil.
Jean-Philippe Lang
2012-06-12
1
-0
/
+2
*
Code cleanup.
Jean-Philippe Lang
2012-06-10
1
-1
/
+6
*
Faster changesets loading for subversion.
Jean-Philippe Lang
2012-06-10
1
-0
/
+16
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
scm: subversion: code clean up model.
Toshi MARUYAMA
2011-05-12
1
-13
/
+13
*
scm: set supporting directory revisions or not at scm level.
Toshi MARUYAMA
2011-03-16
1
-0
/
+4
*
scm: ignore log encoding setting in Subversion and Mercurial (#7597).
Toshi MARUYAMA
2011-02-28
1
-0
/
+4
*
scm: add scm command and version methods at repository models (#4273).
Toshi MARUYAMA
2011-02-14
1
-2
/
+2
*
Refactor: Extract method to create a Change from a Changeset.
Eric Davis
2010-02-02
1
-5
/
+1
*
Retrieve root_url if needed (#4377).
Jean-Philippe Lang
2009-12-12
1
-1
/
+1
*
Ignore subversion root_url case when extracting relative url.
Jean-Philippe Lang
2009-12-09
1
-1
/
+1
*
Fixed: Subversion#latest_changesets ignores revision argument (#4360).
Jean-Philippe Lang
2009-12-08
1
-1
/
+1
*
SCM:
Jean-Philippe Lang
2009-08-17
1
-2
/
+2
*
Accept any svn tunnel scheme in repository URL (#3278).
Jean-Philippe Lang
2009-05-10
1
-1
/
+1
*
Transaction for each imported subversion changeset.
Jean-Philippe Lang
2009-03-07
1
-3
/
+3
*
Adds a setting to limit the number of revisions displayed on a repository fil...
Jean-Philippe Lang
2009-02-01
1
-2
/
+2
*
Eager-load users.
Jean-Philippe Lang
2008-11-11
1
-1
/
+1
*
Fixed: View differences for individual file of a changeset fails if the subve...
Jean-Philippe Lang
2008-05-24
1
-0
/
+15
*
Merged Git support branch (r1200 to r1226).
Jean-Philippe Lang
2008-03-12
1
-1
/
+1
*
Fixed: log is not displayed when browsing a copy in a svn repository.
Jean-Philippe Lang
2007-10-15
1
-0
/
+5
*
Subversion repository now accepts svn+ssh url.
Jean-Philippe Lang
2007-09-22
1
-1
/
+1
*
Added basic support for CVS and Mercurial SCMs.
Jean-Philippe Lang
2007-06-12
1
-0
/
+69