From eb205c78820bd4df0560b9c3bbd7232f9b655c44 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawn-3srxo7UNlXfH70S-KTW-dgsHjMKI3lo" Date: Fri, 23 May 2014 15:54:52 +0000 Subject: [PATCH] --- ...ex:_direct:_1_failed__34___on_Windows.mdwn | 60 +++++++++---------- 1 file changed, 29 insertions(+), 31 deletions(-) diff --git a/doc/bugs/__34__git-annex:_direct:_1_failed__34___on_Windows.mdwn b/doc/bugs/__34__git-annex:_direct:_1_failed__34___on_Windows.mdwn index 146f02766f..f8c84b4402 100644 --- a/doc/bugs/__34__git-annex:_direct:_1_failed__34___on_Windows.mdwn +++ b/doc/bugs/__34__git-annex:_direct:_1_failed__34___on_Windows.mdwn @@ -4,6 +4,35 @@ When attempting to clone and use a git repository in a subdirectory several leve My suspicion is that this has to do with exceeding the maximum path length limitation (MAX_PATH) of 260 characters on Windows, as described here: http://msdn.microsoft.com/en-us/library/aa365247.aspx. + +### What steps will reproduce the problem? + +See above. + + +### What version of git-annex are you using? On what operating system? + +>git annex version +git-annex version: 5.20140517-gee56d21 +build flags: Assistant Webapp Webapp-secure 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 tahoe glacier ddar hook external +local repository version: 5 +supported repository version: 5 +upgrade supported from repository versions: 2 3 4 + +>git version +git version 1.9.0.msysgit.0 + +Operating system: Windows 7 Professional (64-bit), Service Pack 1 + + +### Please provide any additional information below. + + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log C:\Users\areeves\Documents\Work\MyDirectoryHere\git>git clone ssh://areeves@myserver:/home/work/git/sbv Cloning into 'sbv'... remote: Counting objects: 65, done. @@ -74,36 +103,5 @@ ok c:\temp\sbv> - -### What steps will reproduce the problem? - -See above. - - -### What version of git-annex are you using? On what operating system? - ->git annex version -git-annex version: 5.20140517-gee56d21 -build flags: Assistant Webapp Webapp-secure 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 tahoe glacier ddar hook external -local repository version: 5 -supported repository version: 5 -upgrade supported from repository versions: 2 3 4 - ->git version -git version 1.9.0.msysgit.0 - -Operating system: Windows 7 Professional (64-bit), Service Pack 1 - - -### Please provide any additional information below. - - -[[!format sh """ -# If you can, paste a complete transcript of the problem occurring here. -# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log - - # End of transcript or log. """]]