summaryrefslogtreecommitdiff
path: root/doc/bugs/fatal:_unable_to_access___39__..__47__..__47__..__47__..__47__C:__92__Users__...
diff options
context:
space:
mode:
authorGravatar Eric OConnor <eric@oco.nnor.org>2015-02-28 23:14:50 -0700
committerGravatar Joey Hess <joeyh@joeyh.name>2015-03-02 13:09:24 -0400
commit79261f6d208981302ea77505b12094595546dea6 (patch)
tree3346b36c09ac5d4dc6a1a18bec576b5eca79fc37 /doc/bugs/fatal:_unable_to_access___39__..__47__..__47__..__47__..__47__C:__92__Users__92____91__...__93____92__annex__92__.git__47__config__39__:_Invalid_argument___40__Windows__41__.mdwn
parent8d1477c245f0b3da3287c33c41caaf0a04626ef3 (diff)
Allow this repository to be checked out in filesystems with 255 char filename limits
Diffstat (limited to 'doc/bugs/fatal:_unable_to_access___39__..__47__..__47__..__47__..__47__C:__92__Users__92____91__...__93____92__annex__92__.git__47__config__39__:_Invalid_argument___40__Windows__41__.mdwn')
-rw-r--r--doc/bugs/fatal:_unable_to_access___39__..__47__..__47__..__47__..__47__C:__92__Users__92____91__...__93____92__annex__92__.git__47__config__39__:_Invalid_argument___40__Windows__41__.mdwn63
1 files changed, 0 insertions, 63 deletions
diff --git a/doc/bugs/fatal:_unable_to_access___39__..__47__..__47__..__47__..__47__C:__92__Users__92____91__...__93____92__annex__92__.git__47__config__39__:_Invalid_argument___40__Windows__41__.mdwn b/doc/bugs/fatal:_unable_to_access___39__..__47__..__47__..__47__..__47__C:__92__Users__92____91__...__93____92__annex__92__.git__47__config__39__:_Invalid_argument___40__Windows__41__.mdwn
deleted file mode 100644
index dae654d13..000000000
--- a/doc/bugs/fatal:_unable_to_access___39__..__47__..__47__..__47__..__47__C:__92__Users__92____91__...__93____92__annex__92__.git__47__config__39__:_Invalid_argument___40__Windows__41__.mdwn
+++ /dev/null
@@ -1,63 +0,0 @@
-### What steps will reproduce the problem?
-[[!format sh """
-C:\Users\Bruno>mkdir annex
-
-C:\Users\Bruno>cd annex
-
-C:\Users\Bruno\annex>git init
-Initialized empty Git repository in C:/Users/Bruno/annex/.git/
-
-C:\Users\Bruno\annex>git annex init
-init
- Detected a crippled filesystem.
-
- Enabling direct mode.
-
- Detected a filesystem without fifo support.
-
- Disabling ssh connection caching.
-ok
-(Recording state in git...)
-
-C:\Users\Bruno\annex>echo test > test
-
-C:\Users\Bruno\annex>git annex add .
-add test (checksum...) ok
-(Recording state in git...)
-
-C:\Users\Bruno\annex>git commit -a -m added
-[master (root-commit) 2eea610] added
- 1 file changed, 1 insertion(+)
- create mode 120000 test
-
-C:\Users\Bruno\annex>git annex sync
-(Recording state in git...)
-fatal: unable to access '../../../../C:\Users\Bruno\annex\.git/config': Invalid argument
-
-git-annex: user error (xargs ["-0","git","--git-dir=C:\\Users\\Bruno\\annex\\.git","--work-tree=C:\\Users\\Bruno\\annex","add","-f"] exited 123)
-failed
-git-annex: sync: 1 failed
-"""]]
-
-### What version of git-annex are you using? On what operating system?
-Windows 8 (64 bits)
-
-git version 1.8.4.msysgit.0
-
-[[!format sh """
-git-annex version: 4.20131008-ge115441
-build flags: 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
-local repository version: 4
-default repository version: 3
-supported repository versions: 3 4
-upgrade supported from repository versions: 2
-"""]]
-
-### Please provide any additional information below.
-C:\Users\Bruno\annex\.git\config exists
-
-> xargs was one problem; also msysgit seems to just not
-> accept DOS style paths anymore in --git-dir or --git-work-tree.
-> megaweird. [[fixed|done]] --[[Joey]]