WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: Upgraded to 1.5, can't commit. VisualSVN?

Re: Upgraded to 1.5, can't commit. VisualSVN?

by synapse88 :: Rate this Message:

| View in Thread

Thanks for your post!

Turns out the domain name in my accessFile.txt file was in all capitol letters, yet the Apache error.log file showed the domain being passed was all lowercase.  So after changing the domain name in the accessFile.txt to lowercase everything worked fine. (yay!)

Funny thing is, we haven't made any changes to that accessFile.txt in some time.  And when I look back in the error.log file I can see my domain name used to be passed in uppercase.  Is there any way 1.5 is passing the credentials differently than 1.48 did? Or is another piece of software (IE perhaps?) responsible this change in the way the domain name is being passed?

I did try the "SSPIOmitDomain on" setting (when the domain name was still uppercase in the accessFile.txt) but the commit still failed with all the same messages.

Thanks again for all your help!
 
Stefan Küng wrote:
synapse88 wrote:
> I keep receiving the same error in error.log file (everytime I try to run a
> commit):
>
> [Thu Jun 26 14:02:13 2008] [error] [client 199.132.74.182] Access denied:
> 'myDomain\\myAccount' CHECKOUT myProject:/trunk/entry.aspx

And 'myDomain\\myAccount' is the user which you gave access to the
repository? The strings have to match *exactly* (they're also
case-sensitive).

Stefan


--
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net


 

 « Return to Thread: Upgraded to 1.5, can't commit. VisualSVN?