From f6e13a25db85dca956321bf96bc126451f78ade6 Mon Sep 17 00:00:00 2001 From: Gus Date: Fri, 12 Feb 2016 21:47:53 +0000 Subject: Added a comment: Thanks --- .../comment_2_c7408d45d0a2a854020e4169fe757d51._comment | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/The_future_of_Direct_Mode/comment_2_c7408d45d0a2a854020e4169fe757d51._comment diff --git a/doc/forum/The_future_of_Direct_Mode/comment_2_c7408d45d0a2a854020e4169fe757d51._comment b/doc/forum/The_future_of_Direct_Mode/comment_2_c7408d45d0a2a854020e4169fe757d51._comment new file mode 100644 index 000000000..e0448a961 --- /dev/null +++ b/doc/forum/The_future_of_Direct_Mode/comment_2_c7408d45d0a2a854020e4169fe757d51._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="Gus" + subject="Thanks" + date="2016-02-12T21:47:53Z" + content=""" +Thank you for your help. +"""]] -- cgit v1.2.3 From 6ad7c9a19a0825c7f0f7c5e381c419cc02bfd579 Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4" Date: Fri, 12 Feb 2016 22:39:04 +0000 Subject: --- doc/todo/metadata_--batch.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/todo/metadata_--batch.mdwn diff --git a/doc/todo/metadata_--batch.mdwn b/doc/todo/metadata_--batch.mdwn new file mode 100644 index 000000000..2680dfd2b --- /dev/null +++ b/doc/todo/metadata_--batch.mdwn @@ -0,0 +1 @@ +[[!meta author=yoh]] -- cgit v1.2.3 From a67c1db16b04d2519677cdd465ee3f9599130eb6 Mon Sep 17 00:00:00 2001 From: "emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2" Date: Sat, 13 Feb 2016 00:29:58 +0000 Subject: --- ...nd_commit__44___git_annex_fsck_fails:_no_known_copies.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/bugs/after_git_annex_add_and_commit__44___git_annex_fsck_fails:_no_known_copies.mdwn diff --git a/doc/bugs/after_git_annex_add_and_commit__44___git_annex_fsck_fails:_no_known_copies.mdwn b/doc/bugs/after_git_annex_add_and_commit__44___git_annex_fsck_fails:_no_known_copies.mdwn new file mode 100644 index 000000000..9cc0c031c --- /dev/null +++ b/doc/bugs/after_git_annex_add_and_commit__44___git_annex_fsck_fails:_no_known_copies.mdwn @@ -0,0 +1,11 @@ +I added new content to my git annex repo on my laptop, in the usual way: copying the new dir into the repo, then cd into the new directory, 'git annex add .' and then 'git commit -m '. Everything went well, with no errors, which means that the files were correctly moved to .git/annex/objects/ and symbolic links were created in the new dir. But now, if I do 'git annex fsck .', I get an error for each file: +[[!format sh """ +fsck (fixing location log) (checksum...) + + ** No known copies exist of +failed +"""]] +Unfortunately, I am not able to reproduce the problem on a toy-example repository. This means that my git annex repo may be broken. How do I fix it? +I use git v1.9.1 on Ubuntu 14.04 LTS, and git-annex version: 5.20150406-gb2814bc + +OK, in all honesty, I did a 'git annex sync' between the 'add' and the 'commit' above. But I synced with a clone of the repository that I keep on an external drive, which is less updated than my laptop. It is less updated because I always add content on my laptop and then sync/get from the external disk. So the sync did no harm, apparently. -- cgit v1.2.3 From bf1c73cb8400f48caa5b7a2a03e95f4dc179e932 Mon Sep 17 00:00:00 2001 From: "emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2" Date: Sat, 13 Feb 2016 22:27:57 +0000 Subject: Added a comment --- ...comment_1_b23c42004a3486d2409c1f96afa819aa._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/bugs/after_git_annex_add_and_commit__44___git_annex_fsck_fails:_no_known_copies/comment_1_b23c42004a3486d2409c1f96afa819aa._comment diff --git a/doc/bugs/after_git_annex_add_and_commit__44___git_annex_fsck_fails:_no_known_copies/comment_1_b23c42004a3486d2409c1f96afa819aa._comment b/doc/bugs/after_git_annex_add_and_commit__44___git_annex_fsck_fails:_no_known_copies/comment_1_b23c42004a3486d2409c1f96afa819aa._comment new file mode 100644 index 000000000..c059040e1 --- /dev/null +++ b/doc/bugs/after_git_annex_add_and_commit__44___git_annex_fsck_fails:_no_known_copies/comment_1_b23c42004a3486d2409c1f96afa819aa._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2" + nickname="emanuele.olivetti" + subject="comment 1" + date="2016-02-13T22:27:56Z" + content=""" +Additional information: I have 62 files in the added directory. Git-annex info return this, with a suspicious \"numcopies -2: 62\": + + > git-annex info . + directory: . + local annex keys: 62 + local annex size: 377.19 megabytes + annexed files in working tree: 62 + size of annexed files in working tree: 377.19 megabytes + numcopies stats: + numcopies -2: 62 + +"""]] -- cgit v1.2.3 From 43f09fee1f537df6a861c5ae17e6fc104155dd7e Mon Sep 17 00:00:00 2001 From: "jody.frankowski@46af27a91b08450190f627a8fba772a61e22719f" Date: Sun, 14 Feb 2016 17:46:39 +0000 Subject: --- doc/bugs/annex_symlinks_too.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/bugs/annex_symlinks_too.mdwn diff --git a/doc/bugs/annex_symlinks_too.mdwn b/doc/bugs/annex_symlinks_too.mdwn new file mode 100644 index 000000000..baac67485 --- /dev/null +++ b/doc/bugs/annex_symlinks_too.mdwn @@ -0,0 +1,6 @@ +Hi, + +Because git annex doesn't annex symlinks, it is not possible to copy files from the a repository with a simple cp/rsync dereferencing each files. If we do this as of today, we would lose the original symlink information. +Would it be possible to change this behavior in the future, at least with an option? + +Thanks -- cgit v1.2.3