Well no, but the beauty of svn is that you only need to deal with the section of the tree you are interested in. So don't check-out all of ooo-site just to apply this tiny patch- look at the patch to see which directory it applies to and just check-out THAT.
Applying the patch is a matter of cd'ing to that directory and running % patch < path/to/email/msg.txt % svn commit -m 'apply fieldmaster patch' ----- Original Message ----- > From: Rob Weir <[email protected]> > To: [email protected] > Cc: > Sent: Wednesday, February 8, 2012 9:17 PM > Subject: Re: [PATCH] fieldmaster > > On Wed, Feb 8, 2012 at 3:22 PM, Joe Schaefer <[email protected]> > wrote: >> No idea if this is sufficient Ric, but I used the CMS >> to email this patch as I explained earlier. >> > > Cool. But unless we have more committers download ooo-site and set up > an off-line site build environment, these patches are going to be slow > to integrate. I'm guilty as well. I'll find some time to get this > set up on my machine. > > Or is there any easier way to suck these patches into the CMS? For > example, it would be really cool if there was an "upload/apply patch" > button in the CMS "edit" view. That would enable any committer to > review and apply site patches, even the ones not comfortable with SVN > and command-line tools. > > -Rob > >> >> >> ----- Original Message ----- >>> From: Joe Schaefer <[email protected]> >>> To: [email protected] >>> Cc: >>> Sent: Wednesday, December 31, 1969 7:00 PM >>> Subject: [PATCH] fieldmaster >>> >>> Here's the patch for Ric's issue. >> ... >> >
