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,
304 elif [ -d .svn ]; then
305 GCC_SVN=${GCC_SVN-${SVN-svn}}
306 vcs_type="svn"
308 echo "This does not seem to be a GCC GIT/HG/SVN tree!"
367 # been converted from the SVN tree.
395 # Extract SVN revision corresponding to parents, as stored by
401 sed -ne "/^extra:.*convert_revision=svn:/ {
409 svn)
410 chat "Updating SVN tree"
415 echo "SVN update of full tree failed." >&2