Accessing SVN Server Repository URL from Client Machine
-
I have installed 64 bit SVN Subversion both on server and client machine. Now, the problem is how should I access the server? I read a lot, but there are no clear cut mentioning what should be done for accessing the Repo Browser URL. What I have done is, 1. Installed 64 bit Tortoise SVN version both in server (eg: 125.5.5.0) and client machine (eg: 125.5.5.40) 2. Created new folders in E drive of server, E:\svn\NewRepository. 3. Then, open command prompt, and run the command
svnadmin create --fs-type fsfs NewRepository
This ran successfully and created some configuration files in E drive. 4. I have created manually folders like branch, trunk and tag in E:\svn\NewRepository folder. Now, how will I access this folders from my client machine(125.5.5.40)? should i start with http:// or svn://. Please help. Hope this is the right place,if not let me know. Thanks in advance.
-
I have installed 64 bit SVN Subversion both on server and client machine. Now, the problem is how should I access the server? I read a lot, but there are no clear cut mentioning what should be done for accessing the Repo Browser URL. What I have done is, 1. Installed 64 bit Tortoise SVN version both in server (eg: 125.5.5.0) and client machine (eg: 125.5.5.40) 2. Created new folders in E drive of server, E:\svn\NewRepository. 3. Then, open command prompt, and run the command
svnadmin create --fs-type fsfs NewRepository
This ran successfully and created some configuration files in E drive. 4. I have created manually folders like branch, trunk and tag in E:\svn\NewRepository folder. Now, how will I access this folders from my client machine(125.5.5.40)? should i start with http:// or svn://. Please help. Hope this is the right place,if not let me know. Thanks in advance.
Try installing VisualSVN. This will allow you to access your SVN repos via the browser.
"There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult." - C.A.R. Hoare Home | LinkedIn | Google+ | Twitter