views:

1859

answers:

4

First of all please excuse my lack of knowledge, I'm new to Tortoise, and my bad English.

My problem is that every time I do some operation with an URL like the following one: https://nttt.dttt.com:8443/svn/nttt/Med/trunk I get "Server sent unexpected return value (403 Forbidden) in response to OPTIONS". The user and password I supplied was correct, so no problem there.

I don't know where the problem lies, I don't know if it is the server(on witch I don't have any control) or my Tortoise client.

Thanks in advance for any answer or guidance.

A: 

according to this post it is a known bug http://groups.google.com/group/visualsvn/browse_thread/thread/e16fe2e3c5fdab8d?pli=1 Setting username and password manually may help

sanjuro
I already looked at that discussion, but I don't know how to set the username and password manually
S Bogdan
something like this in command line: svn update --username asdf --password asdf, but i never tried it through command line
sanjuro
+1  A: 

I don't think it is TroitoiseSVN. The problem most likely is that you don't have access to full tree or all HTTP operations. Try accessing these URLs in your browser:

https://nttt.dttt.com:8443/svn/nttt

https://nttt.dttt.com:8443/svn/nttt/Med

https://nttt.dttt.com:8443/svn/nttt/Med/trunk

And see if you get any 403 errors. Otherwise you will need to talk to your system administrator to fix the rights.

Superfilin
In the browser I get the same error, and I don't have a Proxy...So are you saying that that the problem is my internet connection, or some kind of firewall issue?
S Bogdan
It's most likely the configuration of your server.
Dave Markle
@S Bogdan, I agree to Dave, it's your server configuration.
Superfilin
+1  A: 

It's possible that you're using the wrong URL. It's also possible that your apache server is misconfigured.

What happens when you put that URL into your web browser? Can you see it? Try verifying the path first by testing your URL with the browser, then try Tortoise again.

Dave Markle
The URL is fine, and when I try it in the browser I get the same error
S Bogdan
A: 

Try accessing this url (https://nttt.dttt.com:8443/svn/nttt/Med/trunk) with your web browser, if you can get through its not Tortoisesvn issue.

shikhar