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

Re: diff between tag and working revision

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-04-11 00:14:54 CEST

On 4/6/06, Mikko Tiihonen <mtiihone@cc.hut.fi> wrote:
>
> Hi,
>
> I would like to see differences in the code since last last tagged release
> without commiting what I have modified in the working copy.
>
> I read from the mail archives that using the following command should do the
> trick:
>
> svn diff --old=REPO/tags/TAG --new=.
>
> But unfortunately it does not list any modifications that are still uncommited
> in the working copy. In other words everything shown by plain svn diff is
> omitted and only things that I have already commited since the TAG are shown.
>
> svn diff and svn diff -r TAG_REVISION have the same output.
>
> I'm using FC5 subversion-1.3.0-4.2

It seems to work here... 'svn diff
--old=http://svn.collab.net/repos/svn/branches/nonxml-entries --new=.'
with a trunk working copy and some edited files showes the edited
portions of the files just fine, along with the diff between trunk and
the branch. What version of svn are you using on the server?

Perhaps if you show us a short example of what you're seeing and what
you expect to see it would be easier to diagnose your problem.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 11 00:16:19 2006

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.