web commit by http://diabolist.myopenid.com/: Messed up formatting of my comment...
[ikiwiki.git] / doc / setup / discussion.mdwn
1 Can the instructions for using `ikiwiki-makerepo` be clarified. This command wants to create folders in the directory it is run in. Which directory should that be - `$SRCDIR?` --Andy
2
3 ----
4
5 It isn't intended that .ikiwiki be versioned, is it? Do you have a svn:ignore set? 
6 Is there some magic way you can make the svn commands (and presumably commands for 
7 the other VCSs here) ignore the .ikiwiki directory during step 8, when they import it?
8 If not, maybe a note should be made that the user should delete this file before 
9 they import. --Ethan
10
11 > No, .ikiwiki should not be versioned, and a svn:ignore of it is reasonable,
12 > although probably too much noise for the setup instructions.
13 > I've switched to a different method that preserves .ikiwiki, w/o checking
14 > it in. --[[Joey]]
15
16 ----
17
18 These instructions should probably show how to use a bare Git repository
19 (`GIT_DIR=somewhere.git git-init-db`) rather than a repository with a full
20 working copy. You can always clone the repository if you want your own local
21 working copy. Furthermore, this allows you to make multiple commits to your
22 working copy before pushing them to the repository and causing the wiki to
23 update. --[[JoshTriplett]]
24
25 > I'm currently testing and running such a setup. --[[tschwinge]]
26
27 Furthermore the git instructions should be changed to move the *.ikiwiki*
28 directory back into the wiki's working copy directory, isn't it? --[[tschwinge]]
29
30 > Yes, I think so.  I will clean these instructions up unless somebody tells me we're missing something fundamental. --[[BartMassey]]
31
32 >> Either you do it or I'll do it somewhen soon.  --[[tschwinge]]
33
34 ----
35
36 Curious as to why support for CVS is not built in. --[[Luther]]
37
38 > See [[todo/CVS_backend|todo/CVS_backend]], but you might consider switching to a better version control system. --[[JoshTriplett]]