New Subversion version will centralize working copy metadata
Subversion version 1.7 removes that gruesome use of those very numerous .svn folders in your working copy. CVS also used that approach, just named .cvs. This is more like how many ‘newer’ version...
View ArticleGetting “svn info” using Groovy
In a Subversion utility I had to the get the revision number of the HEAD of the current working copy. An answer found gave a Linux command line solution. Here is my Groovy version. Groovy allows the...
View ArticlePrune deleted folders of repo diff report using Java
Sometimes the contents of deleted folders are not relevant. Just showing the top level deleted folder or dir is enough. For example, in a branch diff against trunk, folder moves are shown as adds and...
View ArticleVersion control console using ReactJS
Created a web app to generate a report from the version control repository, Apache Subversion™. Similar approach is possible targeting a different repository, like Git. TL;DR Someone said a process we...
View Article