vote up 1 vote down star

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?

flag

63% accept rate

2 Answers

vote up 1 vote down check

Haven't used it, but svnwiki seems it could be what you want.

link|flag
vote up 2 vote down

ikiwiki is a wiki compiler and cgi script that can integrate various VCS (svn and git at least) as storage backends.

link|flag
Is there something easy to install on a Windows box ? – essamSALAH Jul 27 at 18:02

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.