New migrate subcommand can be used to switch files to using a different backend, safely and with no duplication of content.

This commit is contained in:
Joey Hess 2011-01-08 15:54:14 -04:00
parent 32b0e10390
commit a78b0555e1
8 changed files with 112 additions and 17 deletions

7
debian/changelog vendored
View file

@ -1,10 +1,11 @@
git-annex (0.17) UNRELEASED; urgency=low
* unannex: Now skips files whose content is not present, rather than
it being an error. This allows gradual conversion from one backend
to another by running unannex followed by add in each repository.
it being an error.
* New migrate subcommand can be used to switch files to using a different
backend, safely and with no duplication of content.
-- Joey Hess <joeyh@debian.org> Sat, 08 Jan 2011 15:04:48 -0400
-- Joey Hess <joeyh@debian.org> Sat, 08 Jan 2011 13:45:06 -0400
git-annex (0.16) unstable; urgency=low