Manuals

Abaikan file yang sudah diversi

Jika Anda secara tidak sengaja menambah beberapa file yang seharusnya diabaikan, bagaimana Anda mendapatkan dari kontrol versi tanpa kehilangannya? Mungkin Anda mempunyai file konfigurasi IDE Anda sendiri yang bukan bagian dari proyek, tapi memakan waktu lama untuk menyiapkan seperti yang Anda sukai.

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