aboutsummaryrefslogtreecommitdiff
path: root/doc/rcs.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-04-16 18:43:51 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-04-16 18:46:20 -0400
commitb13bb0c83c8f23bca97734882997fd3dc29f0553 (patch)
tree0cf2f0d761a86af620338531fb6353dd10b69cab /doc/rcs.mdwn
parentdee2940c0bc97080088c99f399cd0ff0df3bec23 (diff)
downloadikiwiki-b13bb0c83c8f23bca97734882997fd3dc29f0553.tar
ikiwiki-b13bb0c83c8f23bca97734882997fd3dc29f0553.tar.gz
implement rcs_getmtime for svn
This is a slow implementation; it runs svn log once per file still, rather than running svn log once on the whole srcdir. I did it this way because in my experience, svn log, run on a directory, does not always list every change to files inside that directory. I don't know why, and I use svn as little as possible these days.
Diffstat (limited to 'doc/rcs.mdwn')
-rw-r--r--doc/rcs.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rcs.mdwn b/doc/rcs.mdwn
index b5bfc2414..450d16800 100644
--- a/doc/rcs.mdwn
+++ b/doc/rcs.mdwn
@@ -28,7 +28,7 @@ auto.setup |yes |yes |incomplete|yes |incomplete |yes
`rcs_remove` |yes |yes |yes |yes |no |yes |no |yes
`rcs_diff` |yes |yes |yes |yes |no |yes |yes |yes
`rcs_getctime` |fast |slow |slow |slow |slow |slow |slow |slow
-`rcs_getmtime` |fast |no |no |no |no |no |no |no
+`rcs_getmtime` |fast |slow |no |no |no |no |no |no
anonymous push |yes |no |no |no |no |no |no |no
conflict handling |yes |yes |yes |buggy |yes |yes |yes |yes
"""]]