From 0502e07b1cfa8f9b82598f4a644b260188ea4435 Mon Sep 17 00:00:00 2001 From: "neocryptek@659edac901ffbc8e541a974f8f18987eeafc63bd" Date: Sat, 21 Nov 2015 17:52:26 +0000 Subject: [PATCH 1/3] Added a comment --- .../comment_4_1d2281f79cd0c2a1a3599cae42df0187._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/Git_annex_status_always_showing_annexed_files_as_modified/comment_4_1d2281f79cd0c2a1a3599cae42df0187._comment diff --git a/doc/forum/Git_annex_status_always_showing_annexed_files_as_modified/comment_4_1d2281f79cd0c2a1a3599cae42df0187._comment b/doc/forum/Git_annex_status_always_showing_annexed_files_as_modified/comment_4_1d2281f79cd0c2a1a3599cae42df0187._comment new file mode 100644 index 0000000000..0683f39585 --- /dev/null +++ b/doc/forum/Git_annex_status_always_showing_annexed_files_as_modified/comment_4_1d2281f79cd0c2a1a3599cae42df0187._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="neocryptek@659edac901ffbc8e541a974f8f18987eeafc63bd" + nickname="neocryptek" + subject="comment 4" + date="2015-11-21T17:52:26Z" + content=""" +I've been having the same problem on windows direct repository and now that I think about it, it could have started after daylight savings time (I also had the windows ssh upgrade problems that took a few days to figure out around the same time). No matter what I do I can't get it to stop showing up as modified in the status view. I've tried sync, sync --content, adding them again, etc. My status output is getting huge as everything I've added on windows is showing up there as modified now. I'm not sure if it's affecting the performance of status or sync (status is just generally very slow on windows direct repos with increasing number of files). +"""]] From 3be53125ce75c95a039c426a5358d25628e7a1d7 Mon Sep 17 00:00:00 2001 From: "jckuester@11e9fceb442172b6db63320bb545797a47a4c103" Date: Sun, 22 Nov 2015 15:38:57 +0000 Subject: [PATCH 2/3] Added a comment: error during "git clone git://git.kitenet.net/git-annex" --- .../comment_3_b59fc32a18a9fda8da120da82fade0a6._comment | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/download/comment_3_b59fc32a18a9fda8da120da82fade0a6._comment diff --git a/doc/download/comment_3_b59fc32a18a9fda8da120da82fade0a6._comment b/doc/download/comment_3_b59fc32a18a9fda8da120da82fade0a6._comment new file mode 100644 index 0000000000..27fa71ca08 --- /dev/null +++ b/doc/download/comment_3_b59fc32a18a9fda8da120da82fade0a6._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="jckuester@11e9fceb442172b6db63320bb545797a47a4c103" + nickname="jckuester" + subject="error during "git clone git://git.kitenet.net/git-annex"" + date="2015-11-22T15:38:57Z" + content=""" +error: unable to create file doc/bugs/On_Lubuntu_14.04_assistant_fails_to_create_new_setup_or_actually_work___40__fixed_by_regular_lxsession_package_update_from_2014-06-30__41__.mdwn (File name too long) +fatal: unable to checkout working tree +"""]] From a7339f7582223cc4a2afc80bf6e092c395030a29 Mon Sep 17 00:00:00 2001 From: "rpglover64@acd6753c831cc132736943bec350391fcb2ff77d" Date: Mon, 23 Nov 2015 01:07:38 +0000 Subject: [PATCH 3/3] --- ...___effectively___95__read_only__95___source__41__.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/Does_git_annex_support_my_weird_workflow__63_____40__A_single__44___effectively___95__read_only__95___source__41__.mdwn diff --git a/doc/forum/Does_git_annex_support_my_weird_workflow__63_____40__A_single__44___effectively___95__read_only__95___source__41__.mdwn b/doc/forum/Does_git_annex_support_my_weird_workflow__63_____40__A_single__44___effectively___95__read_only__95___source__41__.mdwn new file mode 100644 index 0000000000..7899c62cd7 --- /dev/null +++ b/doc/forum/Does_git_annex_support_my_weird_workflow__63_____40__A_single__44___effectively___95__read_only__95___source__41__.mdwn @@ -0,0 +1,8 @@ +I tried using it once, but I couldn't get it to work for me, so I gave up. I'm hoping that if I describe my desired workflow to people who know more about it I can get a better sense of whether it can help me. + +Here's what I have: + +* A server, with a directory I have read-only access to; this directory is the one I would like to keep in git-annex. Obviously, I have read-write access to other directories. +* A laptop, which is sometimes on the same LAN as the server and sometimes not; on this laptop, I would like to be able to easily maintain synced copies of certain subdirectories of the main directory (which is on the server). These copies should (ideally) not need to be in the same directory tree on the laptop. + +I don't know if this description is clear enough (I'm doubtful), but I can answer questions.