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
/
lib
/
redmine
/
scm
/
adapters
/
cvs_adapter.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
scm: cvs: add -q option at rls.
Toshi MARUYAMA
2011-04-11
1
-1
/
+1
*
scm: cvs: add -q option at rlog.
Toshi MARUYAMA
2011-04-11
1
-1
/
+1
*
scm: cvs: add -q option at cat.
Toshi MARUYAMA
2011-04-11
1
-1
/
+1
*
scm: cvs: use scm_cmd() in cat.
Toshi MARUYAMA
2011-04-11
1
-5
/
+6
*
scm: cvs: use scm_cmd() for diff.
Toshi MARUYAMA
2011-04-11
1
-3
/
+7
*
scm: cvs: code clean up adapter.
Toshi MARUYAMA
2011-04-11
1
-9
/
+9
*
scm: cvs: code clean up adapter.
Toshi MARUYAMA
2011-04-10
1
-37
/
+34
*
scm: cvs: code clean up lib/redmine/scm/adapters/cvs_adapter.rb.
Toshi MARUYAMA
2011-04-10
1
-23
/
+19
*
scm: cvs: code clean up lib/redmine/scm/adapters/cvs_adapter.rb.
Toshi MARUYAMA
2011-04-09
1
-16
/
+16
*
scm: cvs: fix age column on repository view is off by timezone delta (#7827).
Toshi MARUYAMA
2011-03-11
1
-1
/
+11
*
scm: cvs: use "-D time_to_cvstime_rlog(identifier)" in adapter entries().
Toshi MARUYAMA
2011-03-11
1
-1
/
+1
*
scm: cvs: code clean up adapter entries().
Toshi MARUYAMA
2011-03-11
1
-13
/
+17
*
scm: cvs: use scm_cmd() in adapter revisions().
Toshi MARUYAMA
2011-03-11
1
-4
/
+6
*
scm: cvs: use scm_cmd() in adapter entries().
Toshi MARUYAMA
2011-03-11
1
-5
/
+6
*
scm: cvs: add new method 'scm_cmd' to wrap shellout.
Toshi MARUYAMA
2011-03-11
1
-1
/
+15
*
scm: fix unit tests fails in Ruby 1.9.
Toshi MARUYAMA
2011-03-03
1
-1
/
+1
*
scm: update adapter initialize() to use path encoding (#2664, #2274).
Toshi MARUYAMA
2011-02-24
1
-1
/
+2
*
scm: cvs: fix CVS diffs do not handle new files properly (#7615).
Toshi MARUYAMA
2011-02-24
1
-1
/
+5
*
scm: Ruby 1.9 compatibility in getting scm version (#4273).
Toshi MARUYAMA
2011-02-22
1
-0
/
+3
*
scm: cvs: set client available if cvs version above 1.12.
Toshi MARUYAMA
2011-02-15
1
-1
/
+1
*
scm: cvs: add methods of getting cvs version and add unit lib test (#4273).
Toshi MARUYAMA
2011-02-15
1
-0
/
+19
*
scm: use shell quote for scm command at adapter level (#7517, #4273).
Toshi MARUYAMA
2011-02-14
1
-10
/
+20
*
scm: cvs: fix most binary files become corrupted on Windows (#6090).
Toshi MARUYAMA
2011-02-12
1
-0
/
+1
*
scm: cvs: code clean up.
Toshi MARUYAMA
2011-02-11
1
-24
/
+24
*
scm: change key name of configurable command name (#7517, #6159, #7047).
Toshi MARUYAMA
2011-02-04
1
-1
/
+1
*
scm: add a feature of configurable path of executable for scm adapters (#7517).
Toshi MARUYAMA
2011-02-04
1
-1
/
+1
*
scm: cvs: use localtime at cvs rlog -d option (#996, #3761).
Toshi MARUYAMA
2011-02-02
1
-1
/
+7
*
ruby1.9 compatibility
Jean-Philippe Lang
2011-01-01
1
-0
/
+2
*
Fixed: cvs diff broken by r4539 (#7176).
Jean-Philippe Lang
2010-12-29
1
-1
/
+1
*
Fixed that some arguments where not properly escaped in scm adapters.
Jean-Philippe Lang
2010-12-18
1
-6
/
+6
*
Fixed: CVS browser should not show dead revisions (deleted files) (#2319).
Jean-Philippe Lang
2008-12-14
1
-1
/
+1
*
Fixed: CVS connexion string may not contain @.
Jean-Philippe Lang
2008-12-06
1
-2
/
+8
*
Fixed: view file at given revision with CVS.
Jean-Philippe Lang
2008-06-15
1
-1
/
+3
*
CVS: add support for modules names with spaces (#1434).
Jean-Philippe Lang
2008-06-14
1
-5
/
+5
*
Move unified diff parser out of the scm abstract adapter so it can be reused ...
Jean-Philippe Lang
2008-06-08
1
-2
/
+2
*
Fixed: Links to repository directories don't work (#1119).
Jean-Philippe Lang
2008-04-27
1
-9
/
+0
*
Fix repository browsing at given revision for various scm and add tests for t...
Jean-Philippe Lang
2008-04-06
1
-1
/
+3
*
Fixed: CVS repository doesn't work if port is used in the url (#653).
Jean-Philippe Lang
2008-02-16
1
-2
/
+2
*
SCM adapters: moved Errno::ENOENT exception rescuing to the abstract adapter.
Jean-Philippe Lang
2007-12-15
1
-10
/
+0
*
Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.
Jean-Philippe Lang
2007-12-02
1
-1
/
+19
*
Fixed (CVS adapter): changes not recorded when using :pserver string.
Jean-Philippe Lang
2007-11-16
1
-1
/
+2
*
Added basic support for CVS and Mercurial SCMs.
Jean-Philippe Lang
2007-06-12
1
-0
/
+352
[prev]