X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=T3dDba7TnKf1uZppPBu4WtkltiNVHAyabDHwk/ZRdsU=; b=apzWmyvgksTBV9G/Wv3aMTVlic5xuYkF7N3kzBoGXUM4YK2Xyyp42bEJNqCl6KqY9X Hb76KdDumuO3zKCnVGx05G9RBsp0Q98WTqbx45LBzWj3r516Q1LJzMjm4XIKiyE+uwzJ Cz5DKf0b8eQn78SXEgDvEWJW7qFxc99JxyjzplSq4hRk3ZaDO1m8/Xxb7szVLEAGVpDB mrt8LgxUQhH29I0UCNqw3EteloJFR7mb10OKaDnp9aFXe+DsBwf2xs1BM/NMjDCgchGZ ozIWENLvcddUNWUgGSHSMnJC9sOXfTSS7PTiltp9wHHV6NqlXTuNafqV+gFDBTKur3xD n5hQ== X-Gm-Message-State: ALoCoQn2uUZB7qE+wL3VCmYng9Ls5PlzxFxYHymJh4XiaETjh5XEDAsH0bCzHzLI2Vs2mvnIi1hH X-Received: by 10.180.105.65 with SMTP id gk1mr2662612wib.12.1394536358670; Tue, 11 Mar 2014 04:12:38 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20140127234944 DOT 924148045B78 AT turkos DOT aspodata DOT se> <20140128201110 DOT DF7D78045B78 AT turkos DOT aspodata DOT se> <20140129072550 DOT GA24560 AT localhost DOT localdomain> <86CABBE6-EE80-4347-B7AA-3F5A8DA4C658 AT noqsi DOT com> <1394402434 DOT 2151 DOT 28 DOT camel AT AMD64X2 DOT fritz DOT box> <20140309235005 DOT 783608020170 AT turkos DOT aspodata DOT se> <531D222C DOT 8060101 AT ecosensory DOT com> <20140310103056 DOT E1B1D8020170 AT turkos DOT aspodata DOT se> From: Joshua Lansford Date: Tue, 11 Mar 2014 07:12:17 -0400 Message-ID: Subject: Re: [geda-user] identical symbol names To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=f46d0442708c49082a04f452cca8 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 --f46d0442708c49082a04f452cca8 Content-Type: text/plain; charset=ISO-8859-1 > > >> my 2 cents. >> Create an external perl, python, eh... fortran ... script which symlinks >> all the symbols into the same directory with a new symbol name of >> "...sym" This puts each contributor's in >> their own user space, allows usage of new symbols without breaking old >> schematics and doesn't require any code change in gschem. You can then >> filter by date or contributor in gschem. >> > If symbols (sources of symlinks) will be changed? Schematics will be > broken. > Therefore need to write a script that will copy the characters in the > current directory, as suggested by Karl. > I made a similar script in C that copies are not in the current directory, > but in the current file :))) > > Yes. I thought of that right after I hit send. Instead of linking individual files to the cvs checkout folder, link to unmodified versions of the file from a previous run of the script. If such a copy does not exist, don't create a link create a copy. Similar to the way dirvish works. The idea is once you run the script, the time stamped files will never change. If you want an updated version then you need to grep replace on your schematic to update the date stamp of the symbols. >> Would people be satisfied with that ? Can't link to the cvs folder due to the problem svetonomer mentioned. ~Joshua --f46d0442708c49082a04f452cca8 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

my 2 cents.
Create an external perl, python, eh... fortran ... script which symlinks al= l the=A0symbols=A0into the same directory with a new symbol name of =A0&quo= t;<date>.<username>.<orignalName>.sym" =A0This puts = each=A0contributor's=A0in their own user space, allows usage of new sym= bols without breaking old schematics and doesn't require any code chang= e in gschem. =A0You can then filter by date or=A0contributor=A0in gschem.
If symbols (sources=A0 of symlinks) will be c= hanged? Schematics will be broken.
Therefore nee= d to write a script that will copy t= he characters in the current directory, as suggested by Karl.
I made a similar script in C t= hat copies are not in the current di= rectory, but in the current file :)<= /span>))
=A0
Yes. =A0I thought o= f that right after I hit send. =A0Instead of linking individual files to th= e cvs checkout folder, link to unmodified versions of the file from a previ= ous run of the script. If such a copy does not exist, don't create a li= nk create a copy. =A0Similar to the way dirvish works. =A0The idea is once = you run the script, the time stamped files will never change. =A0If you wan= t an updated version then you need to grep replace on your schematic to upd= ate the date stamp of the symbols.

>>=A0Would people be satisfied with that ?
Can&= #39;t link to the cvs folder due to the problem svetonomer mentioned.
~Joshua
--f46d0442708c49082a04f452cca8--