]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/Filenames_with_colons_cause_problems_for_Windows_users.mdwn
add perlmagick to build deps
[ikiwiki.git] / doc / bugs / Filenames_with_colons_cause_problems_for_Windows_users.mdwn
index f4864d802927df4aa42160992e169e41b329a5bc..54f1f3d810e906d20eb4121086685420e4424414 100644 (file)
@@ -2,4 +2,9 @@
 
 As reported by a Windows user trying ikiwiki: because Windows doesn't support filenames with colons, he couldn't check out the ikiwiki svn repository.  More generally, ikiwiki doesn't encode colons in filenames for wiki pages, but to support Windows users perhaps it should.
 
-Windows does not support filenames containing any of these characters: `/ \ * : ? " < > |`
\ No newline at end of file
+Windows does not support filenames containing any of these characters: `/ \ * : ? " < > |`
+
+> I take it this is a problem when checking out a wiki in windows, not when
+> browsing to urls that have colons in them from windows? --[[Joey]]
+
+>> Correct.  You can't directly check out a wiki's repository from Windows if it includes filenames with those characters; you will get errors on those filenames.
\ No newline at end of file