delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2015/07/07/15:18:01

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> <CAFC5WMoa2-z6bNca_bQN+jmMR260UBmoJQybUzH=L2TrBpzNNA AT mail DOT gmail DOT com> <1436006726 DOT 677 DOT 13 DOT camel AT ssalewski DOT de> <20150706200609 DOT GD24178 AT localhost DOT localdomain> <CAC4O8c9f0pLsLu_dyuO5ggh7RmHY1vAA=UUhk9AE0JYZb4mhBQ AT mail DOT gmail DOT com> <CAM2RGhQfPO31-1Uyc3kC7w286r0VD7c41UZEZcyYquzknCxbsQ AT mail DOT gmail DOT com> <20150707060409 DOT GB14357 AT localhost DOT localdomain> <CAOP4iL2C_LU=RQy5FWYF-7RrHW6tqhqqyFJGjkwLQ2AD7FiYJA AT mail DOT gmail DOT com> <alpine DOT DEB DOT 2 DOT 00 DOT 1507071749560 DOT 6924 AT igor2priv> <CAM2RGhRA9Qt_PNUNzvaZ7OjjKDvrWobCJ2CptFYhBojtbxXXCA AT mail DOT gmail DOT com> <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 <dj AT delorie DOT com>
message dated "Tue, 07 Jul 2015 14:38:45 -0400."
Mime-Version: 1.0
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

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


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019