Is there an easy way to use subclipse (svn) to update an entire project, but exclude one file from the update? I need this because there is one file which has computer-specific constants开发者_如何学运维 (mostly paths).
Is this file checked in in some changeset? If so, you can update your project then 'revert' it back to that existing revision with 'Team => Update to Version'. Tedious but until this file syncs up with the head...
精彩评论