SVN Comment Editor
posted by Jake on
Comments are essential to Subversion checkins. A good text editor is essential to a good comment. Here's how to set the editor of your choice to pop up when you do an svn checkin.
posted by Jake on
Comments are essential to Subversion checkins. A good text editor is essential to a good comment. Here's how to set the editor of your choice to pop up when you do an svn checkin.
posted by Jake on
In projects that create project meta data or compiled class files in the same directory as source, svn commits can be particularly cluttered with those files that we really don't care to keep under version control. This is where svn:ignore can beceome our good friend.