]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/post-commit/discussion.mdwn
update
[ikiwiki.git] / doc / post-commit / discussion.mdwn
index 3c2b264fb3a7a5f65617473d1be898d7b35d009f..31347a614b9e52f3dcaa8fc0c69b72d5d82183d5 100644 (file)
@@ -34,3 +34,14 @@ 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
+
+> Yes, ikiwiki does expect you to use your revision control system to check
+> in changes. Otherwise, recentchanges cannot work right, since it uses the
+> commit history from your revision control system. --[[Joey]]