"Bill Page" <[EMAIL PROTECTED]> writes: > On April 11, 2006 4:01 AM Gaby wrote: > >> Bill Page wrote: >> | In the SourceForge Axiom CVS archive I have set the binary mode >> | for all the *.tgz files in the zips directory using the command: >> | >> | cvs admin -kb >> | >> | as described here: >> | >> | http://www.idevelopment.info/data/Programming/change_managemen >> | t/unix_cvs/PROGRAMMING_Working_with_Binary_Files.shtml >> | >> | I have also requested a 'refresh' of the SourceForge Axiom SVN >> | from CVS, so that should correct the binary files problem and >> | permit Axiom to be build from the SVN archive. >> >> Thanks! > > I tested it and it seems ok to me now. Perhaps some of the other > developers who have downloaded the SVN silver version should test > this. An 'svn update' should be sufficient. Then Axiom should build > from this archive.
Have you actually built it, or just downloaded it? When I try to build it, I get a series of errors of the form: cp: cannot create regular file `/usr/local/belanger/axiom/silver/mnt/linux/bin/tex/.svn/prop-base/axiom.sty.svn-base': Permission denied cp: cannot create regular file `/usr/local/belanger/axiom/silver/mnt/linux/bin/tex/.svn/format': Permission denied cp: cannot create regular file `/usr/local/belanger/axiom/silver/mnt/linux/bin/tex/.svn/text-base/axiom.sty.svn-base': Permission denied cp: cannot create regular file `/usr/local/belanger/axiom/silver/mnt/linux/bin/tex/.svn/README.txt': Permission denied I assume that when some recursive copy in the Makefile is called, it tries to write over some subversion files (which of course don't have permissions which allow that). Am I the only one with this problem? Jay _______________________________________________ Axiom-developer mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-developer
