diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-24 17:04:07 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-24 17:04:07 -0400 |
commit | 36a9cdd8682f3df50d23dc2d388ed8e8644520a2 (patch) | |
tree | 19abb6ed1f5dff2b1d3ef681db06211b7e51da3d | |
parent | d0655bbe7c30e0b417f9d82457fde0a47f9f86a0 (diff) |
check that ~/Desktop/annex can be written to; fall back to ~/annex when not
-rw-r--r-- | doc/bugs/__39__Cannot_write_a_repository_there__39___on_Windows.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/__39__Cannot_write_a_repository_there__39___on_Windows.mdwn b/doc/bugs/__39__Cannot_write_a_repository_there__39___on_Windows.mdwn index 0eed95b3e..62ad4a15f 100644 --- a/doc/bugs/__39__Cannot_write_a_repository_there__39___on_Windows.mdwn +++ b/doc/bugs/__39__Cannot_write_a_repository_there__39___on_Windows.mdwn @@ -24,3 +24,9 @@ Windows 7 64-bit [[!format sh """ Launching web browser on file://C:\Users\bbigras\AppData\Local\Temp\webapp9924.html """]] + +> It checks if the directory can be written to, and it seems that for some +> reason Windows is preventing you from writing to your Desktop. That seems +> really weird to me (and I have not seen that behavior). But, I can easily +> make it check if that's the case, and fall back to the other path, so +> have done so. [[done]] --[[Joey]] |