Skip to content
Snippets Groups Projects
Commit 2fe86132 authored by dberlin's avatar dberlin
Browse files

2005-10-26 Daniel Berlin <dberlin@dberlin.org>

	* update_web_docs_svn: Use -q to quiet svn.



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105987 138bc75d-0d04-0410-961f-82ee72b054a4
parent 47828efc
No related branches found
No related tags found
No related merge requests found
2005-10-26 Daniel Berlin <dberlin@dberlin.org>
* update_web_docs_svn: Use -q to quiet svn.
2005-10-26 Daniel Berlin <dberlin@dberlin.org> 2005-10-26 Daniel Berlin <dberlin@dberlin.org>
* crontab: Update to reflect reality * crontab: Update to reflect reality
......
...@@ -87,7 +87,7 @@ if [ "$RELEASE" = "trunk" ]; then ...@@ -87,7 +87,7 @@ if [ "$RELEASE" = "trunk" ]; then
svn ls -R $SVNROOT/$RELEASE/gcc | grep "\.texi$" |fgrep -v -f/home/gccadmin/scripts/doc_exclude > FILES svn ls -R $SVNROOT/$RELEASE/gcc | grep "\.texi$" |fgrep -v -f/home/gccadmin/scripts/doc_exclude > FILES
# SVN export doesn't function like CVS, in that it doesn't create an entire empty path structure # SVN export doesn't function like CVS, in that it doesn't create an entire empty path structure
# Thus, it's easiest to just export the entire tree # Thus, it's easiest to just export the entire tree
svn export $SVNROOT/$RELEASE gcc svn -q export $SVNROOT/$RELEASE gcc
# # Checkout all the texi files. # # Checkout all the texi files.
# for i in `cat FILES`; do # for i in `cat FILES`; do
# svn -q export $SVNROOT/$RELEASE/gcc/$i # svn -q export $SVNROOT/$RELEASE/gcc/$i
...@@ -102,7 +102,7 @@ else ...@@ -102,7 +102,7 @@ else
svn ls -R $SVNROOT/tags/$RELEASE/gcc | grep "\.texi$" |fgrep -v -f/home/gccadmin/scripts/doc_exclude > FILES svn ls -R $SVNROOT/tags/$RELEASE/gcc | grep "\.texi$" |fgrep -v -f/home/gccadmin/scripts/doc_exclude > FILES
# SVN export doesn't function like CVS, in that it doesn't create an entire empty path structure # SVN export doesn't function like CVS, in that it doesn't create an entire empty path structure
# Thus, it's easiest to just export the entire tree # Thus, it's easiest to just export the entire tree
svn export $SVNROOT/tags/$RELEASE gcc svn -q export $SVNROOT/tags/$RELEASE gcc
# # Checkout all the texi files. # # Checkout all the texi files.
# for i in `cat FILES`; do # for i in `cat FILES`; do
# svn -q export $SVNROOT/tags/$RELEASE/gcc/$i # svn -q export $SVNROOT/tags/$RELEASE/gcc/$i
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment