summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar tpurchas@578b95c2cec84a4f26a27b1155c84396f0027faf <tpurchas@web>2015-06-09 20:55:07 +0000
committerGravatar admin <admin@branchable.com>2015-06-09 20:55:07 +0000
commit3715aec2f4b1e38c3e3331b6ee77586bd7f2535e (patch)
tree3be4e78332fddf7bb5d95fa0dc5ad1ae05788691 /doc
parentc766a894f8d3f53efe1a1508e84041f343c5c74f (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/file_not_found.mdwn26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/bugs/file_not_found.mdwn b/doc/bugs/file_not_found.mdwn
new file mode 100644
index 000000000..c922a02b9
--- /dev/null
+++ b/doc/bugs/file_not_found.mdwn
@@ -0,0 +1,26 @@
+### Please describe the problem.
+Unable to use webapp after creating annex. Error `The file /annex/webapp.html does not exist.` is shown.
+
+
+### What steps will reproduce the problem?
+Create annex, either using webapp or command line. Kill the webapp and attempt to relaunch.
+
+
+### What version of git-annex are you using? On what operating system?
+git-annex version: 5.20150205
+
+OS X Version: 10.10.3 (14D136)
+
+Installed using homebrew
+
+### Please provide any additional information below.
+
+
+It appears that git-annex is using an absolute path, rather than a relative path pointing to `.git/annex/webapp.html`.
+Manually opening the file at `.git/annex/webapp.html` does however show the correct web interface.
+
+[[!format sh """
+ git-annex webapp
+Launching web browser on file://.git/annex/webapp.html
+The file /annex/webapp.html does not exist.
+"""]]