[Proto-Scripty] Re: How to get the latest prototypejs source under windows system?

2009-03-08 Thread Tobie Langel
it's: $ git submodule update not: $ git update Best, Tobie On Mar 8, 8:11 pm, buda wrote: > I tried do this in command line in git but it hasnt know command > update :( > I learn its help and its true - git hasnt have 'update' command > > Is tere an easy way, as it was early, to get th

[Proto-Scripty] Re: How to get the latest prototypejs source under windows system?

2009-03-08 Thread buda
I tried do this in command line in git but it hasnt know command update :( I learn its help and its true - git hasnt have 'update' command Is tere an easy way, as it was early, to get the latest source Help me please!!! On 8 мар, 16:57, Tobie Langel wrote: > You'll have to use the regul

[Proto-Scripty] Re: How to get the latest prototypejs source under windows system?

2009-03-08 Thread Tobie Langel
You'll have to use the regular command line, then. Best, Tobie On Mar 8, 1:41 pm, buda wrote: > I clone source from winGUI application > there is no command window in Git or I am mistaking? > > On 8 мар, 13:06, Tobie Langel wrote: > > > Did you run the two commands as suggested ? > > > On Ma

[Proto-Scripty] Re: How to get the latest prototypejs source under windows system?

2009-03-08 Thread buda
I clone source from winGUI application there is no command window in Git or I am mistaking? On 8 мар, 13:06, Tobie Langel wrote: > Did you run the two commands as suggested ? > > On Mar 8, 11:43 am, buda wrote: > > > > > I have read - installed Git and Ruby, then with GitUI create local > > cop

[Proto-Scripty] Re: How to get the latest prototypejs source under windows system?

2009-03-08 Thread Tobie Langel
Did you run the two commands as suggested ? On Mar 8, 11:43 am, buda wrote: > I have read - installed Git and Ruby, then with GitUI create local > copy from git://github.com/sstephenson/prototype.git > then in the source directory do "rake dist" and as previouse have a > result: > > C:\prototype

[Proto-Scripty] Re: How to get the latest prototypejs source under windows system?

2009-03-08 Thread buda
I have read - installed Git and Ruby, then with GitUI create local copy from git://github.com/sstephenson/prototype.git then in the source directory do "rake dist" and as previouse have a result: C:\prototype>rake dist (in C:/prototype) You'll need Sprockets to build Prototype. Just run: $ gi

[Proto-Scripty] Re: How to get the latest prototypejs source under windows system?

2009-03-07 Thread T.J. Crowder
Hi, Have you tried the steps listed on the Contribute page[1] and run into a problem? [1] http://prototypejs.org/contribute -- T.J. Crowder tj / crowder software / com Independent Software Engineer, consulting services available On Mar 7, 5:20 pm, buda wrote: > Does anyone know how? > > On 5

[Proto-Scripty] Re: How to get the latest prototypejs source under windows system?

2009-03-07 Thread Quleczka
Hi, > > How to get the latest prototypejs source under windows system? Do you mean how to get the current release right now or how to make it automatically every time when new version is available? I don't really get your question. You can simply download it from http://prototypejs.org/downloa

[Proto-Scripty] Re: How to get the latest prototypejs source under windows system?

2009-03-07 Thread buda
Does anyone know how? On 5 мар, 22:10, buda wrote: > it's not clear how for now the right way to get the latest source > Early it was possible with Rubby for Windows with rake command > > Now, as I understand, it's not working > > How to get the latest prototypejs source under windows system? --