Is it possible to add new file to Repository in post-commit hooks.
When users commit files, the new file has to be added to the repository which contains commit comments given by the user.
For second time commit of same file needs to append the file which already added.
Can I do this by using svn.exe add
command?