This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more information.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Mike Stump wrote: > svn ls -r40553 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-2_95-branch/ > gcc/testsuite > > appears to be fairly close. Don't know why the tag was messed up. > > This number comes from the tags/gcc-2_95_3 tag. > Thx a lot Mike, This is what i get from svn repo (after importing the corresponding key from 'gcc.gnu.org (209.132.176.174)': [root@sparkbox tmp]# LANG=C; svn ls -r40553 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-2_95-branch/ gcc/testsuite Permission denied (publickey,gssapi-with-mic). svn: Connection closed unexpectedly Finally i tried without ssh, then i get: [root@sparkbox tmp]# LANG=C; svn ls -r40553 svn://gcc.gnu.org/svn/gcc/branches/gcc-2_95-branch/ gcc/testsuite .cvsignore COPYING COPYING.LIB ChangeLog INSTALL/ MAINTAINERS Makefile.in README config/ config-ml.in config.guess config.if config.sub configure configure.in contrib/ etc/ gcc/ include/ install-sh libchill/ libf2c/ libiberty/ libio/ libobjc/ libstdc++/ ltconfig ltmain.sh missing mkinstalldirs move-if-change symlink-tree texinfo/ ylwrap svn: 'gcc' is not a working copy Anyway i succeded using viewcvs at gnu using the release you mentionned at: http://gcc.gnu.org/viewcvs/branches/gcc-2_95-branch/gcc/testsuite/ChangeLog?view=log&pathrev=40553 And i saw after 'co' that changelog header is: Revision 30159 - (view) (download) - [select for diffs] Modified Mon Oct 25 06:59:16 1999 UTC (6 years, 8 months ago) by law File length: 111635 byte(s) Diff to previous 28721 (colored) Stamp ChangeLogs for release Sun Oct 24 23:54:10 PDT 1999 Jeff Law (law@cygnus.com) * gcc-2.95.2 Released. <...> And what im using corresponds to IIRC: http://gcc.gnu.org/viewcvs/branches/gcc-2_95_2_1-branch/gcc/testsuite/ChangeLog?view=log Wed Dec 6 22:03:04 PST 2000 Jeff Law (law@cygnus.com) * gcc-2.95.2.1 Released. Can i assume that what im using (2.95.2.1) is the last used previously to release 2.95.3 20010315 (release)? I'm messed with this, anyway i don't understand why the 2.95.3 doesn't have a testsuite folder within. Help appreciated, TIA Jose. -- For unsubscribe information see http://sourceware.org/lists.html#faq
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |