It's Alessio Placitelli's playground
Posts tagged software engineering
Handling multiple projects/repositories with one svnserve
Apr 16th
Need to handle different projects/repositories using a single SVN instance and don’t know how? Need revision numbers to be project dependent? Or you just want your repository to look cleaner?
This (LINK) article by Thomas Guest explains you exactly how to do all that stuff in a simple and elegant way!
Running Subversion as a Windows Service
Feb 3rd
One thing programmers and software engineers know for sure (or at least should know) is that it doesn’t really matter how much time you spend on documenting, designing or keeping code clean: things may break and often will break. That’s a possibility that must be considered when working on an important project. Things get even worst when more than one person is working on the same stuff. Luckily, there is something we can count on to sleep peacefully: Subversion (SVN Wikipedia Page), a version control system.
This guide aims to help you configure a Subversion server on your Windows machine, running it as a service.
English
Recent Comments