hello,
I started two days ago to set up a svn environment on my local machine (win). i installed subversion + tortoise svn two days ago, and created the first test project. opening the link svn://localhost in my browser showed the Repository Browser with my test project having the folders tags, branches and trunk inside (which was great).
Last night i decided to install trac also. after installed python 2.5 i created a new environment to test it. of course, beeing the first time, i did some errors and a had to redo the whole process, but i finally succeded creating that test environment.
Well, after figuring out how i should keep the environments, i created another one and of course the svn repo for it and syncronized them. also, accessing http://localhost:8000/my%5Fproject%5Fpath works fine. but now, when i try to access svn://localhost, from the Repository Browser window, all i get is the message "Can't connect to host localhost: No connection could be made because the target machine actively refused it".
I've tried to start the server like this "svnserve --daemon --root "path/to/my/repo" but after executing this command line, i don't get any message and i have to ctrl+break to be able to enter another command. I really don't know what's the problem, this beeing the first time when i try to install these things and make them working.
Any help would be appreciated.