commit | 438ee1cad98ac32509718976e63c36a449bfb679 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Mon Nov 03 09:59:36 2008 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Mon Nov 03 09:59:36 2008 -0800 |
tree | 9627a7fc84e5aab01a2ece8eae6c0ac045e20a46 | |
parent | 23d7781c0bac53b24f4598104e8ba38310e8d100 [diff] |
Catch symlink creation failures and report a better error Some users have noticed that repo doesn't work on VFAT, as we require a POSIX filesystem with POSIX symlink support. Catching the OSError during our symlink creation and raising a GitError with a more descriptive message will help users to troubleshoot and fix their own installation problems. Signed-off-by: Shawn O. Pearce <sop@google.com>