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

Re: READ ME: working copy ickiness!

From: Todd Mokros <niltsiar_at_neo.rr.com>
Date: 2003-01-14 08:49:14 CET

On Mon, 2003-01-13 at 18:30, Ben Collins-Sussman wrote:
> *** The workaround, for now: ***
>
> The simple solution is just to checkout a fresh working copy of
> /trunk.
>
> The repair solution:

svn revert on the problem files seems to be a slightly easier solution,
if you don't have any local changes. At least it worked for me.

>
> Hand-delete the parent directories that contain the bogus text-bases:
>
> $ rm -rf build/win32 notes subversion/bindings/com
>
> Then run 'svn up' to get the missing directories back:
>
> $ svn up
>
> This fixes everything but one file, 'win-tests.py', which is at the
> top level of your working copy. You can't really delete the parent,
> unless you want to destroy your working copy.
>
> Instead, just translate the file's text-base from DOS to Unix
> line-endings:
>
> $ cat .svn/text-base/win-tests.py.svn-base | tr -d '\r' > tmpfile
> $ mv tmpfile .svn/text-base/win-tests.py.svn-base

-- 
Todd Mokros <niltsiar@neo.rr.com>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 14 08:49:59 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.