but I dont know how
You correctly say that you need to do this by post-fixing, but if you mean that you do not know the process, here's how.
Your post commit is a script that gets called after every project commit in your SVN repository. There is a file called post-commit in the hooks folder of each repository. Modify the file to include the necessary * commands in order to copy for you and make it post-commit.exe .
Then each time you make a new revision, the script should process it for you.
* Under the necessary commands, I mean either copying using the Windows command line, or calling another script to complete the job from post-commit.exe .
Also, although the SVN docs mention that the post-commit hook must be either .bat or .exe , I only worked when it was .exe on my machine.
You can convert the .bat files to binary .exe using the tools available here and. The second is much more convenient. Hope this helps.
source share