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

Re: Working copy not updated correctly

From: Matt Sickler <crazyfordynamite_at_gmail.com>
Date: 2007-09-03 04:04:36 CEST

Something must have changed the base text copy of that file in the
.svn dir. Subversion doesnt contact the repo on a "restore"
operation.

On 9/2/07, Clint Lawrence <clint.lawrence@gmail.com> wrote:
> 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>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 3 04:01:51 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.