From d03163cea16c8056fc8095ead5acfbaacebde7ee Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Fri, 26 Jul 2002 19:41:49 +0000 Subject: *** empty log message *** svn path=/trunk/externals/ggee/; revision=57 --- control/cvs.pd | 27 +++++++++++++++------------ control/shell.c | 2 +- control/shell.pd | 10 ++++++---- 3 files changed, 22 insertions(+), 17 deletions(-) diff --git a/control/cvs.pd b/control/cvs.pd index afc17c0..fc1bc66 100644 --- a/control/cvs.pd +++ b/control/cvs.pd @@ -1,23 +1,26 @@ #N canvas 420 4 512 424 10; -#X obj 13 304 shell; -#X obj 57 352 print; -#X msg 13 140 cvs -q update; -#X obj 13 327 route ?; -#X text 10 121 Click to see changes; -#X msg 195 150 fixed_bug_in_shell; +#X obj 13 338 shell; +#X obj 57 386 print; +#X msg 13 116 cvs -q update; +#X obj 13 361 route ?; +#X text 10 97 Click to see changes; +#X msg 195 126 fixed_bug_in_shell; #X msg 31 273 cvs commit -m \$1; -#X msg 194 176 another_useless_bugfix; -#X text 191 124 Click one of these to commit; +#X msg 194 152 another_useless_bugfix; +#X text 191 100 Click one of these to commit; #X text 13 9 PD CVS access; #X text 118 9 (Yes \, its crazy); #X text 10 57 You will be asked for your password in the console; -#X msg 227 269 cvs add control/cvs.pd; -#X msg 195 209 added_the_cvs_patch; +#X msg 195 185 added_the_cvs_patch; +#X text 203 247 Add a new file to the repository; +#X msg 202 270 control/cvs.pd; +#X msg 52 307 cvs add \$1; #X connect 0 0 3 0; #X connect 2 0 0 0; #X connect 3 1 1 0; #X connect 5 0 6 0; #X connect 6 0 0 0; #X connect 7 0 6 0; -#X connect 12 0 0 0; -#X connect 13 0 6 0; +#X connect 12 0 6 0; +#X connect 14 0 15 0; +#X connect 15 0 0 0; diff --git a/control/shell.c b/control/shell.c index 112f7de..79bd046 100755 --- a/control/shell.c +++ b/control/shell.c @@ -148,7 +148,7 @@ static void shell_anything(t_shell *x, t_symbol *s, int ac, t_atom *at) for (i=1;i<=ac;i++) { argv[i] = atom_getsymbolarg(i-1,ac,at)->s_name; - post("argument %s",argv[i]); + /* post("argument %s",argv[i]); */ } argv[i] = 0; diff --git a/control/shell.pd b/control/shell.pd index f5cdb0d..194e10b 100755 --- a/control/shell.pd +++ b/control/shell.pd @@ -1,4 +1,4 @@ -#N canvas 309 28 450 300 10; +#N canvas 420 4 512 424 10; #X obj 137 98 shell; #X msg 36 39 ls; #X obj 121 165 print; @@ -12,9 +12,10 @@ #X obj 60 17 metro 10; #X floatatom 271 89 4 0 0; #X obj 53 245 shell; -#X obj 53 273 print; -#X msg 53 219 cvs update; +#X obj 97 306 print; #X msg 133 215 cvs commit -m fixed_bug_in_shell; +#X msg 19 191 cvs -q update; +#X obj 53 268 route ?; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 3 0 0 0; @@ -23,6 +24,7 @@ #X connect 8 0 10 0; #X connect 9 0 0 0; #X connect 10 0 3 0; -#X connect 12 0 13 0; +#X connect 12 0 16 0; #X connect 14 0 12 0; #X connect 15 0 12 0; +#X connect 16 1 13 0; -- cgit v1.2.1