--- In lpc2000@yahoogroups.com, "FreeRTOS Info" <nospam@...> wrote: > > > It is just as easy to setup a SVN server if one do not require the use of > > the http and/or https protocols. If one are using either the svn:// or > file:/// > > access methods, then setting up a SVN server is about equivalent to > > setting up a CVS server. I recently setup SVN using the apache HTTP server and found it very easy. Took all of about 1-2 hours and I have no experience with version control and/or http servers. I used the XAMPP package to install apache which made installing a breeze but beware that XAMPP leaves the server unsecured (not a problem in our installation). (http://www.apachefriends.org/en/xampp.html) XAMPP takes care of all the HTTPS setup and includes some other web services (PHP, MySQL etc) which are quite useful (I'm starting to learn how to use these tools now). I found the tortoise documentation excellent (easier to read than the SVN docs) for setting up the server and users. If you do decide to use XAMPP you will need to use Version 1.50 as SVN doesn't currently work with Apache2.2.0. Good luck implementing you version control system, whatever you decide to use. I'll never go back to working without one now. Regards Kevin
Message
Re: CVS
2006-02-01 by kevinblackmore_nz
Attachments
- No local attachments were found for this message.