Re: Re: [ANNOUNCEMENT] Updated: rsync 3.0.9-1 -- fast, versatile file synchronizing tool

2014-07-29 Thread Frank Fesevur
Roland,

Please send your replies to the list!

2014-07-28 22:18 GMT+02:00 Roland Kletzing:
Did you know that 3.1.0 has performance issues on cygwin? See almost
at the bottom of the BUG FIXED at
http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.1.1pre2-NEWS

 if you refer to

 - Switched Cygwin back to using socketpair pipes to try to speed it up.

Yes, that is what I was referring to.

 then its not a performance issue of 3.1.0 but the issue is much older, see 
 https://bugzilla.samba.org/show_bug.cgi?id=10322 and 
 http://git.samba.org/rsync.git/?p=rsync.gita=searchh=HEADst=commits=socketpair

All I did was: grabbed the 3.0.9 source package from the cygwin
mirror. Build it and ran cygport test and all test succeeded (some
were skipped). After that I updated that cygport file, downloaded and
build 3.1.0 and ran cygport test. Some test failed. With 3.1.1pre1,
pre2 and 3.1.1 release it worked again.

So for me there was a cygwin related bug in 3.1.0 and was fixed in
3.1.1, just like it says in NEWS.

 btw, maybe someone has a clue why cygwin rsync build lost xattr support? 
 http://marc.info/?l=rsyncm=140653072002534w=2 ?

I don't know. Just used the vanilla build options. So apparently the
developers of rsync disabled xattr on cygwin.

Regards,
Frank

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: [ANNOUNCEMENT] Updated: rsync 3.0.9-1 -- fast, versatile file synchronizing tool

2014-06-30 Thread Frank Fesevur
2014-06-17 14:16 GMT+02:00 Frank Fesevur:
 2014-06-17 10:57 GMT+02:00 Jari Aalto:
 PACKAGE DESCRIPTION
 ===

 Homepage: http://freecode.com/projects/rsync
 License : GPL-3+

 Fast and versatile file-copying tool which can copy locally and
 to/from a remote host. It offers many options to control its behavior,
 and its remote-update protocol can minimize network traffic to make
 transferring updates between machines fast and efficient. It is widely
 used for backups and mirroring and as an improved copy command for
 everyday use.

 Jari, you announced 3.0.9-1 which was the version already available,
 but you uploaded 3.1.0-1. I assume a copy-paste error.

 Did you know that 3.1.0 has performance issues on cygwin? See almost
 at the bottom of the BUG FIXED at
 http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.1.1pre2-NEWS

 I tried to build rsync a while ago myself using cygport (I even
 considered to ITA when 3.1.1 would be final). But when I ran cygport
 test 6 test (batch-mode, chmod-option, exclude, hands, itemize and
 symlink-ignore) fail with timeouts.

 The 3.1.1pre1 fixes these issues. All the test that fail with 3.1.0
 pass with 3.1.1pre1. I haven't tried to test your version.

 And why is http://freecode.com/projects/rsync mentioned as homepage
 and not http://rsync.samba.org/?

 Regards,
 Frank

Jari,

Any news on the stability-issues in rsync 3.1.0?
3.1.1 has been released a week ago. 3.1.1 passes all the test.

If you are interested, this is my cygport-file:
https://github.com/ffes/cygwin-pkgs/blob/master/rsync/rsync.cygport

Regards,
Frank

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: [ANNOUNCEMENT] Updated: rsync 3.0.9-1 -- fast, versatile file synchronizing tool

2014-06-23 Thread Achim Gratz
Since the new release doesn't provide a rsync-debuginfo package, there
should be setup.hint file that makes the old debuginfo package the previous
version.


Regards,
Achim.



--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: [ANNOUNCEMENT] Updated: rsync 3.0.9-1 -- fast, versatile file synchronizing tool

2014-06-23 Thread Corinna Vinschen
On Jun 23 12:35, Achim Gratz wrote:
 Since the new release doesn't provide a rsync-debuginfo package, there
 should be setup.hint file that makes the old debuginfo package the previous
 version.

I guess Jari just forgot to upload the debuginfo packages.  They are
auto-generated by cygport anyway.  Jari?


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat


pgpMxHijNHWC_.pgp
Description: PGP signature


Re: [ANNOUNCEMENT] Updated: rsync 3.0.9-1 -- fast, versatile file synchronizing tool

2014-06-23 Thread Christopher Faylor
On Mon, Jun 23, 2014 at 02:55:02PM +0200, Corinna Vinschen wrote:
On Jun 23 12:35, Achim Gratz wrote:
 Since the new release doesn't provide a rsync-debuginfo package, there
 should be setup.hint file that makes the old debuginfo package the previous
 version.

I guess Jari just forgot to upload the debuginfo packages.  They are
auto-generated by cygport anyway.  Jari?

I don't believe that Jari uses cygport.

cgf

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: [ANNOUNCEMENT] Updated: rsync 3.0.9-1 -- fast, versatile file synchronizing tool

2014-06-23 Thread Corinna Vinschen
On Jun 23 10:13, Christopher Faylor wrote:
 On Mon, Jun 23, 2014 at 02:55:02PM +0200, Corinna Vinschen wrote:
 On Jun 23 12:35, Achim Gratz wrote:
  Since the new release doesn't provide a rsync-debuginfo package, there
  should be setup.hint file that makes the old debuginfo package the previous
  version.
 
 I guess Jari just forgot to upload the debuginfo packages.  They are
 auto-generated by cygport anyway.  Jari?
 
 I don't believe that Jari uses cygport.

Too bad.  The debuginfo packages are very helpful.

Jari, any chance to switch to cygport?  A unified build method for all
Cygwin packages would be very nice.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat


pgpr3Q31jjiBO.pgp
Description: PGP signature


Re: [ANNOUNCEMENT] Updated: rsync 3.0.9-1 -- fast, versatile file synchronizing tool

2014-06-17 Thread Frank Fesevur
2014-06-17 10:57 GMT+02:00 Jari Aalto:
 PACKAGE DESCRIPTION
 ===

 Homepage: http://freecode.com/projects/rsync
 License : GPL-3+

 Fast and versatile file-copying tool which can copy locally and
 to/from a remote host. It offers many options to control its behavior,
 and its remote-update protocol can minimize network traffic to make
 transferring updates between machines fast and efficient. It is widely
 used for backups and mirroring and as an improved copy command for
 everyday use.

Jari, you announced 3.0.9-1 which was the version already available,
but you uploaded 3.1.0-1. I assume a copy-paste error.

Did you know that 3.1.0 has performance issues on cygwin? See almost
at the bottom of the BUG FIXED at
http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.1.1pre2-NEWS

I tried to build rsync a while ago myself using cygport (I even
considered to ITA when 3.1.1 would be final). But when I ran cygport
test 6 test (batch-mode, chmod-option, exclude, hands, itemize and
symlink-ignore) fail with timeouts.

The 3.1.1pre1 fixes these issues. All the test that fail with 3.1.0
pass with 3.1.1pre1. I haven't tried to test your version.

And why is http://freecode.com/projects/rsync mentioned as homepage
and not http://rsync.samba.org/?

Regards,
Frank

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple