glib checkout svn error
Submitted by jpswensen on Sat, 2008-05-17 05:27.
I am having a strange error as I have started trying to build on my PPC machine. I have the same version of SVN installed as on my intel machine, so I don't *think* that is the problem.
A glib/acinclude.m4
A glib/Makefile.am
A glib/glib-gettextize.in
U glib
Fetching external item into 'glib/build'
svn: 'glib/build' is already a working copy for a different URL
Any suggestions?

No idea, but try removing
No idea, but try removing the build directory and then do svn up again.
Actaully I know now :) It's
Actaully I know now :) It's caused by the build directory in glib being changed from an "svn external" directory to a real checked in directory. So just remove it like I said.
It seems like svn trunk is a
It seems like svn trunk is a bit broken wrt to the build dir changes, you can just ignore the error until it's fixed (it only affects the windows build).