Home | History | Annotate | Download | only in contrib

Lines Matching refs:svn

32 svnpath=svn://gcc.gnu.org/svn/gcc
68 URL is the location of the GCC SVN repository. The default is
164 svn -q co $svnpath/trunk .
166 echo "ERROR: initial svn checkout failed"
177 VERSION=`svn info $SOURCE | grep "^Revision:" | sed -e "s/^Revision://g" -e "s/ //g"`
222 svn cleanup && svn revert -R . && svn st | cut -d' ' -f5- | xargs rm -v
244 if ! svn switch -r $svn_revision $svnpath/trunk &> $TESTING/svn ; then
245 report "failed to update svn sources with"
246 report "svn switch -r $svn_revision $svnpath/trunk"
247 freport $TESTING/svn
253 if ! svn switch -r $svn_revision $svn_branch &> $TESTING/svn ; then
254 report "failed to update svn sources with"
255 report "svn switch -r $svn_revision $svn_branch"
256 freport $TESTING/svn
262 if ! svn switch -r $svn_revision $svnpath/branches/$svn_branch &> $TESTING/svn ; then
263 report "failed to update svn sources with"
264 report "svn switch -r $svn_revision $svnpath/branches/$svn_branch"
265 freport $TESTING/svn
272 current_version=`svn info $SOURCE | grep "^Revision:" | sed -e "s/^Revision://g" -e "s/ //g"`
299 # Just assume indexes for now -- not really great, but svn always
303 # This is how svn reports deletions.
374 current_branch=`svn info $SOURCE | grep "^URL:" | sed -e "s/URL: //g" -e "s,${svnpath},,g"`
375 current_version=`svn info $SOURCE | grep "^Revision:" | sed -e "s/^Revision://g" -e "s/ //g"`