This commit is contained in:
parent
b7593c55b4
commit
eb205c7882
1 changed files with 29 additions and 31 deletions
|
@ -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.
|
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
|
C:\Users\areeves\Documents\Work\MyDirectoryHere\git>git clone ssh://areeves@myserver:/home/work/git/sbv
|
||||||
Cloning into 'sbv'...
|
Cloning into 'sbv'...
|
||||||
remote: Counting objects: 65, done.
|
remote: Counting objects: 65, done.
|
||||||
|
@ -74,36 +103,5 @@ ok
|
||||||
|
|
||||||
c:\temp\sbv>
|
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.
|
# End of transcript or log.
|
||||||
"""]]
|
"""]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue