beets/docs
Adrian Sampson b04096de25 do not preserve metadata during copy-move (GC-383)
The shutil.move() function attempts to copy metadata (e.g., permissions and
mtime) when copying a file across filesystems. This always fails on Samba shares
because the utime() call is never permitted by normal users. We don't care about
preserving mtimes across moves, though, so this commit eschews shutil and
reimplements the move algorithm.
2012-05-19 11:52:53 -07:00
..
guides use 2.6-compatible format strings 2012-05-08 11:46:08 -07:00
plugins chroma submission: fix crash; better errors 2012-05-17 14:54:58 -07:00
reference per_disc_numbering config option (GC-335) 2012-05-17 12:44:48 -07:00
changelog.rst do not preserve metadata during copy-move (GC-383) 2012-05-19 11:52:53 -07:00
conf.py version bump: 1.0b15 2012-05-13 20:04:14 -07:00
index.rst translate changelog 2011-09-17 16:41:35 -07:00
Makefile Sphinx documentation skeleton 2011-09-16 13:57:15 -07:00