[ANNOUNCEMENT] Updated: rsync-3.0.9-1

2011-09-28 Thread Lapo Luchini
Version 3.0.9-1 of rsync has been uploaded.

rsync is a file transfer program. rsync uses the 'rsync algorithm' which
provides a very fast method for bringing remote files into sync. It does
this by sending just the differences in the files across the link,
without requiring that both sets of files are present at one of the ends
of the link beforehand.

If you're not sure what version do you have you can
use the following command to both check version number
and integrity of the install:
% cygcheck -c rsync

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

-- 
Lapo Luchini


“Gentlemen do not read each others mail.” (Henry Lewis Stimson)

--
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



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

2014-06-17 Thread 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.

CHANGES SINCE LAST RELEASE
==

See homepage for release announcement and *-NEWS files at
http://rsync.samba.org/ftp/rsync/src/

INSTALL OR UPGRADE NOTES


Standard install.

CYGWIN INSTALLATION INFORMATION
===

To install this package, click on the "Install Cygwin now" link on the
 web page. This downloads setup.exe to your
system. Then, run setup and answer all of the questions. You'll find
the package listed in the "All" category. After installation, read the
documentation at directories:

/usr/share/doc//*
/usr/share/doc/Cygwin/.README

If you have questions or comments, please send them to the Cygwin
mailing list at .

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO


This message has been sent to cygwin-announce list.

If you want to unsubscribe from the mailing list, look at the
"List-Unsubscribe: " tag in the email header of this message. Send
email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com(at)cygwin.com

More information on unsubscribing can be found:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.

--
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-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



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-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: 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.git&a=search&h=HEAD&st=commit&s=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=rsync&m=140653072002534&w=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