Category: Subversion

Locking the trunk in subversion

We had a need to lock the trunk to ensure no changes were made during a code freeze. In subversion, the “trunk” has no significance outside of industry accepted standards. As such, what follows will work on any directory. This…

Quiet svn+ssh

While issuing various svn commands and using the svn+ssh protocol, we found that the output of /etc/issue could really clutter up the screen. We added the following in the $HOME/.ssh/config LogLevel quiet This eliminated the output of /etc/issue.