Gentlemen, I have the following situation.
I have a development environment. On it I run a script that versions the sources in my repository through linux contrab. It is a fully console interface and I can not use internet or download any other package, just the same SVN client.
The problem I have:
Through the development tool the user can execute / modify / create files / directory that the script takes care of it alone. The problem is when it deletes a file / directory and creates one in the same location with the same name. Ai stays with SVN Code of Til / Tilde (~). This is because the .svn files are currently deleted which prevents me from committing. I wanted to know if you have a way to solve this problem for me. Thank you guys