Tumblelog by Soup.io
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

October 10 2011

19:05

March 27 2011

16:50

March 05 2011

10:17

March 02 2011

23:59

February 28 2011

22:15

svn - VCS independent diff - Stack Overflow

I put this suggestion into use for working locally on MoinMoin.
function dif { if [ -d .hg ]; then VC='hg' elif [ -d .svn ]; then VC='svn' else echo "cannot find VC type" return 1 fi $VC diff $1 | colordiff | less -R }

February 14 2011

19:37

December 10 2009

17:47
17:34

November 11 2009

22:54
22:53
22:47
17:56

xcode build configurations search paths - Stack Overflow

clever diff suggestion for xcode projects

March 16 2009

01:42
Older posts are this way If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.