Is there any way to commit only a list of specific files (e.q. just one of the list of files that SVN wants to commit).
I\'m working on MAC OS X under Terminal, without
I make a (sub)folder named "hide", move the file I don't want committed to there. Then do my commit, ignoring complaint about the missing file. Then move the hidden file from hide back to ./
I know of no downside to this tactic.