This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

maintainer-scripts/gcc_release: CVS is no more


Having another look at this script, I spotted references to CVS and
specifically a variabel CVSROOT which was not used anywhere anymore.
So, I yanked it.

Applied.

Gerald

2010-08-15  Gerald Pfeifer  <gerald@pfeifer.com>
 
	* gcc_release (CVSROOT): Remove all occurrences.
 
Index: gcc_release
===================================================================
--- gcc_release	(revision 163251)
+++ gcc_release	(working copy)
@@ -703,13 +703,10 @@
 # Set up SVNROOT.
 if [ $LOCAL -eq 0 ]; then
     SVNROOT="svn+ssh://${SVN_USERNAME}@${SVN_SERVER}${SVN_REPOSITORY}"
-    CVSROOT=":ext:${SVN_USERNAME}@gcc.gnu.org/cvs/gcc"
 else
     SVNROOT="file:///svn/gcc"
-    CVSROOT="/cvs/gcc"
 fi
 export SVNROOT
-export CVSROOT
 
 ########################################################################
 # Main Program


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]