I want to post commit hook checkout when any files in a specific repository 
path is committed Like,

/Mobile/Node/Trunk.

For checking out , I am using the below command: "D:\Program 
Files\VisualSVN Server\bin\svn.exe" checkout https://*.**.**/Mobile/Node/trunk 
C:\Node --trust-server-cert --non-interactive --username ** --password ***
 --no-auth-cache

I tried to use --filter /Mobile/Node/trunk I am getting error as "svn: 
invalid option: --filter", since its only available in 
VisualSVNServerHooks.exe.

What command can I use to check only for a specific path in visual svn for 
post commit hook checkout

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