summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-19 09:09:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-19 09:09:47 -0400
commitc8d4efeed373bf8fc73a79c63044f8a44fb6b4d0 (patch)
tree6eb7026286ff9255f7e52f36c23969cc0e292567 /doc/bugs
parent424e58d960e8b307e39e2856f99ed4635f3f7d31 (diff)
parent99a3d6a00c9490d28d5df5603086798b2a7d4a3e (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/watch_command_on_OSX_10.7.mdwn30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/bugs/watch_command_on_OSX_10.7.mdwn b/doc/bugs/watch_command_on_OSX_10.7.mdwn
new file mode 100644
index 000000000..aa7c341a5
--- /dev/null
+++ b/doc/bugs/watch_command_on_OSX_10.7.mdwn
@@ -0,0 +1,30 @@
+Running the tip of the watch branch on OSX in an annex'ed directory.
+
+The watch command detects the changes, does _something_, see the output below.
+
+Output from watch command
+
+<pre>
+(Recording state in git...)
+Added "./KeePass2.18.dmg"
+Added "./KeePassX-0.4.3.dmg"
+add ./KeePass2.18.dmg (checksum...) ok
+add ./KeePassX-0.4.3.dmg (checksum...) ok
+</pre>
+
+State of the annex
+
+<pre>
+laplace:annex jtang$ git status
+# On branch master
+# Untracked files:
+# (use "git add <file>..." to include in what will be committed)
+#
+# KeePass2.18.dmg
+# KeePassX-0.4.3.dmg
+nothing added to commit but untracked files present (use "git add" to track)
+</pre>
+
+It seems to not do a git add and commit afterw the creation of the symlinks, manually doing this makes it all happy again till more files are added.
+
+note: i had posted a commend in the blog post, but posting the issue here is probably more appropriate.