Our repository has the following structure:
Dev
Project1
source
docs
...
Project2
source
docs
...
...
After making changes to the sources of Project1, we would like to deploy Project1 (compilation, testing, copying, etc.). How to find out in the post-commit-hook that we made Dev / Project1 so that we can export this project and run some tasks on it? When executing the svn command (for example, using TortoiseSVN) ir it says: "Commit to: ..." How to find "commit to"?
source
share