Commit Graph

94 Commits

Author SHA1 Message Date
Matteo Cypriani c4db1808da i18n: re-generate gcp.po, update fr.po
Also fixed some messages.
2018-06-20 17:13:45 +02:00
Matteo Cypriani e17dbfa1c8 i18n: first pass on the .po files 2018-06-20 17:13:45 +02:00
Matteo Cypriani b83d37a5e9 Handle --preserve=all 2018-06-20 17:13:45 +02:00
Matteo Cypriani 2e0e8ba994 Add -p switch 2018-06-20 17:13:45 +02:00
Matteo Cypriani d40548f287 Add -R switch 2018-06-20 17:13:45 +02:00
Matteo Cypriani 193a0e2784 gcp: reindent argparse code 2018-06-20 17:13:45 +02:00
Matteo Cypriani 307ffbea86 gcp: fix newline mangling in version message 2018-06-20 17:13:45 +02:00
Matteo Cypriani 2136a91df4 Rework setup.py 2018-06-20 17:13:45 +02:00
Matteo Cypriani 1de548e62f test: Python3 fixes & improve comments 2018-06-20 17:13:45 +02:00
Matteo Cypriani e008689b9b gcp: run 2to3 2018-06-20 17:13:45 +02:00
Matteo Cypriani 97f8f0d752 Fix/update MANIFEST.in 2018-06-20 17:13:45 +02:00
Matteo Cypriani f436127427 gcp: update copyright & version 2018-06-20 17:13:45 +02:00
Matteo Cypriani 4c02959204 README: retitle "What's next", link to tracker 2018-04-15 18:18:22 +02:00
Matteo Cypriani 7a6317a5e6 README: update, proofread, reformat, wrap 2018-04-15 17:56:16 +02:00
Matteo Cypriani 7fa513de68 Fix typo "invalide" in user message 2018-04-15 17:45:16 +02:00
Matteo Cypriani cd317355f1 Actually convert to Python3
- Update shebang.
- Drop encoding line, useless in Python3.
- Use GObject rather than gobject.
2018-04-15 16:50:25 +02:00
Matteo Cypriani ecfe87cd99 Add option --fs-fix=<auto|force|no>
Currently, the filesystem fixes are applied only for FAT, in which these
special characters (:, ", etc.) are actually forbidden. NTFS, however, will
allow you to create file names containing these characters, but Windows will
still be unable to deal with the files (even to rename them!).

--fs-fix=force will be useful when copying to a NTFS filesystem that will be
read on Windows.

--fs-fix=no is the same as --no-fs-fix.

--fs-fix=auto is the same as the current default behaviour (i.e. fix names only
for FAT).
2018-04-15 16:39:10 +02:00
Matteo Cypriani b8fdd846a4 Rename README -> README.md 2018-04-15 16:18:16 +02:00
Jingbei Li 580776117f Update README.md 2018-04-15 16:10:54 +02:00
Jingbei Li 0d00e99525 Update README.md 2018-04-15 16:10:54 +02:00
Jingbei Li a6a5cf3a03 Update README.md 2018-04-15 16:10:54 +02:00
Jingbei Li 45905e8f35 don't preserve any attributes by default 2018-04-15 16:10:54 +02:00
Jingbei Li bdc1df9b6f update readme.rst to readme.md in setup.py 2018-04-15 16:10:54 +02:00
Jingbei Li 774f371070 migrate to python3
- updated .gitignore
- updated README to markdown format
- deprecated distribution
- updated optparse to argparse
- deprecated all coding functions
- fix some syntax errors

Now this package should be python3-only.
2018-04-15 16:10:54 +02:00
Jingbei Li aad446095c bump version 2018-04-15 16:10:54 +02:00
Matteo Cypriani 67469febfb Strip trailing whitespaces 2018-04-15 16:10:54 +02:00
Matteo Cypriani 8d60858375 hgignore -> gitignore 2018-04-15 15:56:47 +02:00
Goffi 3da160e582 update about's gcp's page 2011-06-21 15:12:41 +02:00
Goffi 0e2d0ceb37 typo 2011-06-21 15:11:49 +02:00
Goffi d7e819b297 Added tag gcp v0.1.3 for changeset 9b01ee8625a6 2011-06-20 16:05:49 +02:00
Goffi 4385301994 added manifest, removed v0.1.3 tag 2011-06-20 16:00:14 +02:00
Goffi 7287b3d68b Added tag gcp v0.1.3 for changeset 67385805ae48 2011-06-20 15:39:51 +02:00
Goffi a4d71cb78e updated version number & changelog 2011-06-20 14:30:45 +02:00
Goffi 335aefc5ed added test suit 2011-06-20 14:27:06 +02:00
Goffi f2e43f64b6 fixed exit status 2011-06-20 14:25:08 +02:00
Goffi 22799d148d exit status updated and shown in manpage 2011-06-20 12:57:15 +02:00
Goffi fb6842153b Test suit 2011-06-20 02:59:28 +02:00
Goffi 4271439cab non 0 return code on failure:
- return 2 if files have not been copied
- return 1 if file have been copied but errors occured
2011-06-20 02:57:54 +02:00
Goffi bee2cd541d gcp DIR1 DIR2 better handling:
- gcp DIR1 DIR2 where DIR2 exists is fixed
- special case gcp DIR1 DIR2 where DIR2 doesn't exist managed
- comments update
- refactore source_path in source_dir
2011-06-20 01:27:31 +02:00
Goffi 81d6de4e04 setup's description update, needed for pypi 2011-06-20 01:24:15 +02:00
Goffi 47edb60307 Added tag gcp v0.1.2 for changeset b5c525dfec33 2011-06-16 15:40:34 +02:00
Goffi 58d89ee8c0 version update 2011-06-16 15:40:16 +02:00
Goffi c651690091 CHANGELOG update 2011-06-16 15:33:44 +02:00
Goffi 018978efa4 Thomas Preud'homme email address update 2011-06-05 19:31:40 +02:00
Goffi 17bc3cee4d removed bad fd close 2011-06-04 21:23:06 +02:00
Goffi 504f6b9758 updated man page (added dereference and no-dereference options description) 2011-06-04 21:10:07 +02:00
Goffi 7e6efb49a9 fixed crash when source file can't be opened 2011-06-04 20:58:36 +02:00
Goffi 2f998e05a3 Symbolic link skipping 2011-06-04 20:55:44 +02:00
Goffi d33f55103c fixed crash when a source dir can't be accessed 2011-06-04 20:32:50 +02:00
Goffi f8d10637a1 README updated (contributions + thx) 2011-06-04 19:45:30 +02:00