Hi,
I have deleted some files in my project but when dooing commit directories are not synchronized. I would like to files in repository to be deleted as well.
How to do it?
Hi,
I have deleted some files in my project but when dooing commit directories are not synchronized. I would like to files in repository to be deleted as well.
How to do it?
Did you just delete them with rm
or did you use svn delete
?
If you use the second option, then your commit will effectively delete the files from the repository.
Edit: Translation for windows/tortoise:
If you deleted the files "normally" then you need to update your folder to make them reappear and then you have to delete them with tortoise (right click, ..., delete).
Open the repository browser and delete the files you want to just like you would in Windows Explorer