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

Re: svn_client_patch()

From: SteveKing <steveking_at_gmx.ch>
Date: 2003-04-06 18:01:36 CEST

> On Sunday, April 6, 2003, at 11:37 AM, SteveKing wrote:
>
> > If the patch file doesn't have to be in a text like format so
> > the user can read it then why not do this:
>
> if the patch isn't in text format, you're going to see a large
> resistance to using it from most open source developers. mailing off a
> patch to a mailing list works well because one can just glance at it
> and see what it's doing. if your proposed solution is something opaque
> (or even just cryptic text like the old xml stuff we had back in the
> day), it seems like a showstopper to me.
>
> -garrett

to make it 'readable' again:
apply the patch
do an svn diff > readable patch file
svn revert

I guess this won't make it a showstopper?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Apr 6 18:03:24 2003

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

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