todo
This commit is contained in:
parent
c05c73657c
commit
dfe30c8a6c
1 changed files with 11 additions and 0 deletions
11
doc/todo/better_error_messages_for_local_remote.mdwn
Normal file
11
doc/todo/better_error_messages_for_local_remote.mdwn
Normal file
|
@ -0,0 +1,11 @@
|
|||
When using a local git remote on eg a removable drive, error messages don't
|
||||
make clear if the problem occurred in the local git repo or the remote
|
||||
repo.
|
||||
|
||||
For example, I was copying files to a removable drive and got an error
|
||||
about a broken git object, but it was not clear which repo had the broken
|
||||
object in it.
|
||||
|
||||
This should be fixable by eg, catching all exceptions when running Annex
|
||||
operations on a remote, adding its path to the message and rethrowing.
|
||||
--[[Joey]]
|
Loading…
Add table
Reference in a new issue