]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/scripts/tahoe_cp.py
cp: error on target-filename collisions, rather than overwrite
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / scripts / tahoe_cp.py
2015-07-29 Brian Warnercp: error on target-filename collisions, rather than...
2015-05-04 Brian WarnerMerge branch '2399-cp-mkdir'
2015-05-04 Brian Warnerapply review feedback
2015-05-04 Brian Warnercp: trailing slash on source filename is an error,...
2015-05-04 Brian Warnertahoe cp: ignore trailing slash on source arguments
2015-03-17 Brian WarnerMerge branch '2329-2': fix "tahoe cp -r" exception
2015-03-17 Brian Warnertahoe_cp: be consistent with "source.basename() is...
2015-03-17 Brian Warnertahoe_cp: minor cleanups, no behavior changes
2015-03-17 Brian Warnertahoe_cp: make populate(recurse=) more explicit
2015-03-10 Brian Warnerimprove error message for slash-terminated non-directories
2015-03-04 Brian Warnertahoe cp: overhaul target assignment, update tests
2015-03-04 Brian Warnertahoe_cp: delete copy_to_directory() code
2015-03-04 Brian Warnertahoe_cp: simplify some checks, rename some functions
2015-02-24 Brian Warnertahoe_cp.py: use s.basename() instead of tracking it...
2015-02-24 Brian Warnertahoe_cp.py: store basename in the Source instance
2015-02-04 Brian WarnerMerge branch 'pr138': fix long paths on windows
2015-02-03 Brian Warnertahoe_cp.py: clean up unicode handling
2015-01-30 Daira HopwoodChanges filename to unicode before placing the file... 2235-long-paths-on-windows-7 138/head
2015-01-30 Daira HopwoodUse absolute paths in tahoe cp and tahoe backup. refs...
2015-01-30 Daira HopwoodQuote local paths correctly. refs #2235
2014-09-02 Brian WarnerMerge branch markberger/712-tahoe-cp-doesnt-copy-dir
2014-09-02 Mark Bergertahoe cp -r now copies the top level directory with...
2014-06-23 Brian Warnerhush current pyflakes warnings (list comprehensions)
2013-03-20 David-Sarah HopwoodAvoid double-counting source files in 'tahoe cp --verbo...
2012-09-30 frederik bfixed wrong index in tahoe cp --verbose, as explained...
2011-08-09 david-sarahRemove all trailing whitespace from .py files.
2011-07-29 Kevan Carstensencli: make 'tahoe cp' overwrite mutable files in-place
2010-10-29 Francois Deppierraztahoe_cp.py: Don't call urllib.quote with an Unicode...
2010-07-22 david-sarahReplace uses of os.path.abspath with abspath_expanduser...
2010-07-18 david-sarahCorrect stringutils->encodingutil patch to be the newer...
2010-07-12 david-sarahRename stringutils to encodingutil, and drop listdir_un...
2010-06-07 david-sarahcommon_http.py, tahoe_cp.py: Fix an error in calling...
2010-06-07 david-sarahUnicode fixes.
2010-06-04 Zooko O'Whielacronxfix flakes
2010-05-20 Francois DeppierrazFix handling of correctly encoded unicode filenames...
2010-03-03 Zooko O'Whielacronxdocs: a few small edits to try to guide newcomers throu...
2010-02-11 Kevan CarstensenAlter CLI utilities to handle nonexistent aliases better
2010-01-27 david-sarahPrevent mutable objects from being retrieved from an...
2010-01-14 Brian Warnerhush pyflakes-0.4.0 warnings: remove trivial unused...
2009-11-30 Brian WarnerImplement more coherent behavior when copying with...
2009-03-15 Brian Warnertahoe cp -r: add --caps-only flag, to write filecaps...
2009-03-12 Brian Warnertahoe_cp.py: return 0 for success, instead of None
2009-03-07 Brian Warnertahoe_cp.py: improve error reporting slightly: don...
2009-03-07 Brian Warnertahoe_cp.py: don't be verbose unless --verbose is passe...
2009-01-08 Larry Hosken'tahoe cp -r', upon encountering a dangling symlink...
2008-11-11 francoisFix an filename encoding issue with "tahoe cp"
2008-09-30 Brian Warnertolerate simplejson-2.0.0 and newer, which frequently...
2008-08-01 Brian WarnerCLI: simplify argument-passing, use options= for everth...
2008-05-22 Brian Warnertahoe_cp: rewrite, make --recursive work
2008-05-21 Brian Warnertahoe_cp.py: fix pyflakes complaint
2008-05-21 Brian Warnercli: initial implementation of 'cp -r', probably doesn...
2008-05-20 Brian WarnerCLI: implement the easy part of cp (no -r, only two...