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

Working copy not updated correctly

From: Clint Lawrence <clint.lawrence_at_gmail.com>
Date: 2007-09-03 02:55:10 CEST

I have a file in my working copy that doesn't appear to get updated
correctly. I have also run an svn cleanup on the working copy previously.
I've also checked out a fresh copy of the trunk and tried the same
operations and it works fine, so it looks like something in this particular
working copy is corrupt.

Does this look like a bug, or have I just done something stupid along the
way and need to start with a fresh checkout?

Cheers,
Clint

C:\wc\dbt-trunk\DCS_Software>svn st

C:\wc\dbt-trunk\DCS_Software>svn up
At revision 588.

C:\wc\dbt-trunk\DCS_Software>del DCS_Display_Unit.Uv2

C:\wc\dbt-trunk\DCS_Software>svn up
Restored 'DCS_Display_Unit.Uv2'
At revision 588.

C:\wc\dbt-trunk\DCS_Software>svn st

C:\wc\dbt-trunk\DCS_Software>svn cat DCS_Display_Unit.Uv2 > wc.txt

C:\wc\dbt-trunk\DCS_Software>svn cat -rHEAD DCS_Display_Unit.Uv2 > head.txt

C:\wc\dbt-trunk\DCS_Software>diff wc.txt head.txt
76c76
< KCADEF ()

---
>  KCADEF (DISPLAY_UNIT)
C:\wc\dbt-trunk\DCS_Software>svn diff -r550 --force DCS_Display_Unit.Uv2
svn: Delta source ended unexpectedly
C:\wc\dbt-trunk\DCS_Software>
Received on Mon Sep 3 02:52:20 2007

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.