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

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

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 like to ignore files you should put the into the svn:ignore property, but only if they are not under version control.

link|improve this answer
Problem is they are, I have locally modified them so that they display certain information only to me but don't want everyone else seeing this. – Ryall Sep 7 '10 at 9:31
1  
I wish I could downvote this "feature" of svn. I currently have a boatload of changes in my default changelist and was looking for a way to avoid checking in the couple of files I DON'T want to commit without having to checkin a hundred files by name. – Tim Keating Mar 28 '11 at 16:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.