How to compare working copy file with older version of that file?
From: Grant Edwards <grante_at_visi.com>
Date: Thu, 29 May 2008 20:11:46 +0000 (UTC)
I can't seem to figure out how to compare the working version
$ svn log matrixConfig.h
According to the manual (p34), this should work, shouldn't it?
$ svn diff -c 2068 matrixConfig.h
What does /ecos/ecosapps/trunk/matrixssl/src/matrixConfig.h
According to the manual, this also should work but doesn't:
$ svn diff -r 2057:2068 matrixConfig.h
How do I ask for the differences between either the working
If I edit the file and then do "svn diff matrixConfig.h" it
-- Grant Edwards grante Yow! Will this never-ending at series of PLEASURABLE visi.com EVENTS never cease? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: users-help_at_subversion.tigris.orgReceived on 2008-05-29 22:12: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.