aboutsummaryrefslogtreecommitdiff
path: root/doc/post-commit
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-07-15 13:17:41 -0400
committerJoey Hess <joey@kitenet.net>2008-07-15 13:17:41 -0400
commit719c886cec57878f477cb9cd1c1ad21e3c65739f (patch)
tree01f3678d848f56cfa0c14308997f0bac8afc567c /doc/post-commit
parent128c2730af63eb11632c793e0172d9c63e658bf3 (diff)
downloadikiwiki-719c886cec57878f477cb9cd1c1ad21e3c65739f.tar
ikiwiki-719c886cec57878f477cb9cd1c1ad21e3c65739f.tar.gz
web commit by http://dajul.myopenid.com/
Diffstat (limited to 'doc/post-commit')
-rw-r--r--doc/post-commit/discussion.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/post-commit/discussion.mdwn b/doc/post-commit/discussion.mdwn
index 3c2b264fb..08125d9ff 100644
--- a/doc/post-commit/discussion.mdwn
+++ b/doc/post-commit/discussion.mdwn
@@ -34,3 +34,10 @@ Regards.
> notify => 1,
> }
> ],
+
+
+Hello, I've setup ikiwiki with subversion. I can edit pages from web browser using CGI and, when I go to recentchanges, it shows that modification with "web" word. But, if I modify any .mdwn file, it gets updated in website but it doesn't show in recentchanges entry with "svn" word. If I run "svn ci -m changes", it shows in recentchanges correctly.
+
+So, I think I miss something, because I don't think I must run "svn add" or "svn commit" anytime I modify or create a wiki file.
+
+Thanks