Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting & finding a svn repository on a system in LAN

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.


2 Answers

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.

like image 141
Van Hung Avatar answered Dec 15 '25 09:12

Van Hung


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.

like image 29
splash Avatar answered Dec 15 '25 07:12

splash



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!