[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: How to push updates to a development server?

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Mon, 18 May 2009 10:45:07 -0500

Allen Fowler wrote:
>>> 2) Windows. While it may be possible to use rsync under Cygwin, etc, I'd
>>> rather a more native solution.
>> Have you tried robocopy?
>>
>
>
> That's an interesting option,... never heard of it.
>
>
> Of course, it's just for windows.
>
>
> What i'm looking for is some sort of cross platform Python/Perl/etc script to take care of this.
>
> I guess it does not exist.

Probably because you'd likely use cygwin ssh for the cross-platform
connectivity layer - in which case you might as well just use rsync.
However, there has been a long-standing bug in rsync where it would hang
when run under cygwin sshd that may or may not be fixed in the current
version. The cygwin rsync version does work well in standalone daemon
mode or when the comand is issued on the cygwin/windows side (using ssh
is OK if the remote answering sshd is unix/linux).

Anyway, a pure-perl version of rsync would be a possibility if someone
wants to do a lot of work. There is a variation with some additional
functionality for the backuppc program at
http://search.cpan.org/dist/File-RsyncP/. I'm not sure how much it
would need to be changed to have a standalone mode.

-- 
   Les Mikesell
    lesmikesell_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2301012
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-18 17:46:23 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.