[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: help with SVN error message

From: Stefan Sperling <stsp_at_elego.de>
Date: Mon, 15 Aug 2011 15:28:03 +0200

On Mon, Aug 15, 2011 at 01:08:59PM +0000, Budlong, Sean (Contractor) wrote:
> About a month ago, we started getting this error when we tried to commit files from a dev server to the Subversion server.
>
> Attachment
>
> Error Commit failed (details follow):
> Error Could not open requested SVN filesystem
>
> Other dev servers continue to work with the Subversion server normally.
>
> Is there some way I can reset the working directories on this one dev server so that they can communicate with the Subversion server again? I've Googled the error message and read many of the hits I got, but none of them are relevant to this case.
>
> The dev server is running Windows Server 2008 R2 Enterprise SP1, 64-bit OS, while the Subversion server is running Apache on XAMPP. Subversion is still working normally with other servers.
>

Is the subversion client on your development machine really
using the correct URL to the repository? Check with 'svn info'.

If the URL is wrong, you can fix the working copy like this:
  svn switch --relocate WRONG_URL CORRECT_URL
Received on 2011-08-15 15:28:40 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.