On Wed, Oct 22, 2008 at 5:36 PM, Richard Frith-Macdonald
<richard@tiptree.demon.co.uk> wrote:
On 22 Oct 2008, at 18:14, Samuel Harvey wrote:
****
~/src/gnustep/modules/dev-libs $ svn update
Fetching external item into 'db'
svn: URL 'http://svn.gna.org/svn/gnustep/libs/db/trunk' doesn't
exist
****
Am I doing something wrong?
No, I think db was removed recently, but leaving some references
which
caused that problem.
I have removed the dev-libs reference to db, so that should fix
things.
For some reason my svn client is still trying to pull db down:
****
~/src/gnustep/modules/ $ rm -rf dev-libs
~/src/gnustep/modules/ $ svn update
A dev-libs
...
Fetching external item into 'usr-apps/examples'
Updated external to revision 26950.
Fetching external item into 'dev-libs/db'
svn: URL 'http://svn.gna.org/svn/gnustep/libs/db/trunk' doesn't exist
****
I took a look at the svn web view at
http://svn.gna.org/viewcvs/gnustep and 26950 does appear to be the
latest revision. dev-libs/.svn/dir-prop-base still shows:
db http://svn.gna.org/svn/gnustep/libs/db/trunk
Considering that I removed the entire dev-libs directory before
updating, is it possible that there is something wrong with a file in
a .svn folder higher up in the tree of my local copy?