X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/7851a63fd872bd94cf2c16c9b26305c3fb3fb2e5..ad0e48bc92b9b44a3f29597a14771097685c0531:/doc/index/discussion.mdwn diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn index 38c663228..e96bdee35 100644 --- a/doc/index/discussion.mdwn +++ b/doc/index/discussion.mdwn @@ -176,32 +176,35 @@ aren't allowed in WikiLinks now? My best regards, ---Pawel +--[[Paweł|ptecza]] + +> See [[bugs/Spaces_in_link_text_for_ikiwiki_links]] ---- # Build in OpenSolaris? -I've learned I'm not yet clever enough to get IkiWiki to build in OpenSolaris (as running on a [Joyent Accelerator][ja]). Anyone figured this out already? +Moved to [[bugs/build_in_opensolaris]] --[[Joey]] + +---- -I think problem lies mostly, if not entirely, in getting ikiwiki.cgi.c to compile in an OpenSolaris context (this is ikiwiki-2.2): +# Various ways to use Subversion with ikiwiki -> $ ikiwiki --setup ~/etc/ikiwiki/ikiwiki-edit.setup -> [...] -> Error: failed to compile /home/username/domains/domain.tld/cgi-bin/ikiwiki.cgi.c at /opt/local/lib/perl5/site_perl/IkiWiki.pm line 104. -BEGIN failed--compilation aborted at (eval 3) line 145. +I'm playing around with various ways that I can use subversion with ikiwiki. -More specifically, +* Is it possible to have ikiwiki point to a subversion repository which is on a different server? The basic checkin/checkout functionality seems to work but there doesn't seem to be any way to make the post-commit hook work for a non-local server? -> $ /usr/sfw/bin/gcc ikiwiki.cgi.c -> Undefined first referenced -> symbol in file -> asprintf /var/tmp//cczPaG7R.o -> ld: fatal: Symbol referencing errors. No output written to a.out -> collect2: ld returned 1 exit status +> This is difficult to do since ikiwiki's post-commit wrapper expects to +> run on a machine that contains both the svn repository and the .ikiwiki +> state directory. However, with recent versions of ikiwiki, you can get +> away without running the post-commit wrapper on commit, and all you lose +> is the ability to send commit notification emails. -[ja]: +* Is it possible / sensible to have ikiwiki share a subversion repository with other data (either completely unrelated files or another ikiwiki instance)? This works in part but again the post-commit hook seems problematic. -Thanks, Joey et al., for a really cool tool. +--[[AdamShand]] ---Mike +> Sure, see ikiwiki's subversion repository for example of non-wiki files +> in the same repo. If you have two wikis in one repository, you will need +> to write a post-commit script that calls the post-commit wrappers for each +> wiki.