]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Clarify some wording in the setup documentation that could maybe lead users to puttin...
authorJoey Hess <joey@kodama.kitenet.net>
Tue, 5 Aug 2008 20:57:49 +0000 (16:57 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Tue, 5 Aug 2008 20:57:49 +0000 (16:57 -0400)
debian/changelog
doc/setup.mdwn

index 729f558496835cb7563cf28abc91b33c4be62d81..127c09361ef5fd6f185389417339946e67dc3d8b 100644 (file)
@@ -15,6 +15,9 @@ ikiwiki (2.60) UNRELEASED; urgency=low
   * websetup: New plugin providing a setup form on the web.
   * ikiwiki-makerepo: Bail if both srcdir and repository are not specified.
     Closes: #493628
+  * Clarify some wording in the setup documentation that could maybe lead
+    users to putting paths with "~/" in the setup file, which doesn't work.
+    Closes: #493835
 
  -- Joey Hess <joeyh@debian.org>  Mon, 21 Jul 2008 11:35:46 -0400
 
index 2d39421242cb3d8c7df9316bfc2b682fc4e675d4..647e8b86f8e9c49157a0095d13374651627a44b0 100644 (file)
@@ -207,13 +207,13 @@ about using the git repositories.
 
 ## Configure ikiwiki to use revision control.
 
-Once your wiki is checked in to the revision control system,
-you should configure ikiwiki to use revision control. Edit your
-ikiwiki.setup, set `rcs` to the the revision control system
-you chose to use. Be sure to set `svnrepo` to $REPOSITORY, if using
-subversion. Uncomment the configuration for the wrapper for your revision
-control system, and configure the wrapper path appropriately
-(for Git, it should be `$REPOSITORY/hooks/post-update`).
+Once your wiki is checked in to the revision control system, you should
+configure ikiwiki to use revision control. Edit your ikiwiki.setup, set
+`rcs` to the the revision control system you chose to use. Be sure to set
+`svnrepo` to the directory for your repository, if using subversion.
+Uncomment the configuration for the wrapper for your revision control
+system, and configure the wrapper path appropriately (for Git, it should be
+the path to `hooks/post-update` inside the bare git repository).
 
 Once it's all set up, run `ikiwiki --setup ikiwiki.setup` once more.
 Now you should be able to edit files in $SRCDIR, and use your revision