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

Re: 'reverse diff': diff between working copy and latest head on server ?

From: Hari Kodungallur <hkodungallur_at_gmail.com>
Date: Sun, 11 May 2008 21:54:57 -0700

On Sun, May 11, 2008 at 5:10 AM, Yakov Lerner <iler.ml_at_gmail.com> wrote:

> How can I quickly generate diffs between working copy and latest state on
> server (which is modified by checkins of other users) ?
> Any quickly working script for that ?
>
> One apparent solution is to export to temp dir then run
> 'diff -r --exclude .svn'. Is there faster solution ? Export+diff
> solution is proportional to size of whole tree rather than size of diffs.
>

svn diff --old=<URL-to-repository> --new=<working-copy-dir>

rgds,
-Hari
Received on 2008-05-12 06:55:19 CEST

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.