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

Re: Permission Denied error

From: Konstantin Kolinko <knst.kolinko_at_gmail.com>
Date: Fri, 8 Aug 2008 10:58:11 +0400

2008/8/7 <Michael_Abraham_at_monitor.com>:
>
> We are running VisualSVN Server 1.5.2 on Windows 2003. One of my users
> reports the following problem.
>
(..)
> MKACTIVITY
> /svn/monitorwebsites/!svn/act/6c974e02-e089-0a44-bfeb-00d51af1d797 HTTP/1.1
>
> which results in
>
> HTTP/1.1 403 Forbidden.
>
> From the other client (the one that works), the analogous request is
>
> MKACTIVITY
> /svn/MonitorWebsites/!svn/act/a9589703-004f-5b4e-b793-0a2ff57c24e3 HTTP/1.1
>
> resulting in
>
> HTTP/1.1 201 Created.
>

The URLs are substantially different:
MonitorWebsites != monitorwebsites

In HTTP protocol the URLs are case-sensitive (with the exception of
the DNS name of the server which is not).

That user has to relocate his/her working copy. See
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-relocate.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-08 08:58:41 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.