I ignored a file in TortoiseSVN by mistake. How do I reverse this and add the file to my repository?
|
Just edit the svn:ignore property (in the subversion tab of the directory properties). (If you ignored a subfolder, select the property tab of it's parent folder) |
||||
|
|
|
The help states
See chapter 4.13 of the help for more details. |
|||
|
|
|
If you right click on the directory containing the file and select SVN Properties, you should see an svn:ignore property with a list of ignored files. Simply edit that list and remove the rule ignoring your file. |
|||
|
|
|
For me, the solution was to use "Update to Revision". My ignored files had been set as ignored automatically when I did a checkout but had not put a checkmark by the files. When I did Update to Revision, I verified that the files were to be included by going to "Chose Items..." I was not able to find anything in the properties menu that listed ignored files (a la Gabriel's suggestion). In fact, the properties were empty. |
||||
|
|
I usually just add the ignored file with Tortoise and don't bother to remove the entry from the ignore list. so far I had no negative side effect... |
|||||
|