This post is a pointer to a useful post about Structuring the SVN repository in Ariejan.net. This site is very useful to find out more information about the SVN usage. Click here to see the post.
Category Archives: SVN
ViewVC: Web based Version Control Repository Browsing
ViewVC is a browser interface for CVS and Subversion version control repositories. It generates templatized HTML to present navigable directory, revision, and change log listings. It can display specific versions of files as well as diffs between those versions. Basically, ViewVC provides the bulk of the report-like functionality you expect out of your version controlContinue reading “ViewVC: Web based Version Control Repository Browsing”
Configuring "Cruise Control" with "Maven2" and "Subversion 1.4.6" for continuous build environment
Continous Integration build system is very useful in a software development company where members of a team integrate their work frequently. It reduces the wastage of time and at the same time it helps us to maintain all the builds up to date. Previous week we also configured a continous build flow in our R&DContinue reading “Configuring "Cruise Control" with "Maven2" and "Subversion 1.4.6" for continuous build environment”