I am trying to use this command for svn diff and I want to ignore jar files in that
SVN diff -c ${fileObject.revision} ${fileObject.path}
I tried using this but it didn't work
SVN diff -c ${fileObject.revision} ${fileObject.path} -x '*.jar'
I am trying to use this command for svn diff and I want to ignore jar files in that
SVN diff -c ${fileObject.revision} ${fileObject.path}
I tried using this but it didn't work
SVN diff -c ${fileObject.revision} ${fileObject.path} -x '*.jar'
Copyright © 2021 Jogjafile Inc.