| Submitter | Gerald Pfeifer |
|---|---|
| Date | Aug. 14, 2010, 10:59 p.m. |
| Message ID | <alpine.LNX.2.00.1008150056330.10053@acrux.dbai.tuwien.ac.at> |
| Download | mbox | patch |
| Permalink | /patch/61741/ |
| State | New |
| Headers | show |
Comments
Patch
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