diff --git a/doc/bugs/Symlinks_from_git-annex_repository_to_outside_git_repository_not_supported/comment_2_91a8daa3d49799d0784c9fe3ee10558a._comment b/doc/bugs/Symlinks_from_git-annex_repository_to_outside_git_repository_not_supported/comment_2_91a8daa3d49799d0784c9fe3ee10558a._comment new file mode 100644 index 0000000000..40140c852b --- /dev/null +++ b/doc/bugs/Symlinks_from_git-annex_repository_to_outside_git_repository_not_supported/comment_2_91a8daa3d49799d0784c9fe3ee10558a._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.87" + subject="comment 2" + date="2013-12-18T18:27:04Z" + content=""" +I don't quite understand how to reproduce this bug, and have tried a few things with symlinks and multiple syncing repositories without apparent difficulty. + +Can you pleaseexplain in more detail how I could reproduce the problem? +"""]] diff --git a/doc/bugs/__39__Cannot_write_a_repository_there__39___on_Windows.mdwn b/doc/bugs/__39__Cannot_write_a_repository_there__39___on_Windows.mdwn new file mode 100644 index 0000000000..0eed95b3e2 --- /dev/null +++ b/doc/bugs/__39__Cannot_write_a_repository_there__39___on_Windows.mdwn @@ -0,0 +1,26 @@ +### Please describe the problem. +When I try to create the repository with the suggested location `C:\Users\bbigras\Desktop\annex\` I get "Cannot write a repository there". I didn't see the program output any errors on the console. [screen capture](http://imgur.com/7ZUqqVQ) + +It works if I change the path to `C:\Users\bbigras\annex\`. + +### What steps will reproduce the problem? +* run `git annex webapp` +* click `Make Repository` + +### What version of git-annex are you using? On what operating system? +[[!format sh """ +git-annex version: 5.20131213-g2893b22 +build flags: Assistant Webapp Pairing Testsuite S3 WebDAV DNS Feeds Quvi TDFA CryptoHash +key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL +remote types: git gcrypt S3 bup directory rsync web webdav glacier hook + +git version 1.8.4.msysgit.0 +"""]] + +Windows 7 64-bit + +### Please provide any additional information below. + +[[!format sh """ +Launching web browser on file://C:\Users\bbigras\AppData\Local\Temp\webapp9924.html +"""]] diff --git a/doc/bugs/__39__Internal_Server_Error__39___when_creating_repo_on_other_drive_than_C:_on_Windows.mdwn b/doc/bugs/__39__Internal_Server_Error__39___when_creating_repo_on_other_drive_than_C:_on_Windows.mdwn new file mode 100644 index 0000000000..42d9ab48b2 --- /dev/null +++ b/doc/bugs/__39__Internal_Server_Error__39___when_creating_repo_on_other_drive_than_C:_on_Windows.mdwn @@ -0,0 +1,33 @@ +### Please describe the problem. +When I try to create an annex on my `D:\` drive I get the following error: + +[[!format sh """ +Internal Server Error +git [Param "config",Param "annex.uuid",Param "d2277948-4689-41d8-bd55-15c634f38cee"] failed +"""]] + +[screen capture](http://imgur.com/w7uPLDp) + + +### What steps will reproduce the problem? +* run `git annex webapp` +* create annex on `d:\annex` + +### What version of git-annex are you using? On what operating system? +[[!format sh """ +git-annex version: 5.20131213-g2893b22 +build flags: Assistant Webapp Pairing Testsuite S3 WebDAV DNS Feeds Quvi TDFA CryptoHash +key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL +remote types: git gcrypt S3 bup directory rsync web webdav glacier hook + +git version 1.8.4.msysgit.0 +"""]] + +Windows 7 64-bit + +### Please provide any additional information below. +[[!format sh """ +Launching web browser on file://C:\Users\bbigras\AppData\Local\Temp\webapp9400.html +fatal: Not a git repository: '/annex/.git' +error: could not lock config file /annex/.git/config: No such file or directory +"""]] diff --git a/doc/bugs/follows_symlinks_to_outside_annex.mdwn b/doc/bugs/follows_symlinks_to_outside_annex.mdwn new file mode 100644 index 0000000000..62ddc34c69 --- /dev/null +++ b/doc/bugs/follows_symlinks_to_outside_annex.mdwn @@ -0,0 +1 @@ +I've had a bug report that the assistant follows directory symlinks to elsewhere. I thought it didn't. This needs to be avoided. diff --git a/doc/bugs/follows_symlinks_to_outside_annex/comment_1_f7a01bb627a6780d6940886401cde454._comment b/doc/bugs/follows_symlinks_to_outside_annex/comment_1_f7a01bb627a6780d6940886401cde454._comment new file mode 100644 index 0000000000..e532e1b091 --- /dev/null +++ b/doc/bugs/follows_symlinks_to_outside_annex/comment_1_f7a01bb627a6780d6940886401cde454._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.87" + subject="comment 1" + date="2013-12-18T18:22:49Z" + content=""" +Tried to reproduce this, and so far no luck. I tried several symlinks to outside ~/annex, in both direct and indirect mode, and neither the assistant's startup scan nor its inotify handling followed the links and added the content of the directory symlinked to. + +I wonder if [[bugs/Symlinks_from_git-annex_repository_to_outside_git_repository_not_supported]] is the same problem. That seems to suggest this happens when merging the symlink into another repository. I am not clear on the details of how to reproduce it yet. +"""]] diff --git a/doc/design/assistant/blog/day_317__misc/comment_1_386326c452b6659b5fc0458a4ff4eb7f._comment b/doc/design/assistant/blog/day_317__misc/comment_1_386326c452b6659b5fc0458a4ff4eb7f._comment new file mode 100644 index 0000000000..0435de740b --- /dev/null +++ b/doc/design/assistant/blog/day_317__misc/comment_1_386326c452b6659b5fc0458a4ff4eb7f._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawnN99WKdpXGRJD8xpJxfsoumA9ZVCBjxrE" + nickname="Abhishek" + subject="nice" + date="2013-12-18T18:12:01Z" + content=""" +Very nice information. Thank you for sharing it. Thanks pmd +"""]] diff --git a/doc/forum/Previous_versions_in_direct_mode__63__.mdwn b/doc/forum/Previous_versions_in_direct_mode__63__.mdwn new file mode 100644 index 0000000000..2958346e73 --- /dev/null +++ b/doc/forum/Previous_versions_in_direct_mode__63__.mdwn @@ -0,0 +1,3 @@ +I am in Windows and therefore forced to use direct mode. After reading for a long while I still have not found a way of "git annex get" previous versions. Is this supported? is it only the last version in the repository? + +any chance to use indirect mode in Windows? In theory Windows supports NTFS symlinks, why is this not supported?