6

I am using Subversive and I have the same question as Subclipse svn:ignore, but the solution did not work for me. Anyone knows how to add to svn:ignore files already added to a project with Sobversive?

If I delete it and create it again, there is a red exaclamation ('!') icon and I am not able to add it to svn:ignore

Community
  • 1
  • 1
de3
  • 1,890
  • 5
  • 24
  • 39

1 Answers1

6

You must delete the file and commit the deletion. Then you can re-add the file, and put it under svn:ignore.

Michael Spector
  • 36,723
  • 6
  • 60
  • 88
  • 1
    Ok, I had some conflicting problems, I marked as merged conflicting files in the repositoy view, I updated, and finally I could delete and commit the deletion. – de3 Jun 06 '11 at 11:33