From d4e5affec03fce1f6a169a5dc29403393422514d Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus" Date: Tue, 19 Jun 2012 07:08:34 +0000 Subject: [PATCH] --- doc/bugs/watch_command_on_OSX_10.7.mdwn | 30 +++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/bugs/watch_command_on_OSX_10.7.mdwn 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 0000000000..244c624f22 --- /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 + +
+(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
+
+ +State of the annex + +
+laplace:annex jtang$ git status
+# On branch master
+# Untracked files:
+#   (use "git add ..." 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)
+
+ +It seems to not do a git add and commit afterwards 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.