Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4615756
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T01:53:07+00:00 2026-05-22T01:53:07+00:00

I’m currently working with Apache and SVN with ActiveDirectory Authentication. The user is using

  • 0

I’m currently working with Apache and SVN with ActiveDirectory Authentication. The user is using TortoiseSVN client.

I should point out that I have 2 repos with same name and different mapping but redirected to the same “user url” since the permissions are the same for both repos.

eg ‘http://mysrvr/svn/foo/bar/corge’ and ‘http://mysrvr/svn/foo/corge’

or ‘http://mysrvr/svn/foo/bar/corge and’ ‘http://mysrvr/svn/foo/grault/corge’

This 2 repos thing is replicated with 8 “repo pairs” and the remaining 7 are working just fine.

Here is my error:

Commit failed(details follow):

access to
‘/svn/myDir/MYREPO/!svn/act/65bf494c-a66a-4f45-870e-d988f691a45d’
forbidden

Finished!

It’s not permissions, since the user foobar has rw access and he has successfully checked out the repository. This error happens on commit.

Things that would help to orientate to a precise solve:

  • Other repo pairs are doing fine. And the permissions are the same.
  • My svn administrator user can do at the same local PC as the troubled user that commit.
  • UPPERCASE/lowercase URL isn’t the problem, i’ve checked
  • NTLM and Active Directory aren’t the problem either since he has access to the other repo with the same permission file.
  • Other users of the same repo are experimenting the same problem. While I can still do the commit at their local PCs. (just as if they had no writing permission)

Here are the Apache logs:

Apache error.log

[dd mm 12:38:02 2011] [error] [client
10.x.x.x] Access denied: ‘foobar’ MKACTIVITY MYREPO:

[dd mm 12:39:40 2011] [error] [client
10.x.x.x] Access denied: ‘foobar’ MKACTIVITY MYREPO:

[dd mm 12:39:54 2011] [error] [client
10.x.x.x] Access denied: ‘foobar’ MKACTIVITY MYREPO:

Apache access.log

10.x.x.x – foobar [dd/mmm/yy:12:38:02 GMT] “OPTIONS /svn/myDir/MYREPO
HTTP/1.1” 200 198

10.x.x.x – foobar [dd/mmm/yy:12:38:02 GMT] “PROPFIND /svn/myDir/MYREPO
HTTP/1.1” 207 667

10.x.x.x – foobar [dd/mmm/yy:12:38:02 GMT] “MKACTIVITY
/svn/myDir/MYREPO/!svn/act/65bf494c-a66a-4f45-870e-d988f691a45d
HTTP/1.1” 403 266

svn_activity.log

[dd/mmm/yy:12:34:20 -0300] waldo
commit r2

[dd/mmm/yy:12:39:07 -0300] fred status
/src/trunk r1447

From the svn_activity.log I can deduce Apache catches and bounces the access, given that there is no foobar access at time-frame exposed previously.

So, hoping that the data i’ve collected is useful to solve this… any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T01:53:08+00:00Added an answer on May 22, 2026 at 1:53 am

    I’ve found it!

    Ok here’s the answer:

    What was the problem:

    My users check out a Repo in the directory /svn/myDir/MYREPO

    Apache knows that he has to translate MYREPO to a lowercase directory so when you check out or do any read operation this was working just fine.

    But when the users did try to do the commit operation Apache changes
    somehow the order of the operations he has to do to fulfill the users request so, first accepts the write operation and tries to write, and then changes to lowercase.

    Again, it tries to write to the /svn/myDir/MYREPO, the issue is that:

    • permissions to the repo where set to myrepo and not MYREPO
    • the actual repo is myrepo and not MYREPO

    So… MYREPO does not exist! myrepo does. That’s why it throws that error:

    • ACCESS DENIED because there is no permission written for MYREPO.
    • And It does recognize the repo in the read way because apache understands what you are asking for and translates.

    But for writing first works with it and after that takes a moment to understand what is he doing. And the exception comes previous to the understanding so Apache never get’s there.

    How to solve it:

    This is the simplest thing:

    • Go to the checked out Repo
    • Do a Relocate from
      http://YourServer/svn/myDir/MYREPO

      to

      http://YourServer/svn/myDir/myrepo

    My recommendation:

    My recommendation for svn-administrators and users from now on, is do

    EVERITHING LOWERCASE… sorry, I correct myself:

    everything lowercase!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

That's pretty much it. I'm using Nokogiri to scrape a web page what has
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I'm working with an upstream system that sometimes sends me text destined for HTML/XML
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I've got a string that has curly quotes in it. I'd like to replace
I want use html5's new tag to play a wav file (currently only supported
I am currently running into a problem where an element is coming back from
I have a French site that I want to parse, but am running into
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
We're building an app, our first using Rails 3, and we're having to build

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.