Moving to Mac: SVN, Finale

Posted on April 25th, 2008 by Shan

So, after struggling with all other SVN clients, I’ve settled on a commercial product, Syncro SVN Client. It’s no TortoiseSVN, but it’s got all of the major SVN functionality, it works, and it’s stable. Combine that with the light bit of stuff that I do via Subclipse, and I’ve got all the SVN goodness I [...]

Moving to Mac: SVN, Redux

Posted on March 24th, 2008 by Shan

For all of you following this, keep in mind that I’m considering the baseline standard to be TortoiseSVN. I like how it works, so everything else is being compared to a high standard.
So, it turns out that scplugin doesn’t work well. After using it once, it promptly forgot my login information, with no obvious way [...]

Moving to Mac: SVN

Posted on March 14th, 2008 by Shan

I loved TortoiseSVN. I miss TortoiseSVN. I’ve found a great tool for the Mac that does a very poor impression of TortoiseSVN, but is still useable. scplugin is a Finder contextual menu item that exposes most SVN commands. It’s worked like a charm, so far.
Wanting to also see some GUI stuff, I downloaded svnX, which [...]

Deleting development folders

Posted on January 8th, 2008 by Shan

Just before Christmas, I came across this neat post about deleting SVN folders. It’s just this little registry entry that appears when you right-click a directory, and will recursively go through and delete the .svn folders.
I took that, and created another little script to delete Dreamweaver’s “_notes” folders in the same manner.
Downloads:
http://www.iotashan.com/downloads/DeleteDreamweaverNotes.zip
http://www.iotashan.com/downloads/DeleteSVN.zip
Just unzip the files, [...]