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

Re: 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:33:35 +0000 (UTC)

On 2008-05-29, Paul Koning <Paul_Koning_at_dell.com> wrote:
> The commands you're trying work for me.
>
> I wonder if you have a corrupt repository, and Subversion runs into
> trouble when it is trying to create the text of the file you're asking
> about from its history of changes. What happens when you do "svn cat"
> of that file, with a URL, or with a -r switch, or both?

Same thing:

   $ svn info matrixConfig.h
   Path: matrixConfig.h
   Name: matrixConfig.h
   URL: svn://lnxdb/devicemaster/ecos/ecosapps/branches/MatrixSSL/matrixssl/src/matrixConfig.h
   Repository Root: svn://lnxdb/devicemaster
   Repository UUID: 11e97225-5210-0410-b87b-0f6ef07e6056
   Revision: 2068
   Node Kind: file
   Schedule: normal
   Last Changed Author: grante
   Last Changed Rev: 2068
   Last Changed Date: 2008-05-22 18:02:04 -0500 (Thu, 22 May 2008)
   Text Last Updated: 2008-05-29 15:08:32 -0500 (Thu, 29 May 2008)
   Checksum: ce78bb1e2fc3cf98c7618c054f7baed2
   
   $ svn cat -r 2057 matrixConfig.h
   svn: File not found: revision 1972, path '/ecos/ecosapps/trunk/matrixssl/src/matrixConfig.h'

<and in a different directory that's not a working copy of anything...>

   $ svn cat -r 2057 svn://lnxdb/devicemaster/ecos/ecosapps/branches/MatrixSSL/matrixssl/src/matrixConfig.h
   svn: File not found: revision 1972, path '/ecos/ecosapps/trunk/matrixssl/src/matrixConfig.h'

-- 
Grant Edwards                   grante             Yow! I'm pretending that
                                  at               we're all watching PHIL
                               visi.com            SILVERS instead of RICARDO
                                                   MONTALBAN!
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-05-29 22:34:12 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.