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

Re: using patches

From: Steve Greenland <steveg_at_lsli.com>
Date: 2005-02-24 16:38:22 CET

On Thu, Feb 24, 2005 at 03:40:21PM +0100, Zouari Fourat wrote:
> now i hould update my productif revision that is on the distant
> server, what i will is :
>
> 1> connect to the distant server
> 2> delete the folder tree where the revision 40
> 3> export the hole 41st revision from my svn repository to the distant server
>
> knowing that the 'hole' revision is about 10 megs and the difference
> between r40 and r41 was made on few files that logically dont need to
> replace all the project for.
> my question where :
> can i produce a patch to upgrade the distant productif revision r40 to r41 ?

svn help diff

(Use svn diff to produce a patch between 40 and 41 locally, copy the
patch to the distant server, and apply it.)

Steve

-- 
"Outlook not so good." That magic 8-ball knows everything! I'll ask
about Exchange Server next.
                           -- (Stolen from the net)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 24 16:41:32 2005

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

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