Home | History | Annotate | Download | only in contrib

Lines Matching refs:SVN

16 # By default all command-line options are passed to `svn update` or `hg/git
24 # If the first parameter is --touch, no svn operation will be performed,
321 elif [ -d .svn ]; then
322 GCC_SVN=${GCC_SVN-${SVN-svn}}
323 vcs_type="svn"
325 echo "This does not seem to be a GCC GIT/HG/SVN tree!"
384 # been converted from the SVN tree.
412 # Extract SVN
418 sed -ne "/^extra:.*convert_revision=svn:/ {
426 svn)
427 chat "Updating SVN tree"
432 echo "SVN update of full tree failed." >&2