>
> I found the solution in the below link and it worked. Why is my 
> post-commit hook conditional statement not working when I check to see if a 
> particular branch was 
> committed?<http://stackoverflow.com/questions/19426757/why-is-my-post-commit-hook-conditional-statement-not-working-when-i-check-to-see>
>
> svnlook dirs-changed %1 -r %2 | findstr /b /i "branches/dev"
>
> IF %ERRORLEVEL% EQU 0 ( pushd svn update --username --password )
>
> in the place of "branches/dev". I replaced with my path 
> "/Mobile/Node/trunk"
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"VisualSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to visualsvn+unsubscr...@googlegroups.com.
To post to this group, send email to visualsvn@googlegroups.com.
Visit this group at http://groups.google.com/group/visualsvn.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to