Re: not updating changed local files

2004-07-08 Thread Ilya N. Golubev
> Your ls command does not match the rsync command. Agree. The difference between source directory with and without a trailing slash is stated somewhere deep in `rsync(1)'. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.or

Re: not updating changed local files

2004-07-08 Thread Wayne Davison
On Tue, Jul 06, 2004 at 07:50:51PM +0400, Ilya N. Golubev wrote: > rsync -avv ~/share/cvs-xemacs-head/XEmacs/xemacsweb ~/share/public_html/xemacsweb > ls -l > {~/share/cvs-xemacs-head/XEmacs/xemacsweb,~/share/public_html/xemacsweb}/About/XEmacsServices.content Your ls command does not match the r

Re: not updating changed local files

2004-07-08 Thread Ilya N. Golubev
> Does rsync version 2.6.2 exhibit this same behavior? Yes, it does the same, that is, writes xemacsweb/About/XEmacsServices.content is uptodate when there are no `/'s at the ends of its args, and About/XEmacsServices.content when `/'s are appended both to source and destination directory. Nev

Re: not updating changed local files

2004-07-07 Thread Chris Shoemaker
On Wed, Jul 07, 2004 at 06:01:25PM +0400, Ilya N. Golubev wrote: > > Am I correct in guessing that 01:32 is _during_ the rsync run? > > No. The file in src dir was updated before rsync run, and became > newer than one in dest dir. Does rsync version 2.6.2 exhibit this same behavior? -chris > -

Re: not updating changed local files

2004-07-07 Thread Ilya N. Golubev
> Am I correct in guessing that 01:32 is _during_ the rsync run? No. The file in src dir was updated before rsync run, and became newer than one in dest dir. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/sma

Re: not updating changed local files

2004-07-06 Thread Chris Shoemaker
On Tue, Jul 06, 2004 at 07:50:51PM +0400, Ilya N. Golubev wrote: > rsync version 2.4.6 protocol version 24 > > [EMAIL PROTECTED]:~> rsync -avv ~/share/cvs-xemacs-head/XEmacs/xemacsweb > ~/share/public_html/xemacsweb > building file list ... done > > ... > > xemacsweb/About/XEmacsServices.conte

not updating changed local files

2004-07-06 Thread Ilya N. Golubev
rsync version 2.4.6 protocol version 24 [EMAIL PROTECTED]:~> rsync -avv ~/share/cvs-xemacs-head/XEmacs/xemacsweb ~/share/public_html/xemacsweb building file list ... done ... xemacsweb/About/XEmacsServices.content is uptodate ... [EMAIL PROTECTED]:~> ls -l {~/share/cvs-xemacs-head/XEmacs/xe