Do you missed the TortoiseSVN plugin for Windows Explorer? I missed it terribly. I was living with RapidSVN for quite sometime. It is not that bad but I needed a bit more satisfaction than that. I was really wishing that I can get SVN integration right in the File Browser – The Finder. Eclipse Projects are well taken care of by Sublipse. What about the other projects that do not necessarily come under Eclipse – where I just monitor the codes, file hierarchy, et al and not really get involved with.
The solution came in with 2 free software – SVN Client and the SCPlugin.
Step 1 – Downloads
Before we start on How to install/use SVN plugin for Finder, let us download the following files
a) SVN Client – get this easy to install Package from Metissian. For the bravehearts, they can compile the source from Subversion.
b) SCPlugin
Step 2 – SVN Client Installation & Confirmation
a) Double click the SVNClient Installer and follow the steps to install it.
b) Add to PATH & Confirm SVNClient Install (follow steps below)
(i) Open Terminal (it is located under Applications > Utilities)
(ii) Type the following without quotes in a single line — “pico .bash_profile”
(iii) Type the following 2 lines –
PATH=”/usr/local/bin:/usr/local/subversion/bin:$PATH”
export PATH
(iv) Save this using Control + O in the Pico Window
(v) Restart your Terminal
(vi) Type “svn” without the quotes to confirm, it should says something like “Type ‘svn help’ for Usage”
(vii) That’s it, SVNClient is now installed and functional on your system.
Step 3 – SCPlugin Installation
a) Double Click the SCPlugin Installer and follow the steps to install it.
b) Restart Finder. Well, you really cannot restart Finder, so either Restart your OS or Force Quite (Command + Option + Escape) Finder and Relaunch.
Step 4 – SCPlugin Setup
a) SCPlugin is installed under System Preferences – Screenshot
b) Enable Finder Integration and follow the steps below to set the path to the SVNClient – Screenshot
(i) Click “Open” and Press Command + Shift + G to invoke “Go to Folder” and enter the following line without the quotes – “/usr/local/bin/”
(ii) Select “SVN” and thus your path will look like – “/usr/local/bin/svn”
(iii) Close the System Preferences because you are done!
Now, right click on any folder to start “Subversion > Checkout”. Well, you can then sit back and enjoy.