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
You basically put the files you want to commit on the command line
svn ci file1 file2 dir1/file3