On 8 Jan 2013 21:52, "David Wolfskill" <[email protected]> wrote: > > On Tue, Jan 08, 2013 at 03:47:30PM -0600, Paul Schmehl wrote: > > Once you've created an svn diff and submitted it using send-pr, how is the > > diff applied to update the port? I can't seem to figure this out from > > reading the svn docs. > > .... > > The approach I prefer involves invoking "svn patch". (This is not > specific to ports, btw.) > > g1-227(9.1-S)[1] svn help patch > patch: Apply a patch to a working copy. > usage: patch PATCHFILE [WCPATH] > > Apply a unidiff patch in PATCHFILE to the working copy WCPATH. > If WCPATH is omitted, '.' is assumed. > ....
I intensely dislike the way svn patch wants a file specified rather than using stdin; my technique is to use curl "url" | patch. I'll fix that one of these days... Chris _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
