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).
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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…