[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: svn update stops on dev-libs because db doesn't exist
From: |
Samuel Harvey |
Subject: |
Re: svn update stops on dev-libs because db doesn't exist |
Date: |
Wed, 22 Oct 2008 19:57:55 +0000 |
---------- Forwarded message ----------
From: Samuel Harvey <kephnosanagennao@gmail.com>
Date: Oct 22, 2008 6:40 PM
Subject: Re: svn update stops on dev-libs because db doesn't exist
To: Richard Frith-Macdonald <richard@tiptree.demon.co.uk>
On Wed, Oct 22, 2008 at 6:38 PM, Richard Frith-Macdonald
<richard@tiptree.demon.co.uk> wrote:
>
> On 22 Oct 2008, at 19:20, Samuel Harvey wrote:
>
>> 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?
>
> Sorry ... my fault ... I made the change but failed to commit it to svn.
> Please try again now.
It works! Thanks.
Sam H