Search code examples
svncommitchangelist

How to only commit files in the unnamed changelist with SVN?


I am using the command line SVN client (for speed reasons) and have a changelist of files that I wish to ignore on each commit (much like TortoiseSVN does). Is there a way to commit all files except a specific changelist or maybe just commit all files not in a changelist?

Thanks


Solution

  • No. The changelist is intended for the other way around. Just commit files which are contained in the changelist and not exclude them from committing. If you'd like to ignore certain files, you should put them into the svn:ignore property, but only if they are not under version control.