summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawn-3srxo7UNlXfH70S-KTW-dgsHjMKI3lo <Aaron@web>2014-05-23 15:54:52 +0000
committerGravatar admin <admin@branchable.com>2014-05-23 15:54:52 +0000
commit6a48e6f631b609e6516c5a1580fc1b7b70776aa3 (patch)
tree50747f90eb1e1c7d821dad9665c7e5bfca73fdf0 /doc
parentd5854c281be63735c2e7f2bc5c3ec3d26fbcf707 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/__34__git-annex:_direct:_1_failed__34___on_Windows.mdwn60
1 files 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 146f02766..f8c84b440 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.
"""]]