Re: [Axiom-developer] svn failures

2006-10-01 Thread Gabriel Dos Reis
root <[EMAIL PROTECTED]> writes: [...] | Sometimes it fails, sometimes it doesn't. Mostly luck. | Today isn't my lucky day. I think you can (1) classify SF/SVN as broken; (2) suffer the pain of initial checkout with SVK, and enjoy the rest seamlessly; (3) posit there is something b

Re: [Axiom-developer] Boot

2006-10-01 Thread Gabriel Dos Reis
CY <[EMAIL PROTECTED]> writes: [...] | > you'll notice that the makefile in the src/boot directory explicitly | > translates using the BOOTSYS image which contains the 'shoe' parser. | > the makefile in the src/interp directory explicitly translates using | > the DEPSYS image which only contains

[Axiom-developer] svn failures

2006-10-01 Thread root
my console log. svn co https://svn.sourceforge.net/svnroot/magnus/branches/daly magnus checkout out a bunch of files svn: REPORT request failed on '/svnroot/magnus/!svn/vcc/default' svr: REPORT of '/svnroot/magnus/!svn/vcc/default': Could not read response body: Secure connection truncated

Re: [Axiom-developer] Boot

2006-10-01 Thread CY
On Sunday 01 October 2006 21:42, root wrote: > thus it seems there are 2 boot languages implemented (but not defined). > my belief (but i don't remember) is that the src/boot directory came > into being as part of the process of switching to the new boot/shoe > language. Yipe. This makes the cmu

Re: [Axiom-developer] boottocl

2006-10-01 Thread Gabriel Dos Reis
"Bill Page" <[EMAIL PROTECTED]> writes: | On September 30, 2006 10:36 PM Gaby wrote: | > ... | > Assume I have an issue with how boottocl works, which version am | > I supposed to modify? I'm talking of the system as it currently | > is -- not how it could theoretically be. | > | | If you were

[Axiom-developer] Re: [M#73697383] Re: Disk-quota Request

2006-10-01 Thread root
> * Saying 'svn isn't ready for primetime' is mildly amusing to me. I'm > one of subversion's original designers, and the system has been > evolving for 6 years now. Apache, GCC, KDE, Gnome, Samba, and nearly > every project started within the last 3 years uses it. Sourceforge > and Google offer

Re: [Axiom-developer] Boot

2006-10-01 Thread Gabriel Dos Reis
Thanks! -- Gaby ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer

Re: [Axiom-developer] Boot

2006-10-01 Thread root
> Where are the source files for the "old" boot compiler located, and > where are the source files for the "new". > > I know you said "new" is meaningless, but apparently we have may have > at least two boot compiler, one "old, and one "new". Which is which? you believe i know the answer to t

[Axiom-developer] Boot

2006-10-01 Thread Gabriel Dos Reis
Tim -- Where are the source files for the "old" boot compiler located, and where are the source files for the "new". I know you said "new" is meaningless, but apparently we have may have at least two boot compiler, one "old, and one "new". Which is which? -- Gaby _

Re: [Axiom-developer] boottocl

2006-10-01 Thread Gabriel Dos Reis
"Bill Page" <[EMAIL PROTECTED]> writes: | On September 30, 2006 10:36 PM Gaby wrote: | > ... | > Assume I have an issue with how boottocl works, which version am | > I supposed to modify? I'm talking of the system as it currently | > is -- not how it could theoretically be. | > | | If you were

RE: [Axiom-developer] boottocl

2006-10-01 Thread Bill Page
On September 30, 2006 10:36 PM Gaby wrote: > ... > Assume I have an issue with how boottocl works, which version am > I supposed to modify? I'm talking of the system as it currently > is -- not how it could theoretically be. > If you were planning to change anything significant in Boot I would

RE: [Axiom-developer] RE: [M#73697383] Re: Disk-quota Request

2006-10-01 Thread Bill Page
Earlier I wrote: > > But the 'svnsync sync' command says: > > $ svnsync --non-interactive sync file:///home/page/axiom_sync > > svnsync: REPORT request failed on > 'https://svn.sourceforge.net/svnroot/axiom' > svnsync: The requested report is unknown. > ... Ok, the following worked, startin

[Axiom-developer] RE: [M#73697383] Re: Disk-quota Request

2006-10-01 Thread Bill Page
On October 1, 2006 1:39 PM Gabriel Dos Reis wrote: > > On Sun, 1 Oct 2006, Bill Page wrote: > > | that using subversion with the Axiom project is a viable. To a > | first time user like me who has previous experience with a tool > | like darcs, subversion seems overly complicated, especially when

[Axiom-developer] RE: [M#73697383] Re: Disk-quota Request

2006-10-01 Thread Gabriel Dos Reis
On Sun, 1 Oct 2006, Bill Page wrote: | that using subversion with the Axiom project is a viable. To a | first time user like me who has previous experience with a tool | like darcs, subversion seems overly complicated, especially when | SVK is layered on top. Hmm, I find SVK an excellent interfac

[Axiom-developer] RE: [M#73697383] Re: Disk-quota Request

2006-10-01 Thread Bill Page
Ben, On October 1, 2006 9:26 AM you wrote: > > On 9/30/06, Bill Page wrote: > > > So this confirms that 'svk smerge' does not re-create the > > repository in the same compact form in which it exists on > > SourceForge. :-( > > > > Another experiment you can try: subversion 1.4 now ships with a

[Axiom-developer] Typo in bookvol5 : clearCmdparts

2006-10-01 Thread Vanuxem Grégory
Hello, @@ -4333,7 +4332,7 @@ (spadlet plist (getalist (caar fenv) v)) (cond (plist - (|clearCmdparts| (cons '|propert| (cons v nil))) + (|clearCmdParts| (cons '|propert| (cons v nil))) To trigger this er

[Axiom-developer] problems with draw()

2006-10-01 Thread Andrey G. Grozin
Hello *, I've compiled axiom--main--1--patch-50 on a current Gentoo box, and it works. However, when I say, for example, draw(sin(x),x=0..10) I get a window with the title sin x centered at the top, axes, and no curve. In the axion session I get Warning: could not get the 6x10 font for unitFont

[Axiom-developer] Re: [M#73697383] Re: Disk-quota Request

2006-10-01 Thread Ben Collins-Sussman
On 9/30/06, Bill Page <[EMAIL PROTECTED]> wrote: So this confirms that 'svk smerge' does not re-create the repository in the same compact form in which it exists on SourceForge. :-( Another experiment you can try: subversion 1.4 now ships with a mirroring tool called 'svnsync'. Try using 's