NSBlog
"A failure in the hot air department"
Showing entries tagged "versioncontrol". Full blog index.
A Tool for Editing Version-Controlled Bundles
at 2008-02-09 21:31
If you're like me, you sometimes have to edit
rtfd
files which are under version control, and it's painful. TextEdit and Xcode will blow away the version control directory (if you use the sort of version control which keeps directories in everything) and it's annoying to work around it. I finally got fed up enough to write a script which works around it for me.Using FileMerge with subversion at 2005-07-06 00:00
I was introduced to subversion about a month and a half ago, and have generally found it to be wonderful, and a vast improvement over CVS. I won't get into the details, because I'll just sound like every other person out there who has switched to svn and then raved about it, so you can just look up somebody else's blog post on the subject. One thing I did miss, however, was the ability to open diffs in FileMerge.