On 6/18/07, dammyduke <damiabi@gmail.com> wrote:
>
> Hello All,
>
> I installed SVN server on my windows server 2003, i set it up
> as a windows service, perfect setup thanks to SVN forum, Now i am on a
> windows xp computer, trying to access the repository i have created on my
> server, i provided the "http://IP adress of server: default portnumber" all
> i get is this error everytime
>
> Error * PROPFIND request failed on '/CIPproject' PROPFIND of '/CIPproject':
> Could not read status line: An existing connection was forcibly closed by
> the remote host. (http://IP adress of server: default portnumber)
Same answer I gave you on that forum. You're using svnserve, but
attempting to access the server using http. Use svn:// instead.
> i currently have no experience using any of these version control softwares,
> Took me a very long time to even have SVN working finally but its another
> nightmare having a client to connect to the repository
Your nightmares will be far less severe if you read the fine manual,
then read it again.
> when i tried accessing the same address using a webbrowser, i get a success
> message, evethough i dont understand what it meant by that,
You probably got the default Apache page, which really just says
"congratulations, you can serve pages via HTTP." Which has very little
to do with Subversion.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Tue Jun 19 14:23:47 2007