On Sat, Oct 29, 2011 at 05:07:13PM +0000, Pietro Moras wrote: > In need of breaking the > initial ice with Subversion, I wonder if you have any real knowledge > of a Test Subversion Repository/Server where to start understanding, > hands-on, what it's all about. > > Anyhow, these are the related generic—and, so far, untested—hints I've > already collected: -- Redbean book -- CollabNet -- Subversion Edge -- Trial > Subversion > server at: SpringLoops.com, Beanstalkapp.com -- GUI client > TortoiseSVNThat said in case you know any better. Thank you. - P.M. >
There is no need to set up a server to try out Subversion. Install TortoiseSVN 1.7.1. Create a new directory C\:repos. Right-click on that directory, pick "TortoiseSVN->Create repository here" This gives you a repository to play with on the local machine. You can access it with TortoiseSVN, and other clients, with this URL: file:///C:/repos Please read Chapter 2 of the red-bean book before proceeding. It explains the basics quite well.