Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a test for --prune-empty-dirs. | Wayne Davison | 2007-07-08 | 1 | -5/+9 |
| | |||||
* | Got rid of the output differences for protocol 30 since it is now | Wayne Davison | 2007-07-08 | 1 | -30/+19 |
| | | | | the same as earlier protocols. | ||||
* | Make the comment even better. | Wayne Davison | 2007-07-07 | 1 | -4/+3 |
| | |||||
* | Tweaked a comment to remove a (really old) rsync version reference. | Wayne Davison | 2007-07-07 | 1 | -2/+2 |
| | |||||
* | Attempting to make the mask test compatible with Solaris 8. | Wayne Davison | 2007-06-02 | 1 | -1/+1 |
| | |||||
* | Changed verbosity back from -vvvv to -vv. | Wayne Davison | 2007-05-25 | 1 | -1/+1 |
| | |||||
* | Be more verbose so that we can debug what is going wrong on solaris. | Wayne Davison | 2007-05-22 | 1 | -1/+1 |
| | |||||
* | Got rid of the temporary "set -x" that was added for debugging. | Wayne Davison | 2007-05-21 | 1 | -2/+0 |
| | |||||
* | Set -x option to diagnose what is going wrong on FreeBSD. | Wayne Davison | 2007-05-21 | 1 | -0/+2 |
| | |||||
* | - Added more users and some groups to one of the files we're copying. | Wayne Davison | 2007-05-20 | 1 | -0/+7 |
| | |||||
* | Added a "sleep 1" to make certain failures more reproducible. | Wayne Davison | 2007-04-29 | 1 | -0/+3 |
| | |||||
* | Use the --super option for the non-fake test, just in case a system | Wayne Davison | 2007-04-28 | 1 | -0/+1 |
| | | | | can chown without appearing to be root (uid 0). | ||||
* | Authorize 10.0.1.2 for one of the BSD test-farm systems. | Wayne Davison | 2007-04-28 | 1 | -1/+1 |
| | |||||
* | Got rid of the --no-ir kluge in this test. | Wayne Davison | 2007-04-26 | 1 | -2/+1 |
| | |||||
* | The --iconv option has now made it to the trunk. | Wayne Davison | 2007-04-26 | 1 | -0/+2 |
| | |||||
* | Changed a "mkdir -p" into a makedir. | Wayne Davison | 2007-04-26 | 1 | -1/+1 |
| | |||||
* | Put the files down in a subdir so that we test backup's dir- | Wayne Davison | 2007-04-24 | 1 | -7/+7 |
| | | | | creating functionality (which had a bug until recently). | ||||
* | Use a single makepath call with multiple args. | Wayne Davison | 2007-04-24 | 2 | -5/+2 |
| | |||||
* | Allow makepath to take multiple args. | Wayne Davison | 2007-04-24 | 1 | -6/+6 |
| | |||||
* | Specify an arg sequence that was recently failing to work. | Wayne Davison | 2007-04-24 | 1 | -3/+6 |
| | |||||
* | Use a slightly different rsync calling syntax. | Wayne Davison | 2007-04-24 | 1 | -2/+2 |
| | |||||
* | The chown script now has a --fake-super mode if the script name has | Wayne Davison | 2007-04-24 | 1 | -11/+34 |
| | | | | "fake" in it. Added a symlink named chown-fake.test. | ||||
* | Made the devices.test script do a real device test when called | Wayne Davison | 2007-04-24 | 1 | -10/+15 |
| | | | | | normally, or a fake-device test when called with "fake" in the script name. Added a devices-fake.test symlink. | ||||
* | Added arg-parsing to tls.c. | Wayne Davison | 2007-04-24 | 2 | -2/+2 |
| | |||||
* | Adding the --fake-super option. | Wayne Davison | 2007-04-24 | 1 | -11/+44 |
| | |||||
* | Got rid of protocol-29 check. | Wayne Davison | 2007-04-18 | 1 | -4/+0 |
| | |||||
* | If ssh access is not enabled, use a shell function to test that | Wayne Davison | 2007-04-18 | 1 | -22/+26 |
| | | | | we can copy using a spawned rsync process. | ||||
* | Allow a local-server copy to use -X and -A even if a --protocol-version | Wayne Davison | 2007-04-07 | 2 | -8/+0 |
| | | | | is forced, which makes some testing idioms easier. | ||||
* | The improved --xattrs option is landing on the trunk. | Wayne Davison | 2007-04-07 | 1 | -0/+107 |
| | |||||
* | Tweaked an error message and a comment. | Wayne Davison | 2007-04-07 | 1 | -1/+1 |
| | |||||
* | Use relative directories, and note that the merge code is only | Wayne Davison | 2007-03-18 | 1 | -33/+33 |
| | | | | working because it is not yet using --inc-recursion. | ||||
* | Added a test of a multi-file copy from a nested directory using a | Wayne Davison | 2007-03-18 | 1 | -0/+7 |
| | | | | relative source path. | ||||
* | One more tweak. | Wayne Davison | 2007-03-18 | 1 | -2/+1 |
| | |||||
* | Fixed a multi-file, no-dir, relative copy, such as: | Wayne Davison | 2007-03-18 | 1 | -1/+3 |
| | | | | rsync -av lib/*.c /var/tmp/lib | ||||
* | I managed to duplicate the hang, so hopefully it's fixed now. | Wayne Davison | 2007-03-14 | 2 | -6/+4 |
| | | | | Let's restore the full test suite and find out. | ||||
* | Next step: allow protocol 30 to be used, but disallow the use | Wayne Davison | 2007-03-14 | 1 | -4/+4 |
| | | | | | of incremental recursion. If this still avoids the hanging, I will need to try to track down how inc_recurse can deadlock. | ||||
* | Next step: see if the hang returns with a partial restoration of | Wayne Davison | 2007-03-12 | 1 | -1/+1 |
| | | | | protocol 30. | ||||
* | It looks like some of the compile-farm hosts are hanging on this test, | Wayne Davison | 2007-03-12 | 1 | -5/+5 |
| | | | | so let's try some remote-diagnostics (let's try protocol 29 first). | ||||
* | Temporarily skip this test as it is taking too long on the | Wayne Davison | 2007-03-11 | 1 | -0/+2 |
| | | | | compile farm at the moment. | ||||
* | The ACL support has arrived! This version has a brand new protocol | Wayne Davison | 2007-03-11 | 4 | -80/+189 |
| | | | | | that makes it incompatible with all prior versions. A patch will be provided to allow talking with older (patched) rsync versions. | ||||
* | Added a sleep so that the --delete-delay action will always tweak | Wayne Davison | 2006-12-29 | 1 | -0/+1 |
| | | | | the directory time, and reveal any lack of dir-time touch-up. | ||||
* | - Added a sleep to make sure that the preservation of the mtime on | Wayne Davison | 2006-12-28 | 1 | -1/+1 |
| | | | | implied directories is working. | ||||
* | Handle slight differences in the output of protocol 30's incremental mode. | Wayne Davison | 2006-12-28 | 1 | -19/+30 |
| | |||||
* | Use --delete-delay instead of --delete-after. | Wayne Davison | 2006-12-28 | 1 | -1/+1 |
| | |||||
* | Test --only-write-batch option. | Wayne Davison | 2006-12-26 | 1 | -0/+6 |
| | |||||
* | Make the error messages a little clearer. | Wayne Davison | 2006-12-16 | 1 | -3/+3 |
| | |||||
* | Changed the test for the 2.6.8 bug to preserve owner and group. | Wayne Davison | 2006-12-16 | 1 | -1/+1 |
| | |||||
* | Handle the new output from the hard-link code, including a fix | Wayne Davison | 2006-12-09 | 1 | -6/+4 |
| | | | | for a long-standing bug combinding -H with --compare-dest. | ||||
* | Use --delete-delay instead of --delete-after. | Wayne Davison | 2006-12-08 | 1 | -1/+1 |
| | |||||
* | Switch over to testing --remove-source-files, not *-sent-*. | Wayne Davison | 2006-11-22 | 1 | -2/+2 |
| |