Displaying 4 results from an estimated 4 matches for "rsync_ls_lr".
2001 Dec 01
1
rsync-2.5.0 patch for "make check" bug
...01
--- testsuite/rsync.fns Fri Nov 30 11:41:09 2001
***************
*** 149,156 ****
echo "-------------">>${log}
echo "check how the directory listings compare with diff:">>${log}
echo "">>${log}
! ( cd "$2" && rsync_ls_lR ) > ${TMP}/ls-from 2>>${log}
! ( cd "$3" && rsync_ls_lR ) > ${TMP}/ls-to 2>>${log}
diff -c ${TMP}/ls-from ${TMP}/ls-to >>${log} 2>&1 || failed=YES
if [ -z "${failed}" ] ; then
rm $log
--- 149,156 ----
echo "--...
2004 Apr 10
0
patches for copying atimes
...ns
===================================================================
RCS file: /cvsroot/rsync/testsuite/rsync.fns,v
retrieving revision 1.59
diff -u -w -r1.59 rsync.fns
--- testsuite/rsync.fns 4 Feb 2004 07:32:48 -0000 1.59
+++ testsuite/rsync.fns 10 Apr 2004 23:28:36 -0000
@@ -51,7 +51,7 @@
rsync_ls_lR() {
- find "$@" -print | sort | xargs "$TOOLDIR/tls"
+ find "$@" -print | sort | xargs "$TOOLDIR/tls" $TLS_ARGS
}
rsync_getgroups() {
@@ -151,6 +151,8 @@
# We can just write everything to stdout/stderr, because the
# wrapper hides it unle...
2004 Apr 20
1
improved atime patch
...ns
===================================================================
RCS file: /cvsroot/rsync/testsuite/rsync.fns,v
retrieving revision 1.59
diff -u -w -r1.59 rsync.fns
--- testsuite/rsync.fns 4 Feb 2004 07:32:48 -0000 1.59
+++ testsuite/rsync.fns 20 Apr 2004 21:06:20 -0000
@@ -51,7 +51,7 @@
rsync_ls_lR() {
- find "$@" -print | sort | xargs "$TOOLDIR/tls"
+ find "$@" -print | sort | xargs "$TOOLDIR/tls" $TLS_ARGS
}
rsync_getgroups() {
@@ -151,6 +151,8 @@
# We can just write everything to stdout/stderr, because the
# wrapper hides it unle...
2009 Apr 18
8
DO NOT REPLY [Bug 6276] New: crtimes.patch does not preserve creation dates on Mac x86_64 only
https://bugzilla.samba.org/show_bug.cgi?id=6276
Summary: crtimes.patch does not preserve creation dates on Mac
x86_64 only
Product: rsync
Version: 3.0.6
Platform: x86
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org