Posts Tagged ‘svn’

Subversion and Ignoring a file/directory using svn:ignore

Sunday, July 19th, 2009

So one of my deep, dark secrets is that I’ve always used a visual Subversion client, be it in Eclipse using Subclipse or TortoiseSVN so needless to say I never learned how to use the command line tools of Subversion in depth. I’ve used svn co and svn add successfully, but that’s it and not in depth. Now that I’ve been developing an iPhone application on my Mac, I’ve run into a problem of not really finding GUI tools to use. The problem is further complicated by not really looking for GUI SVN tools to use. I figured it would be a good time to learn the command line tools available by default on OS X. I think they’re there by default anyway. Maybe they were installed when I installed Xcode? Whatever.

(more…)