[plt-dev] svn annoyances
Oh. Hmm. That's probably a different bug, then. Does this show up
when you try to commit the move, or when you check it out somewhere
else, or some other time?
--Carl
On Mon, Feb 9, 2009 at 6:56 PM, Robby Findler
<robby at eecs.northwestern.edu> wrote:
> Whenver I do an svn mv (even from one directory to that same
> directory), I end up having to delete and re-download the entire tree.
>
> Robby
>
> On Mon, Feb 9, 2009 at 5:51 PM, Carl Eastlund <carl.eastlund at gmail.com> wrote:
>> I get this error sometimes on winooski:
>>
>> svn: Server sent unexpected return value (403 Forbidden) in response
>> to OPTIONS request for 'http://svn.plt-scheme.org/usr'
>>
>> Looks very similar, if not the same. I have not found another way to
>> fix it than what you describe. I haven't found a way to reliably
>> reproduce it, either.
>>
>> --Carl
>>
>> On Mon, Feb 9, 2009 at 6:45 PM, Robby Findler
>> <robby at eecs.northwestern.edu> wrote:
>>> I (foolishly) did an svn mv on one machine and now I've got the dreaded
>>>
>>> svn: OPTIONS of 'http://svn.plt-scheme.org/usr': authorization
>>> failed (http://svn.plt-scheme.org)
>>>
>>> I'm running the svn client version 1.5.5.
>>>
>>> Do I just have to delete the whole tree and re-check it out (again)?
>>>
>>> Robby