[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: Fri, 30 May 2008 14:18:53 +0000 (UTC)

On 2008-05-29, Ryan Schmidt <subversion-2008b_at_ryandesign.com> wrote:

> Can you try verifying the repository? Run "svnadmin verify /path/to/
> repository" on the server.

svnadmin verify passes. It also seems to work if you use the
URL_at_rev notation:

   $ svn cat -r 2068 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'
   
   $ svn cat svn://lnxdb/devicemaster/ecos/ecosapps/branches/MatrixSSL/matrixssl/src/matrixConfig.h_at_2068 | head -n5
   /*
    * matrixConfig.h
    * Release $Name: MATRIXSSL_2_1_7_COMM $
    *
    * Configuration settings for building the MatrixSSL library.

Smartsvn is able to view old version of the file, but rapidsvn
and esvn can't.

What's really annoying is that I can't compare the working
version of a file with older revisions of that file using the
normal sytax of

   svn diff -r <whatever> filename

BTW, I have same problem with all files that have been added to
that branch. Files that were copied when the branch was
created are fine.

What do I do to fix this?

-- 
Grant Edwards                   grante             Yow! I just heard the
                                  at               SEVENTIES were over!!  And
                               visi.com            I was just getting in touch
                                                   with my LEISURE SUIT!!
---------------------------------------------------------------------
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-30 16:19:27 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.