17 Feb
2010
17 Feb
'10
2:50 p.m.
On Wed, Feb 17, 2010 at 8:42 AM, Pierre Schmitz <pierre@archlinux.de> wrote:
Am Mittwoch, 17. Februar 2010 15:38:40 schrieb Dan McGee:
The downside is that this slows us down again.
How does it slow us down? svn diff is a local-only operation.
No, I use svn diff on the remtoe server here. svn diff used locally behaves differently. It just checks if local changes haven't been commited. It's really non-intuitive imho.
Just try "svn diff somefile someotherfile" and it will allways return nothing. If you use remote urls instead you get the expected behavior.
/me didn't pay attention. Why don't we just do a regular diff to keep it local and compare the two trees?? -Dan