I have to set up a LAN connection between 5 laptops, 2 using windows 7 and other 2 using windows xp and 1 using Ubuntu. I have installed VisualSVN. Now How do other people update their code to my laptop which is the central svn repository. They are using eclipse and dreamweaver IDE for development.

link|improve this question

feedback

3 Answers

up vote 3 down vote accepted

Grab TortoiseSVN and set it up in 5 min per machine.

link|improve this answer
1  
Yeah, that'll work fine in ubuntu? – Peter Lindqvist Apr 11 '11 at 8:09
feedback

VisualSVN is a subversion client. You need to install (unless it's already installed of course) the subversion server. You also need to configure it to allow access to the repository for the other computers on your LAN.

Chapter 6 in Version Control with Subversion is a good place to start

There are also tons of information if you just search for it.

This one's pretty good: Setup a Subversion Server in 4 Minutes

link|improve this answer
VisualSVN Server is also a good subversion+apache package for windows visualsvn.com/server - not sure if your 'server' is the ubuntu laptop or not... – BoyMars Apr 11 '11 at 8:37
1  
@BoyMars, Thanks, I didn't know that! Now, if he has VisualSVN Server, how would you configure that? I have no clue. – Peter Lindqvist Apr 11 '11 at 9:04
feedback

I know you have installed VisualSVN i have read it. But for your situation Git sounds much better.

SVN has a lot of overhead and put in every folder an .svn folder. With Git you have a decentral version control. With so many clients its very cool. Perhaps its a solution.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.