This is the mail archive of the ecos-maintainers@sourceware.org mailing list for the eCos 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]

Re: hardware.html help!


> Unfortunately I believe you have to set the permissions correctly the 
> first time a file is "cvs add"ed, otherwise it can only be fixed with 
> local shell access to the CVS repository.

I don't think this can be correct. I just did a cvs commit to
board-tablerow.html and that broke it.

I have another change i would like to commit:

Index: boardtext.html
===================================================================
RCS file: /cvs/ecos/htdocs/boards/boardtext.html,v
retrieving revision 1.10
diff -u -r1.10 boardtext.html
--- boardtext.html      16 Jun 2004 00:26:29 -0000      1.10
+++ boardtext.html      20 Feb 2006 08:39:00 -0000
@@ -76,6 +76,9 @@
 <!--#if expr="$watchdogsupport = 1" -->
 <li>Watchdog
 <!--#endif -->
+<!--#if expr="$spisupport = 1" -->
+<li>SPI
+<!--#endif -->
 </ul>
 </p>
 <!--#else -->

Are you at your keyboard at the moment to fix it if this commit breaks
things?

        Andrew


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