Windows: Fix deletion of repositories by test suite and webapp.

On Windows, a file that is not writable cannot be deleted even if in a
directory with write perms. So git object files were not getting deleted
when removing a git repository.
This commit is contained in:
Joey Hess 2014-02-03 11:19:41 -04:00
parent 01df5ed31d
commit 29bb04aa0d
3 changed files with 10 additions and 12 deletions

1
debian/changelog vendored
View file

@ -21,6 +21,7 @@ git-annex (5.20140128) UNRELEASED; urgency=medium
on Windows; the lock files have been sorted out.
* Windows: Avoid using unix-compat's rename, which refuses to rename
directories.
* Windows: Fix deletion of repositories by test suite and webapp.
-- Joey Hess <joeyh@debian.org> Tue, 28 Jan 2014 13:57:19 -0400