READ ME: working copy ickiness!
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-01-14 00:30:02 CET
Hey everyone, read about the eol bugs we uncovered today in issue
If you update your wc to HEAD right now, you'll get a zillion
After the update, 'svn st' will report that you have a number of files
*** The workaround, for now: ***
The simple solution is just to checkout a fresh working copy of
The repair solution:
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
Instead, just translate the file's text-base from DOS to Unix
$ cat .svn/text-base/win-tests.py.svn-base | tr -d '\r' > tmpfile
Sorry for the annoyance, everyone.
---------------------------------------------------------------------
|
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.