David MENTRE <[EMAIL PROTECTED]> writes: | Gabriel Dos Reis <[EMAIL PROTECTED]> writes: | | > Obtaining a working copy from the Sourceforge SVN repository | > ============================================================ | [...] | > | > * read-only access: | > | > Check out the silver branch of Axiom source code with | > | > svn co https://svn.sourceforge.net/svnroot/axiom/trunk axiom.silver | | I checked out a fresh silver tree following above instructions and this | tree does not build. | | (after a 'make') | | 10 copying /home/david/pub/axiom-libre/silver/axiom/src/scripts to /home/david/pub/axiom-libre/silver/axiom/mnt/linux/bin | cp: cannot create regular file `/home/david/pub/axiom-libre/silver/axiom/mnt/linux/bin/tex/.svn/text-base/axiom.sty.svn-base': Permission denied | cp: cannot create regular file `/home/david/pub/axiom-libre/silver/axiom/mnt/linux/bin/tex/.svn/prop-base/axiom.sty.svn-base': Permission denied | cp: cannot create regular file `/home/david/pub/axiom-libre/silver/axiom/mnt/linux/bin/tex/.svn/props/axiom.sty.svn-work': Permission denied | cp: cannot create regular file `/home/david/pub/axiom-libre/silver/axiom/mnt/linux/bin/tex/.svn/wcprops/axiom.sty.svn-work': Permission denied | cp: cannot create regular file `/home/david/pub/axiom-libre/silver/axiom/mnt/linux/bin/tex/.svn/entries': Permission denied | cp: cannot create regular file `/home/david/pub/axiom-libre/silver/axiom/mnt/linux/bin/tex/.svn/empty-file': Permission denied | cp: cannot create regular file `/home/david/pub/axiom-libre/silver/axiom/mnt/linux/bin/tex/.svn/README.txt': Permission denied | cp: cannot create regular file `/home/david/pub/axiom-libre/silver/axiom/mnt/linux/bin/tex/.svn/format': Permission denied | cp: cannot create regular file `/home/david/pub/axiom-libre/silver/axiom/mnt/linux/bin/tex/.svn/dir-wcprops': Permission denied | make: *** [litcmds] Error 1 | | | I suppose this is related to the .svn/ directories being spread all over | the axiom tree. | | 'make clean' does not work neither, with the same error.
Hi David, SVK does not keep administrative files (like SVN or CVS) in the checked out working directories; consequently you should not see those problems if you work with SVK. Of course, that does not mean we should not fix the real problem. http://wiki.axiom-developer.org/AxiomSilverBranch see the section on SVK. -- Gaby _______________________________________________ Axiom-developer mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-developer
