You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Malcolm Rowe <ma...@farside.org.uk> on 2006/07/14 12:57:10 UTC

svn diff fails to report differences (1.3.2) (fwd)

This should go to the 'users' mailing list, not the 'svn' list (which
is an automated mailing list for commits).

For the record, 'svn diff' uses exactly the same code as 'svn update' for
repos-wc diffs and repos-repos diffs, when determining changes.  While
there have been a lot of fixes to repos-wc diffs in particular recently
(they'll be included in 1.4.0), I suspect you're seeing another problem.

Regards,
Malcolm

----- Forwarded message from Robert La Ferla <ro...@comcast.net> -----

From: Robert La Ferla <ro...@comcast.net>
To: svn@subversion.tigris.org
Subject:  svn diff fails to report differences (1.3.2)
Date: Fri, 14 Jul 2006 08:45:00 -0400

Subversion command-line client, version 1.3.2.

After moving our SVN repository to another host (different machine  
with same host name), svn diff failed to work properly.  I had a work  
area on the repository system and commited my changes locally.  I  
then tried a "svn diff" from a remote client and it reported no  
changes!  However, when I did a "svn update", it got all my changes.

Seems to me (and I have not looked at the source) that the code that  
update uses to figure out what changed is different from the code  
that diff uses.  This inconsistency is a bad thing.
----- End forwarded message -----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svn diff fails to report differences (1.3.2) (fwd)

Posted by Erik Huelsmann <eh...@gmail.com>.
> After moving our SVN repository to another host (different machine
> with same host name), svn diff failed to work properly.  I had a work
> area on the repository system and commited my changes locally.  I
> then tried a "svn diff" from a remote client and it reported no
> changes!  However, when I did a "svn update", it got all my changes.
>
> Seems to me (and I have not looked at the source) that the code that
> update uses to figure out what changed is different from the code
> that diff uses.  This inconsistency is a bad thing.

Could you be a bit more specific? What commands did you use and what
output did they generate? What was the expected output and where are
the differences with what you actually got?

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org