Articles from August 2007



Subversion 1.4.5 Released

Subversion 1.4.5 was released today. The only change from Subversion 1.4.4 is a patch for a Windows client security exploit.

SCPlugin: Subversion for the rest of OS X

The open source SCPlugin utility provides Subversion client access from within the Mac OS X Finder. SCPlugin community lead and CollabNet CTO Jack Repenning announces beta 0.7 which is full-featured enough to support your day-to-day work.

Unstoppable Subversion

Subversion is unstoppable; it now runs on more than 150,000 public Apache servers and over 2 million developers use Subversion.

Mirroring Repositories with svnsync

Terminology To best discuss svnsync without getting confused, we should establish some common terminology before going any further: Master: The live read/write repository that will be mirrored via svnsync. Mirror: The read-only repository that is synchronized with the master via svnsync. Overview svnsync is a utility that became part of the standard Subversion offering when [...]