Setting Up Local Repository with TortoiseSVN in Windows
- by Teno
I'm trying to set up a local repository so that all commitments are copied to the local destination, not a remote server. I followed this tutorial.
What I did.
Created a folder named "SVN_Repo" under C:\Documents and Settings[user-name]\My Documents\
Right clicked on the folder and chose TortoiseSVN -> Create repository here
Clicked OK in the pop up dialog asking whether to create a directory structure.
Created a folder named Repos for the local destination, under E:\
Right clicked on the SVN_Repo folder and chose SVN Checkout...
Typed file:///E:\repos in the URL of repository field and clicked the OK button.
What I got:
Checkout from file:///E:/repos, revision HEAD, Fully recursive, Externals included
Unable to connect to a repository at URL 'file:///E:/repos'
Unable to open an ra_local session to URL
Unable to open repository 'file:///E:/repos'
I must be doing something wrong. Could somebody point it out? Thanks.