Hello,

>> 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?
>>
>> 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"

Do you ask why "--filter" does not work with svn.exe? The "--fillter"
argument applies to VisualSVNServerHooks.exe, not to svn.exe. In other
words, the option is not available in svn.exe command-line client.
VisualSVNServerHooks.exe can be used to send commit notification,
emails and check incoming revisions for case-sensitivity issues, it
can't checkout the working copy from the repository.

You current hook snippet looks good, don't see any issues with it.

-- 
With best regards,
Pavel Lyalyakin
VisualSVN Team

-- 
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