RE: how to contribute feature of unknown popularity

2010-07-16 Thread Bob Archer
You might want to look at Robocopy. It is basically windows answer to rsync. BOb From: svnusert...@href.com [mailto:svnusert...@href.com] Sent: Thursday, July 15, 2010 9:07 PM To: users@subversion.apache.org Subject: Re: how to contribute feature of unknown popularity Thank you very much for

Re: how to contribute feature of unknown popularity

2010-07-15 Thread svnusertemp
Thank you very much for the replies. About export failing, it happened to me so often, I thought "everyone" would know the details. It occurs when Windows will not allow svn.exe export to write to the file, for any reason. The most common reason in my case was that the file was "in use", e.g.

Re: how to contribute feature of unknown popularity

2010-07-15 Thread Les Mikesell
Nico Kadel-Garcia wrote: You can run rsync on windows using cygwin, or you can use one of the Windows ports (google mentions DeltaCopy and cwrsync on the first page, there are probably more). rsync is free software, licensed under the GPL. See http://en.wikipedia.org/wiki/Rsync for more details

Re: how to contribute feature of unknown popularity

2010-07-15 Thread Stefan Sperling
On Thu, Jul 15, 2010 at 07:27:57AM -0400, Nico Kadel-Garcia wrote: > On Thu, Jul 15, 2010 at 6:34 AM, Stefan Sperling wrote: > > Why don't you use rsync, which was designed to solve exactly this problem? > And, at last check as part of an attempt at an rsnapshot based backup > system, it hangs on

Re: how to contribute feature of unknown popularity

2010-07-15 Thread Nico Kadel-Garcia
On Thu, Jul 15, 2010 at 6:34 AM, Stefan Sperling wrote: > On Wed, Jul 14, 2010 at 10:03:53PM +, svnusert...@href.com wrote: >> Re: export --skipfilesmatchingsize >> Prior thread link: >> http://svn.haxx.se/users/archive-2010-06/0040.shtml >

Re: how to contribute feature of unknown popularity

2010-07-15 Thread Stefan Sperling
On Wed, Jul 14, 2010 at 10:03:53PM +, svnusert...@href.com wrote: > Re: export --skipfilesmatchingsize > Prior thread link: > http://svn.haxx.se/users/archive-2010-06/0040.shtml > > > Hi, I am the person who wanted this feature and worked

Re: how to contribute feature of unknown popularity

2010-07-14 Thread Andy Levy
On Wed, Jul 14, 2010 at 18:03, wrote: > So my question is, even if this is an unpopular feature, is there some way > to contribute the source back to the main development trunk? The > modification consists of 4 .c files and 1 .h file.  We started from source > from CollabNet, back in April 2010.