On Wed, Aug 24, 2011 at 05:01:25PM +0300, Daniel Shahaf wrote: > Neels J Hofmeyr wrote on Wed, Aug 24, 2011 at 15:32:20 +0200: > > Changelists have been *designed* in the flipped-over wrong-way-round: they > > *include*, not exclude selected items. We'd have to implement this against > > its basic design. (Like using switch for externals, remember?) > > Changelists were designed to group files. What's fundamentally flawed in > > % svn cl foo A/mu ./iota > % svn commit --depth=empty A/mu ./iota --except-cl=foo
You have to specify --except-cl every time you commit. With svn:hold as a property you set it once and forget about it.