Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2013-12-18 15:06:12 -04:00
commit d088b37d75
7 changed files with 91 additions and 0 deletions

View file

@ -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?
"""]]

View file

@ -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
"""]]

View file

@ -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
"""]]

View file

@ -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.

View file

@ -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.
"""]]

View file

@ -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 <a href= http://www.packersmoversdirectory.net>pmd</a>
"""]]

View file

@ -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?