[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 17:37:24 CEST

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:

to create the patch file use svn_client_commit() but
instead of sending the data over the wire to the
server simply store it in a file.

to apply the patch use svn_client_update() and instead
of getting the data from the server get it from the patch
file.

I'm not sure if that is possible (is the data from and to
the server the same?) - but if it is I think that would
be the fastest solution with a high amount of reusing
already written code.

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 17:39:14 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.