问题
I used the wiki in a project hosted at Google Code. With this wiki all the changes you make with the web interface are committed in the subversion repository of the project.
For example, if you create the ExamplePage
page using the wiki web interface the underlying software creates and commits a wiki/ExamplePage.wiki
file in the subversion repository.
This should work in the inverse way. If you modify the subversion repository the web interface shows the new version of the wiki.
This is a nice features because let you edit files also with an external editor and then upload (commit) them to subversion.
Do you know some open source project that support this feature?
回答1:
Haven't used it, but svnwiki seems it could be what you want.
回答2:
ikiwiki is a wiki compiler and cgi script that can integrate various VCS (svn and git at least) as storage backends.
回答3:
There is also Gitit, a wiki backed by a git or darcs filestore. Installing it is quite simple on any platform because it uses the cross-platform Haskell platform (even for the webserver, AFAIU).
来源:https://stackoverflow.com/questions/406329/is-there-a-wiki-like-that-on-google-code-hosting-that-commits-every-change-in-th