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

Re: Want to create a patch utility

From: Øyvind A. Holm <sunny_at_sunbase.org>
Date: 2005-03-04 10:59:24 CET

On 2005-03-02 21:31:56 Girish Balakrishnan wrote:
> Hi All,
> Is it possible to write a program that can take svn diff as a
> file(a patch file) and then apply it to the local working copy. The
> svn merge should be doing the same right? Creating a diff from the
> URLs and then applying it to the local working copy. Any comments?
> Regards,
> Girish

You might want to have a look at an earlier thread at this list, dealing
with this:

  http://subversion.tigris.org/servlets/BrowseList?list=dev&by=thread&from=235054

Some more messages around this thread about the same subject.

Mvh,
Øyvind A. Holm
---------------------
#!/bin/bash
for f in 1 2 3; do
  PREF=http://musthave.sunbase.org/Stallman/stallman${f}c
  wget $PREF.sub ; mplayer -cache 8192 -sub stallman${f}c.sub $PREF.mpeg
done

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 4 11:01:02 2005

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.