X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/55ed4b89fc9f394dcdec74cddae8ca3a2d60cbb3..0150c5abe3e6fe2cd6edeb18d3cc2258290b2ed0:/doc/post-commit/discussion.mdwn 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