I'm looking for a way to put several of my projects under version control, with the least amount of filesystem-level obtrusiveness.
The rationale for this is because my dev environment is mostly FS-based (total commander + notepad++ + wing + scripting tools with python), so FS changes (including, and most annoyingly the .svn directory of subversion) hurts .
My version control requirements are very basic: commit/rollback/browse ,and good utility support.
Which one would you recommend?
.svndirectories pretty nicely. And for the rare case I actually need to touch a hidden dir there's always Ctrl+H in Far, I'm sure Total Commander has something similar. – Joey Oct 29 '09 at 17:39