diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-23 06:36:58 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-23 06:36:58 +0000 |
commit | aaa1f7ab3909c4375098c2c592902d8b72286011 (patch) | |
tree | 2c50fa1844ec6dd077969241bc1871fbb9d671bb /doc/bugs | |
parent | 764f335685db10d1ef9fdfb52f7b42e4a8a56d1f (diff) | |
download | ikiwiki-aaa1f7ab3909c4375098c2c592902d8b72286011.tar ikiwiki-aaa1f7ab3909c4375098c2c592902d8b72286011.tar.gz |
web commit by JeremyReed: --no-rcs
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/HTML_is_not_update_nor_created_when_editing_markdown_via_CGI.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/HTML_is_not_update_nor_created_when_editing_markdown_via_CGI.mdwn b/doc/bugs/HTML_is_not_update_nor_created_when_editing_markdown_via_CGI.mdwn index b1a63361e..d9b18809d 100644 --- a/doc/bugs/HTML_is_not_update_nor_created_when_editing_markdown_via_CGI.mdwn +++ b/doc/bugs/HTML_is_not_update_nor_created_when_editing_markdown_via_CGI.mdwn @@ -17,3 +17,15 @@ If this is documented, sorry I missed it. > writing the file. > > --[[Joey]] + +>> Thanks for the info. I added --no-rcs to my command-line and it was fixed. +>> I assumed that using --setup with my configuration file that had no RCS configured +>> would override the default (subversion). I never configured anything with subversion, +>> so I don't even know if the content was being committed and if so I don't know where. +>> Maybe when using --setup the defaults should not be used. Or maybe the manpage can +>> mention that if no rcs is configured in --setup configuration then it will default to svn. +>> I wonder what else is going to defaults not in my configuration file. +>> I don't see any way in my configuration file for disabling this. +>> (I should figure out what happened with the subversion commits too...) +>> +>> --JeremyReed
\ No newline at end of file |