X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Mailer: exmh version 2.8.0 04/21/2012 (debian 1:2.8.0~rc1-2) with nmh-1.5 X-Exmh-Isig-CompType: repl X-Exmh-Isig-Folder: inbox From: karl AT aspodata DOT se To: geda-user AT delorie DOT com Subject: Re: [geda-user] gEDA/gschem still alive? In-reply-to: <201507071838.t67IcjWJ014955@envy.delorie.com> References: <1435510363 DOT 682 DOT 26 DOT camel AT ssalewski DOT de> <20150703030409 DOT 32398 DOT qmail AT stuge DOT se> <1436006726 DOT 677 DOT 13 DOT camel AT ssalewski DOT de> <20150706200609 DOT GD24178 AT localhost DOT localdomain> <20150707060409 DOT GB14357 AT localhost DOT localdomain> <559C0F7D DOT 4020600 AT neurotica DOT com> <201507071805 DOT t67I5tFG012669 AT envy DOT delorie DOT com> <559C1B73 DOT 7040506 AT neurotica DOT com> <201507071838 DOT t67IcjWJ014955 AT envy DOT delorie DOT com> Comments: In-reply-to DJ Delorie message dated "Tue, 07 Jul 2015 14:38:45 -0400." Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Message-Id: <20150707191750.918B98038A32@turkos.aspodata.se> Date: Tue, 7 Jul 2015 21:17:50 +0200 (CEST) X-Virus-Scanned: ClamAV using ClamSMTP Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk DJ Delorie: ... > Yeah, but I really want to see an EDA package that integrates with the > internet :-) > > I mean, if I suggested the url git://github.com/example/library.git/ > half the people here would start begging me for it ;-) Having something on the net, I would suggest some form of caching - you don't want your schematics/pcb to be incomplete just because some server isn't up and running. And caching could be done by yourself or be triggered by button in the gui. Currently, I think it's just as easy to do the update myself, especially if you have more than a few repos. to mirror. Something like the script below could help: #!/bin/sh msg() { echo echo '############################' echo "$@" echo } Update() { dir=$1 shift if [ -d $dir ] then cd $dir for i in * do ( if test -d $i -a $i != Old then cd $i msg $dir/$i $@ fi ) done fi } Update /Net/git git pull Update /Net/cvs cvs -q update -dP Update /Net/svn svn up Update /Net/hg hg pull -u ... /// And also sym/fp's on the net poses the problem of what to do when the net file is changed. Perhaps one solution would be to include functions to copy said sym/fp to the working dir. Regards, /Karl Hammar ----------------------------------------------------------------------- Aspö Data Lilla Aspö 148 S-742 94 Östhammar Sweden +46 173 140 57