Starting SVN Server in Windows [command]

Here We are considering that you have already created the svn repository.

Below is the command to start the svn server. Once the svn server started only we can access the repository.

SVN Command Syntax:
[plain]
svnserve -d -r REPO_PATH
[/plain]

If svn repository created in D:/SVN_REPO, then you have to run the below command

SVN Command Example:
[plain]
svnserve -d -r "D:/SVN_REPO"
[/plain]

Feel free to post your comments and queries.

Leave a Reply