X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=TIuCR4gJSoQFC5mYhfyrNUwULQB2x108qkIvirKhHSo=; b=FzULwmFgxtM4zq5gY5o11bj7gBx+4bfY+9xNA8JLQP2kUTbLwPLQVMYUlYcmvf3ovG Y3A6CsEfSnW8WmGnrbXFEOWbcuKwKG+4TJBSWVbFGSO7GF8AOUQvB+BA8B0aTnKhQD/C J+izfJNz3jvuWx/C8TxcmT2sg/zcCyNOQmbb1fuhPtD4ZVdZS9enLizCA3OGOpt8/zv9 Y/YCvFLzcxy4NPItpdnjdozu4KwzagkKftCTInjuP/dmcjzHbMRSxQtzoLKV6ljO35n3 P3OieKtRP69tooujqKUKlDiY+t3ToZpsFPxt5ydC5ZcoyGSVQJWWV+GiEd/BjO3Z9/1C a+NQ== MIME-Version: 1.0 X-Received: by 10.60.37.199 with SMTP id a7mr1018987oek.41.1394499443385; Mon, 10 Mar 2014 17:57:23 -0700 (PDT) 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> Date: Tue, 11 Mar 2014 04:57:23 +0400 Message-ID: Subject: Re: [geda-user] identical symbol names From: =?KOI8-R?B?4czFy9PFyiDowdLYy8/X08vJyg==?= To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=089e011769d1f66bce04f44a33c9 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 --089e011769d1f66bce04f44a33c9 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 :))) --089e011769d1f66bce04f44a33c9 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 changed= ? Schematics will be broken.
Therefore need to write a script that will copy the chara= cters in the current direct= ory, as suggested by Karl.
I made a similar script in C
that copies are not in the curren= t directory, but in the current file :)))
=A0

--089e011769d1f66bce04f44a33c9--