tf.exe folderdiff diffing files in specific folders -
i want able diff app.config files resides in folders called messagingservice. have read documentation on tf.exe 50 times now, , can't understand syntax should different than:
tf.exe treediff $/myproject/main $/myproject/prod /filter:"app.config;messagingservice\" /r
but leaves no results. far can understand folder inclusion mask not behave expected, because following line works fine:
tf.exe treediff $/myproject/main $/myproject/prod /filter:"app.config;!messagingservice\" /r
but of course displays app.configs i'm not interested in :)
any enlightening comments highly appreciated.
try 1 ...
tf.exe treediff $/myproject/main $/myproject/prod /filter:"app.config;*messagingservice*\" /r
i believe stars needed after , before messagingservice word because "app.config" entire filename messagingservice word not entire path value, part of actual file path.
Comments
Post a Comment