Manuals

Negeer bestanden die al opgenomen zijn in het versiebeheer

Stel, je hebt per ongeluk enkele bestanden toegevoegd aan het archief, terwijl die eigenlijk genegeerd zouden moeten worden. Hoe krijg je die bestanden dan weer uit het versiebeheer systeem? Je hebt bijvoorbeeld je eigen IDE configuratie bestand die geen onderdeel is van het project, maar wat je wel veel tijd heeft gekost om alles naar jouw wens in te stellen.

If you have not yet committed the add, then all you have to do is use TortoiseSVNUndo Add... to undo the add. You should then add the file(s) to the ignore list so they don't get added again later by mistake.

If the files are already in the repository, they have to be deleted from the repository and added to the ignore list. Fortunately TortoiseSVN has a convenient shortcut for doing this. TortoiseSVNUnversion and add to ignore list will first mark the file/folder for deletion from the repository, keeping the local copy. It also adds this item to the ignore list so that it will not be added back into Subversion again by mistake. Once this is done you just need to commit the parent folder.

TortoiseSVN homepage