From: LFSaw <lf...@lf...> - 2009-02-02 14:36:54
|
Hmmm, should be there, though… an svn info in the scgraph-quark directory gave me ~/Library/Application Support/SuperCollider/quarks/scgraph @ svn info Path: . URL: https://quarks.svn.sourceforge.net/svnroot/quarks/scgraph Repository Root: https://quarks.svn.sourceforge.net/svnroot/quarks Revision: 813 Node Kind: directory Schedule: normal Last Changed Author: tboverma Last Changed Rev: 813 Last Changed Date: 2009-01-28 14:35:23 +0100 (Mi, 28 Jan 2009) perhaps check manually in terminal? Or try a "svn up \"$HOME/Library/Application Support/SuperCollider/quarks \"".runInTerminal hope that helps all the best :-) Till On 02.02.2009, at 15:24, Julian Rohrhuber wrote: > couldn't get it. I've tried with: > Quarks.checkoutAll; > Quarks.update; > > no scgraph quark... > > At 14:02 Uhr +0100 02.02.2009, LFSaw wrote: >> Hello, >> >> anyone tried these? >> >> just out of sheer interestŠ >> >> regards >> Till >> >> On 28.01.2009, at 14:52, LFSaw wrote: >> >>> Hey, >>> >> > There is now an scgrah quark in the standard global quarks repo. >>> Feel free to add Helpfiles or a GServer implementation :-) >>> >>> kind regards >>> Till >>> >>> On 26.01.2009, at 22:09, LFSaw wrote: >>> >>>> >>>> On 26.01.2009, at 22:07, Julian Rohrhuber wrote: >>>> >>>>>> On 26.01.2009, at 19:45, Florian Schmidt wrote: >>>>>> >>>>>>> On Mon, 2009-01-26 at 19:22 +0100, LFSaw wrote: >>>>>>>> Hey, >>>>>>>> >>>>>>>> I am on th eway turning the language side of scgraph into a >>>>>>>> quark. >>>>>>>> That would have the beneft that it is more easy to intall and >>>>>>>> we >>>>>>>> can >>>>>>>> test several approaches in changing its design in parallel >>>>>>>> without >>>>>>>> changing the default behavior. >>>>>>>> >>>>>>>> Any objections, and, if not, where to put it? >>>>>>>> Either in the general quarks directory, or in a seperate quarks >>>>>>>> directory in scgraph's sf-svn. >>>>>>> >>>>>>> No objections from my side.. I guess the most simple [for the >>>>>>> user] >>>>>>> would be the general quarks-directory? The user would still have >>>>>>> the >>>>>>> option of installing it separately in this case? >>>>>> >>>>>> >>>>>> Yeah. >>>>>> >>>>>> Downside is that this menas they are not part of the scgraph >>>>>> distro >>>>>> anymore. >>>>> >>>>> >>>>> but sclang isn't either, no? So you anyhow need to get sclang >>>>> going >>>>> to run scgraph. Btw. you can give more than one svn addresses for >>>>> quarks. They could still reside in the other project. >>>>> >>>>> we can just add the path to Quarks. initClass >>>>> >>>>> >>>>> known = Dictionary[ >>>>> >>>>> "https://quarks.svn.sourceforge.net/svnroot/quarks" -> >>>>> (Platform.userAppSupportDir +/+ "quarks"), >>>>> >>>>> "https://svn.sonenvir.at/svnroot/SonEnvir/trunk/src/quarks- >>>>> sonenvir" >>>>> -> (Platform.userAppSupportDir +/+ "quarks-sonenvir"), >>>>> >>>>> "https://sc3-plugins.svn.sourceforge.net/svnroot/sc3-plugins/build >>>>> " >>>>> -> (Platform.userAppSupportDir +/+ "SC3plugins") >>>>> ]; >>>> >>>> >>>> now, that's an option. >>>> >>>> lg >>>> Till >>>> >>>> ------------------------------------------------------------------------------ >>>> This SF.net email is sponsored by: >>>> SourcForge Community >>>> SourceForge wants to tell your story. >>>> http://p.sf.net/sfu/sf-spreadtheword >>>> _______________________________________________ >>>> Scgraph-users mailing list >>>> Scg...@li... >>>> https://lists.sourceforge.net/lists/listinfo/scgraph-users >>> >> >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by: >> SourcForge Community >> SourceForge wants to tell your story. >> http://p.sf.net/sfu/sf-spreadtheword >> _______________________________________________ >> Scgraph-users mailing list >> Scg...@li... >> https://lists.sourceforge.net/lists/listinfo/scgraph-users > > > -- > > > > > > . |