I want to list specific directories in the SVN pre-commit Hook
when I use svn list [repor_path]
command
I got this result :
svn list http://SB-LAP163W/svn/TEST/RC | findstr 13.10
13.10.1/
13.10.2/
13.10.3/
that's what I'm looking but when I use the same command doesn't work in the pre-commit hook how can I deal with it using svnlook
command?
I tried SVNLOOK dirs-changed -t TXN-NAME REPOS-PATH
it will give me the changed path PC/13.10/main/dto/
and in my case, I want to list the folders under RC
repo not PC
PS: RC and PC two directories has the same root
- svn/ILS/RC/
- svn/ILS/PC/