Monday, October 09, 2006

Programming Software and Tools

TortoiseSVN is a really easy to use Revision control / version control / source control software for Windows. Since it's not an integration for a specific IDE you can use it with whatever development tools you like. TortoiseSVN is free to use. You don't need to get a loan or pay a full years salary to use it.

No comments:

Emacs common commands

Character Operations: DELETE : Delete character to the left of point (Also marked ROBOUT) C-d    : Delete character to the right of (or un...