How to do a post commit hook checkout a particular svn path checked in.
Right now I am only able to checkout when any file in the repository path is committed. But how to add filter to check only the particular path(/Mobile/Node/trunk) in the repository is committed.
Do I need to do the filter in pre-commit hook?