Re: Subverting Subversion
Friday, January 5th, 2007I used to use the same trick Rodney Dawes describes in Subverting Subversion. Yes, it was very annoying to have to set everything from a file every time, or from stdin.
Ah, but there’s a better way, and people new to SVN seem to somehow miss this valuable command.
$ svn propedit svn:ignore
Up comes your editor, just [...]