Lukas Reichlin schrieb:
> On 18.10.2009, at 10:14, Søren Hauberg wrote:
> 
>> søn, 18 10 2009 kl. 10:11 +0200, skrev Lukas Reichlin:
>>> The reason is that they're not compatible, e.g. the "low-level"
>>> command ss for creating a state-space model exists in both packages,
>>> but the "old" ss creates a struct for storing the model data, while
>>> the "new" ss creates an instance (usage: sys = ss (A, B, C, D).
>> Okay that makes sense.
>>
>>> IMHO the old control package should remain the "official" one until
>>> the new one is 100% ready.
>> OK.
>>
>>> I've given you access to the Octave-Forge SVN, so you can do this
>>>> yourself :-)
>>> Thanks, I hope I don't mess things up!
>> Just let us know if you have questions.
> 
> Is there a way to create the folders "@lti", "@ss", "@tf" and  
> "@tfpoly" in
> octave-forge/extra/control-oo/inst/
> Somehow, my SVN doesn't accept folder names starting with "@", it  
> creates "i...@lti" instead. The "@" in front of the folder name is  
> needed for oo-programming in Octave.

It looks like it would work in Terminal.app on my Mac:

   main/odepkg Me$ mkdir @test
   main/odepkg Me$ svn add \...@test/
   A         @test
   main/odepkg Me$ svn --force rm \...@test/
   D         @test

Best regards

   Thomas

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to