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

2006-09-29 Thread Alfredo Portes
Thanks for the explanation. Our service providers has modified the configuration of /tmp on our server to provide more space and the 'svk smerge' command is now working happy apparently re-creating the Axiom subversion repository on Google in the expected manner. :-) Good to hear Bill. :-) If ev

RE: [Axiom-developer] Working in the boot package

2006-09-29 Thread Vanuxem Grégory
Le vendredi 29 septembre 2006 à 15:49 -0400, Bill Page a écrit : > On September 29, 2006 1:13 PM Vanuxem Grégory wrote: > > > > > I want to work in the boot package. Is it possible from > > > the interpreter to open a gcl prompt with all the Axiom > > > packages loaded ... > > > On September 29, 2

[Axiom-developer] Axiom conference call

2006-09-29 Thread root
Is anyone available for an axiom conference call? Perhaps saturday at noot (EST)? Tim ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer

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

2006-09-29 Thread Gabriel Dos Reis
On Fri, 29 Sep 2006, Bill Page wrote: | On September 29, 2006 8:19 AM Ben Collins-Sussman wrote: | > | > Yes, this is definitely a client-side error. When the svn client | > sends a file to the server (during a commit), it uses xdelta to | > diff-encode the data into a temporary file, then the ne

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

2006-09-29 Thread Bill Page
On September 29, 2006 8:19 AM Ben Collins-Sussman wrote: > > Yes, this is definitely a client-side error. When the svn client > sends a file to the server (during a commit), it uses xdelta to > diff-encode the data into a temporary file, then the neon library > (an http client library) pushes the

RE: [Axiom-developer] Working in the boot package

2006-09-29 Thread Bill Page
On September 29, 2006 1:13 PM Vanuxem Grégory wrote: > > > I want to work in the boot package. Is it possible from > > the interpreter to open a gcl prompt with all the Axiom > > packages loaded ... > On September 29, 2006 2:01 PM Tim Daly wrote: > > There are at least several ways. > -> )lisp (

Re: [Axiom-developer] Working in the boot package

2006-09-29 Thread root
> I want to work in the boot package. Is it possible from the interpreter > to open a gcl prompt with all the Axiom packages loaded and, it's _very > important_, all the internal variables set? If I work with depsys some > variables are not set so its behavior is different. Just an example > (MERGE

[Axiom-developer] Working in the boot package

2006-09-29 Thread Vanuxem Grégory
Hello, I want to work in the boot package. Is it possible from the interpreter to open a gcl prompt with all the Axiom packages loaded and, it's _very important_, all the internal variables set? If I work with depsys some variables are not set so its behavior is different. Just an example (MERGE-

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

2006-09-29 Thread Ben Collins-Sussman
Yes, this is definitely a client-side error. When the svn client sends a file to the server (during a commit), it uses xdelta to diff-encode the data into a temporary file, then the neon library (an http client library) pushes the tmpfile over the wire. As an experiment, you might want to create

Re: [Axiom-developer] Hyperdoc problem in patch-49

2006-09-29 Thread Martin Rubey
Ralf Hemmecke <[EMAIL PROTECTED]> writes: > Type UnivariateTaylorSeries into the browse filed of HyperDoc then press > "Constructors". FINE. > > Now try the same thing with > >UnivariateTaylor* > > and you get the message "There is no constructor matching pattern > "UnivariateTaylor*" > >

[Axiom-developer] Hyperdoc problem in patch-49

2006-09-29 Thread Ralf Hemmecke
Type UnivariateTaylorSeries into the browse filed of HyperDoc then press "Constructors". FINE. Now try the same thing with UnivariateTaylor* and you get the message "There is no constructor matching pattern "UnivariateTaylor*" Anybody else experiences that problem? Ralf