Is there any way to have Subversion (in Eclipse) ignore a specific file. I’ve tried going to Team –> Synchronize with Repository, and the Mark as Merged option isn’t available. I don’t think it’s possible, but does anyone have any ideas?
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.
Not sure about eclipse and what ignoring file has to do with marking as merged, but what I’d do is
svn pe svn:ignore <path>and add the file there.