Contents tagged with Subversion
-
CollabNet introduces Subversion Edge
A beta version Subversion Edge was just released. It is a new product from CollabNet that brings together a complete Subversion installation into one easy to use package. CollabNet has been a key supporter of Subversion & has a large number of Subversion committers on staff.
-
Keeping an eye on your Subversion repository
If you're like me, you like to keep an eye on what is being committed to your subversion repository. A while back, I posted how to create an RSS feed from your SVN commits. RSS feeds are cool, but CommitMonitor is cooler. This little tool sits in your system tray and notifies you when users commit changes. It also gives you a historical view and lets you performs diffs. Give it a try...I think you'll like it.
-
Subversion 1.5 brings merge improvements & more
My shop has been using Subversion for a number of years. It is a reliable tool and works well for our team. One area that Subversion could handle better is tracking merge information. Our team is always working on multiple feature branches and merging those changes back into the main line of development. The current merge support works fine (most of the time), but doesn't handle complex situations well.
-
RSS Subversion Change Log
Recently I needed to put the change log from our subversion repository online. Luckily, Martin Pittenauer put together a great XSLT script that turns the XML produced by the SVN Log command into an RSS feed. It utilizes eXSLT so you'll need to use a compatible XSLT tranform tool.