Setting & finding a svn repository on a system in LAN

12,326

Solution 1

Actually TortoiseSVN recommends not to do that as you can read here:

If you were thinking about setting up a multi-user repository on a network share, think again. Read the section called "Accessing a Repository on a Network Share” to find out why we think this is a bad idea. Setting up a server is not as hard as it sounds, and will give you better reliability and probably speed too.

I recommend you to set-up svnserve and you can check how to do it in this TortoiseSVN step-by-step tutorial to achieve it. Otherwise you will need to install and set-up WebDAV (e.g. libapache2-svn) in a capable web server (e.g. apache2).

Solution 2

It is able to do that on LAN.
1. Remember to share the folder you use as repository
2. On pc B, select SVN checkout..., click the browse button, locate to that shared folder, like this: enter image description here And it's done.

Solution 3

Have you installed TortoiseSVN or a Subversion server? For the svn client TortoiseSVN you need a server. In your case I would recommend to use a svn server with a graphical user interface for Windows: http://www.visualsvn.com/server/

A valid URL may look like this svn://192.168.1.56/repository. The repository has to be created on the server.

Solution 4

Try

file://192.168.1.56/Repository

I am not installing the server because I didn't want my computer resources to be used by the server (as I will be using this computer as a desktop as well) ,Also we are sharing among 2 members only so it worked for me in-spite of some disadvantages.

Share:
12,326
Jitendra
Author by

Jitendra

Updated on June 04, 2022

Comments

  • Jitendra
    Jitendra almost 2 years

    I have installed TortoiseSVN on machine 192.168.1.56, & want to synchronise with it from 192.168.1.60, when i insert the repository address in URL like this "file:///192.168.1.56/D:/Repository" and click finish, i get the message "Location information has been specified incorrectly" what is the proper format.