web commit by JoshTriplett: todo/CVS_backend
[ikiwiki.git] / doc / setup / discussion.mdwn
1 It isn't intended that .ikiwiki be versioned, is it? Do you have a svn:ignore set? 
2 Is there some magic way you can make the svn commands (and presumably commands for 
3 the other VCSs here) ignore the .ikiwiki directory during step 8, when they import it?
4 If not, maybe a note should be made that the user should delete this file before 
5 they import. --Ethan
6
7 > No, .ikiwiki should not be versioned, and a svn:ignore of it is reasonable,
8 > although probably too much noise for the setup instructions.
9 > I've switched to a different method that preserves .ikiwiki, w/o checking
10 > it in. --[[Joey]]
11
12 These instructions should probably show how to use a bare Git repository
13 (`GIT_DIR=somewhere.git git-init-db`) rather than a repository with a full
14 working copy. You can always clone the repository if you want your own local
15 working copy. Furthermore, this allows you to make multiple commits to your
16 working copy before pushing them to the repository and causing the wiki to
17 update. --[[JoshTriplett]]
18
19 Furthermore the git instructions should be changed to move the *.ikiwiki*
20 directory back into the wiki's working copy directory, isn't it? --[[tschwinge]]
21
22 Curious as to why support for CVS is not built in. --[[Luther]]
23
24 > See [[todo/CVS_backend|todo/CVS_backend]], but you might consider switching to a better version control system. --[[JoshTriplett]]