Re: proposed export option

2010-06-02 Thread Daniel Shahaf
Ryan Schmidt wrote on Wed, 2 Jun 2010 at 17:35 -0500: > On Jun 2, 2010, at 13:48, Paul Breen wrote: > > > I previously inquired about adding a –skipfilesmatchingsize option > > to the export subcommand. I have implemented that feature, and > > I was wondering if it has any chance of making it int

Re: proposed export option

2010-06-02 Thread Ryan Schmidt
On Jun 2, 2010, at 13:48, Paul Breen wrote: > I previously inquired about adding a –skipfilesmatchingsize option to the > export subcommand. I have implemented that feature, and I was wondering if > it has any chance of making it into the trunk directory for svn. It > currently has performanc

Re: proposed export option

2010-06-02 Thread Paul Breen
m: Paul Breen > Subject: proposed export option > To: users@subversion.apache.org > Date: Monday, April 26, 2010, 11:07 PM > Hello, > > I'd like to add a new option to the export command that > allows the user > to export files only if the file size has

Re: proposed export option

2010-04-27 Thread Daniel Shahaf
(+1 to what Ryan and Stefan said already) Paul Breen wrote on Tue, 27 Apr 2010 at 01:57 -0700: > My client is aware of rsync utility, but would prefer to use svn. I'll > have to correspond with her to find out why she doesn't want to use > rsync. As far as making the remote deployment a working

Re: proposed export option

2010-04-27 Thread Les Mikesell
Paul Breen wrote: Thanks for your reply, Ryan. On Mon, 4/26/10, Ryan Schmidt wrote: Changed since when? Changed since the last deployment. The routine would send the file sizes of the files on the deployed computer to the repository server, and if the file sizes differed from the file sizes

Re: proposed export option

2010-04-27 Thread Stefan Sperling
On Tue, Apr 27, 2010 at 01:57:28AM -0700, Paul Breen wrote: > For anyone who's interested, the details of the project I'm working on > can be found at > > www.rentacoder.com/RentACoder/misc/BidRequests/ShowBidRequest.asp?lngBidRequestId=1395905 Hi Paul, On the above linked page, your client say

Re: proposed export option

2010-04-27 Thread Ryan Schmidt
On Apr 27, 2010, at 03:57, Paul Breen wrote: > On Mon, 4/26/10, Ryan Schmidt wrote: >> Changed since when? > Changed since the last deployment. The routine would send the file > sizes of the files on the deployed computer to the repository server, > and if the file sizes differed from the file si

Re: proposed export option

2010-04-27 Thread Paul Breen
Thanks for your reply, Ryan. On Mon, 4/26/10, Ryan Schmidt wrote: > Changed since when? Changed since the last deployment. The routine would send the file sizes of the files on the deployed computer to the repository server, and if the file sizes differed from the file sizes of the given revisio

Re: proposed export option

2010-04-26 Thread Ryan Schmidt
On Apr 27, 2010, at 01:35, Ryan Schmidt wrote: > or even simply making your remote deployment a working copy and using svn > update there And with this option, consider using SVN::Notify::Mirror: http://search.cpan.org/perldoc?SVN::Notify::Mirror

Re: proposed export option

2010-04-26 Thread Ryan Schmidt
On Apr 27, 2010, at 01:07, Paul Breen wrote: > I'd like to add a new option to the export command that allows the user > to export files only if the file size has changed Changed since when? I don't imagine this proposal will be accepted. I think you'll be better off using existing solutions to

proposed export option

2010-04-26 Thread Paul Breen
Hello, I'd like to add a new option to the export command that allows the user to export files only if the file size has changed--something like svn export --skipfilesmatchingsize The idea is to do a quick-and-easy, traffic-minimizing deployment of files that are unlikely to remain the same siz