
Yes, this time you will be asked for your user name and password. Save the file and restart the Apache.Now try to access the repository through the browser again. In httpd file, reach till end in tag add the missing part :
#Svn client for windows xp download
You will have to download mod_auth_sspi.so and add it to Modules folder in Apache and add the following in the LoadModule section in the httpd: LoadModule sspi_auth_module modules/mod_auth_sspi.so before the line LoadModule auth_module modules/mod_auth.so

User can provide their local system’s credentials that will be verified by windows. If successfully configured, every user using the repository will be asked for a username and password. The best and simple way is to use Windows Authentication. So we have to provide some kind of mechanism to authenticate the users who are going to use it. Anyone can see the contents and modify it which is certainly not desired. You can take check out of the repository, add files to the repository or modify them and commit the changes using some SVN client(Tortoise is pretty handy!) or command line. So far we have configured the SVN server and it is ready to use. If you see this, congratulations!! You have done it. Powered by Subversion version 1.4.3 (r23084). Fire your browser and follow this URL : You will see a web page with something like this on it. Now save this file and restart the Apache server. Go to the end of httpd file and add the following : As you would have already noticed that we have not used it anywhere so now is the time. Remember ? we created one at the beginning of our journey. Now what we have to do is to tell the server where our Repository folder is located. We have done the major work in our way to configure SVN server.



However, there can be some problem if ‘port 80’ is preoccupied with some other application. Just run the Apache set up and it should be up and running. Apache server for windows version 2.0.59(Win 32).There are newer and better versions available. Tools Required: I have used the following tools because I was asked to configure only by using these tools. Here i am just sharing my experience with it. There is enough information available on internet about it and i was definitely benefited by that. With utmost care, some lucky ones will get it done in the first attempt but i was not so lucky. Configuring SVN can be a major pain because there is so much to remember, so much to copy from one location to another.
#Svn client for windows xp code
It can be used for code repositories or for anything where there is a requirement for version control. SVN is the most popular version control tool.
