summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://www.dominik-george.de/ <Nik@web>2012-09-28 18:38:59 +0000
committerGravatar admin <admin@branchable.com>2012-09-28 18:38:59 +0000
commit581b444df21e49c97f4f0704c2ea3c88d7ef6a2b (patch)
tree1653f7062aa757889004957d6436df742c2b97d3
parent3e2b87fb28116f3e6fa856335fec3da9fb336695 (diff)
-rw-r--r--doc/bugs/removable_device_configurator_chokes_on_spaces.mdwn18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/removable_device_configurator_chokes_on_spaces.mdwn b/doc/bugs/removable_device_configurator_chokes_on_spaces.mdwn
new file mode 100644
index 000000000..d256071f4
--- /dev/null
+++ b/doc/bugs/removable_device_configurator_chokes_on_spaces.mdwn
@@ -0,0 +1,18 @@
+# What steps will reproduce the problem?
+
+1. Get a removable device and create a filesystem with a label containing a space, e.g.:
+ # mkfs.ext4 -L "Backup Home" /dev/sdb1
+2. Open the webapp and add a new repository on a removabledevice
+3. Select the devices mountpoint, e.g. /media/Backup\ Home
+
+# What is the expected output? What do you see instead?
+
+The configurator should remove spaces for branch names, but it actually seems to call git remote add with "Backup Home" as argument which is invalid.
+
+The assistant produces an internal server error and subsequently crashes completely.
+
+# What version of git-annex are you using? On what operating system?
+
+git-annex 3.20120924 from the Debian package in sid on Debian wheezy, amd64.
+
+