Transform SVN log diff using Java XPath
Sometimes the output of a version control system’s tools or command options must be transformed for further use. For example, you generate a log report and must then import that into a spreadsheet or...
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 ArticleSvnKit E170001: Negotiate authentication failed: ‘No valid credentials provided’
In a new project, attempts to programmatically access our Subversion server using SvnKit fails with an E170001 error. But, only on one Windows 7 workstation. After a lot of searching on web for answers...
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