Notification of SVN changes to specific files?
I have a specific set of files of which I'd like to be notified in some way whenever they're changed (by someone else). They're identifiable by a filename pattern, though I could also just keep a list. Is there some way to do this?
Please sign in to leave a comment.
Hello Harry,
There is no such feature in IntelliJ IDEA. It would be more reliable to configure
it outside an IDE, for example, by a Subversion post-commit hook that would
send you an e-mail.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Ok, I'll give that a try. Thanks.