home · blog · groups · about us · contact us
DevelopmentNow Blog
 Friday, February 22, 2008
 
 

Unfuddle's forums has a discussion on alternate Subversion clients for Mac users.

SCPlugin is a free Subversion plugin that integrates with the Finder, and works similar to TortoiseSVN (a Windows SVN explorer plugin). Syncro SVN is a commercial standalone SVN client ($60) that works on Mac, Windows, and Linux.

Most Mac users use the svn command line program, but I know from experience how handy TortoiseSVN is for me to visually view the state of my working folder, compare files, and other operations.

 

February 22, 2008    Bookmark to Digg or other social bookmarking
#    Disclaimer  |  Comments [4]

Related posts:
Lightweight Remote MySQL Database Access
How to Disable AVG Antivirus in Vista
Subversion: Merging Changes from a Branch into the Trunk
SQL Server Management Studio - Export Query Results to Excel
Office Live Workspace now Open
Unfuddle Ticket Submission Form


« Default ownership and permissions for ne... | Main | Some .NET blogging engines »
Friday, February 22, 2008 11:33:14 AM (Pacific Standard Time, UTC-08:00)
You forgot the best of all: svnX ( http://www.apple.com/downloads/macosx/development_tools/svnx.html ).

It's not an integrated solution, but it gives you the best access to a lot of the svn command line options.

Also, I tend to use the SVN bundle in TextMate for quick updates / diffs.
Friday, February 22, 2008 12:26:00 PM (Pacific Standard Time, UTC-08:00)
What Griffin said.
Scott McMillin
Friday, February 22, 2008 12:29:34 PM (Pacific Standard Time, UTC-08:00)
I should add that we primarily use a custom TextMate bundle that I put together that also posts the commits to our Campfire chat. Otherwise we use the shell. I rarely have to use SVNx -- especially since it's actually faster to browser the repo in Unfuddle.

Right now we're seriously evaluating using Git as it seems to be sweeping the Rails community and everyone is gaga over it. And it does seem to provide some great functionality that SVN lacks. I just got my GitHub invite -- I can pass one along when I get some of my own invites.
Scott McMillin
Friday, February 22, 2008 12:31:37 PM (Pacific Standard Time, UTC-08:00)
Oh, and I've heard that SCPlugin isn't great; maybe it's been updated. Not sure it works with Leopard...
Scott McMillin
Comments are closed.