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

svn diff not showing a diff where I expect one

From: mike south <msouth_at_mcclatchyinteractive.com>
Date: 2005-03-12 23:02:20 CET

Hi,

I have a repository that I'm interacting with through the perl
interface. I am in the middle of debugging an issue in which a change
is not being committed to the repository. I have not fully analyzed it
to see if I'm doing something wacky, but I saw this behavior and wanted
to know if it by itself indicates that something unexpected is happening.

This file 82.comp is displaying the behavior I was trying to track down.
  Here is a copy and paste of a series of commands. If I svn cat it,
it's empty. If I svn diff, no diff. If I cat the file itself, it has
contents (but has no newline, as you can see below. If I cat the
.svn/text-base copy of the file, it is empty.

[msouth]$ svn cat 82.comp
[msouth]$ svn diff 82.comp
[msouth]$ cat 82.comp
sports test_pagel[msouth]$ cat .svn/text-base/82.comp.svn-base
[msouth]$

Is my understanding incorrect that .svn/text-base/82.comp.svn-base is
what is compared against when an svn diff is run?

-- 
-----------------------------------------
Name : Mike South
Title : Software Developer
Company : McClatchy Interactive
Work Phone : (919) 861-1259
Work Fax : (919) 861-1300
Work Email : msouth@mcclatchyinteractive.com
AIM : msouthMI
Web Site : http://www.mcclatchyinteractive.com/
-----------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 12 23:04:48 2005

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.