Hello
There is some projects in our repository. Some developer could work
separately on single project all time some switch from one project to
another.
All projects are placed into single repository. The tree looks like
project1
---trunk
---branch
---tag
project2
---trunk
---branch
---tag
and so on.
At the commit I'd like to send notification e-mail only for
developers who is working with committed project now. Project
developer e-mail addresses could be stored in the project svn
properties or hardcoded into the post-commit script. I've seen
commit-email.pl but there is nothing like that.
I've set up post-commit hook but how should I parse svnlook output to
get project name? I'd like to get dirs-changed list and select unique
top-level folder name but it sounds too complex for me. Has anyone
solve such problem?
Thank you.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 22 13:45:39 2005