From bb216ff0ad183981b5f9be74ccaaf9ef72617922 Mon Sep 17 00:00:00 2001 From: "http://danieroux.com/" Date: Mon, 5 Jul 2010 08:23:20 +0000 Subject: [PATCH 1/4] --- doc/sandbox.mdwn | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/doc/sandbox.mdwn b/doc/sandbox.mdwn index 4c8621f1c..59b1d7fd9 100644 --- a/doc/sandbox.mdwn +++ b/doc/sandbox.mdwn @@ -1,15 +1,5 @@ This is the [[SandBox]], a page anyone can edit to try out ikiwiki (version [[!version ]]). -<<<<<<< HEAD -Test conflict. -======= -Testing 123. ->>>>>>> 8cc8bb52f7913e429be7e14203177ef374645718 - -# Header - -## Subheader2 - > This is a blockquote. > > This is the first level of quoting. From ca818980147c875a29031e33495995856f06cc3d Mon Sep 17 00:00:00 2001 From: "http://danieroux.com/" Date: Mon, 5 Jul 2010 08:23:48 +0000 Subject: [PATCH 2/4] --- doc/sandbox.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/sandbox.mdwn b/doc/sandbox.mdwn index 59b1d7fd9..f386adec4 100644 --- a/doc/sandbox.mdwn +++ b/doc/sandbox.mdwn @@ -19,6 +19,7 @@ Numbered list 1. And another.. 1. foo 2. bar + 3. quz Bulleted list From a3f7333496cbec14d4c6c0b6347c77e2390fe09e Mon Sep 17 00:00:00 2001 From: "http://ptecza.myopenid.com/" Date: Mon, 5 Jul 2010 10:36:39 +0000 Subject: [PATCH 3/4] recentchanges dir should be under control of RCS? --- ..._should_be_under_control_of_RCS__63__.mdwn | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/forum/recentchanges_dir_should_be_under_control_of_RCS__63__.mdwn diff --git a/doc/forum/recentchanges_dir_should_be_under_control_of_RCS__63__.mdwn b/doc/forum/recentchanges_dir_should_be_under_control_of_RCS__63__.mdwn new file mode 100644 index 000000000..e8b5d9290 --- /dev/null +++ b/doc/forum/recentchanges_dir_should_be_under_control_of_RCS__63__.mdwn @@ -0,0 +1,32 @@ +Hello Joey, + +I noticed that my Ikiwiki started to rebuild pages very slowly after my last changes +when I upgraded Ikiwiki to version 3.20100623. Now I have the latest release 3.20100704, +but it doesn't help me. + +I started to debug the problem and I found that I can see a lot of messages +like below when I try to rebuild my wiki manually: + + svn: '/path/to/ikiwiki/trunk/pages/ostatnie_zmiany' is not a working copy + svn: Can't open file '/path/to/ikiwiki/trunk/pages/ostatnie_zmiany/.svn/entries': No such file or directory + svn log exited 256 + +"ostatnie_zmiany" is a value of `recentchangespage` parameter in my +`ikiwiki.setup` file. It is not under control Subversion I use for Ikiwiki: + + $ svn status pages/ostatnie_zmiany + ? pages/ostatnie_zmiany + + $ ls pages/ostatnie_zmiany/*._change |wc -l + 100 + +`recentchangesnum` parameter has value 100 for me and I noticed that my Ikiwiki +takes a lot of time to parse all `._change` files. + +Do you think I should add `ostatnie_zmiany` directory under control of my +Subversion repo? If it's not necessary, could you please give me any hint +to find a reason of problem with my Ikiwiki? + +My best regards, +Pawel + From cddb39cbf5d385273645f62f15bdf29b7607aac2 Mon Sep 17 00:00:00 2001 From: "http://ptecza.myopenid.com/" Date: Mon, 5 Jul 2010 10:44:29 +0000 Subject: [PATCH 4/4] Forgotten notice about /ostatnie_zmiany.html page --- ...recentchanges_dir_should_be_under_control_of_RCS__63__.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/forum/recentchanges_dir_should_be_under_control_of_RCS__63__.mdwn b/doc/forum/recentchanges_dir_should_be_under_control_of_RCS__63__.mdwn index e8b5d9290..69af04fe9 100644 --- a/doc/forum/recentchanges_dir_should_be_under_control_of_RCS__63__.mdwn +++ b/doc/forum/recentchanges_dir_should_be_under_control_of_RCS__63__.mdwn @@ -21,7 +21,8 @@ like below when I try to rebuild my wiki manually: 100 `recentchangesnum` parameter has value 100 for me and I noticed that my Ikiwiki -takes a lot of time to parse all `._change` files. +takes a lot of time to parse all `._change` files. Finally it doesn't refresh +/ostatnie_zmiany.html page. Do you think I should add `ostatnie_zmiany` directory under control of my Subversion repo? If it's not necessary, could you please give me any hint