X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wellesley-edu.20150623.gappssmtp.com; s=20150623; h=from:content-transfer-encoding:subject:message-id:date:to :mime-version; bh=EZDRy694vb/oBWT+ZSvq5jy/xCcrhR8BGMiMGP33g+c=; b=XZ2bA4GNHjLQUW2LmKioO3AawKU87T3gLDDVR96J7mu9vE+MSxVDqHfedZbXG3dsBU rbS4ji0ggpJy7G7W+xF6jkQq29vVCC3fGofNiP9/UvgfN8TT16P6ydA75iFaldkmZmxt I/lPsXvSESeOX/rkrOF1jGLL+yZYuOxRbSiZRzP97c2Qur3eNc6I8B1UMKQlNDh5wIEE Wb3FRtCWwQJmr2qXJmh5J2QIeYp76LjZdIQc9AX2uD6TlxUzxM4u0LlbJWf2QY8C9uSK ezifntA0l7JF9Zab97QR/LubdZ/TSrPCDsRaGweoGNLtRpZ7oMc+v5ZGSz8ngWGVJlPO aDvg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-transfer-encoding:subject :message-id:date:to:mime-version; bh=EZDRy694vb/oBWT+ZSvq5jy/xCcrhR8BGMiMGP33g+c=; b=AJL24DiglR6FZmo76dO4v/0T2m0iE6VbEZI1OnFPGE5CiycrasH+yGBFaH8MrmK/kv 6ZA7UIlvhynXjFOLcXyZYF6xUP2ZfrJeZMFk/kgC66IXRUDTlvTVzSe1AmyC90qyrE3k 3OxrR1fkjymlF07iYDEYvdqh+MCzuvO6URJrC7mL19EZHN5/YF+s0MybTAi4IOZgf1Am +jEtQmCQsrm9ECLqHcTQDsbCEFfnU7f4Z3k5u5kBqa6qzwGSfX5eYKJYYOBgieIZxGUC 7maiW7+PC7jENx2aSdXjCrD91y4rq9Y9+nr+fEwmvVVxDaqFurSiGKJ+MDJzC+iXmC9F Ws1Q== X-Gm-Message-State: ALyK8tLbAc41a/Je4g6USC4tNfMkIFjZQNlqM/vK8qAGS0QGlvPOACqsog/zy9S8p+A1l2Nw X-Received: by 10.36.204.213 with SMTP id x204mr19209922itf.12.1467803672256; Wed, 06 Jul 2016 04:14:32 -0700 (PDT) From: "James Battat (jbattat AT wellesley DOT edu) [via geda-user AT delorie DOT com]" Content-Type: text/plain; charset=windows-1252 Subject: [geda-user] Exporting a design Message-Id: Date: Wed, 6 Jul 2016 07:14:27 -0400 To: geda-user AT delorie DOT com Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u66BEa9J027927 Reply-To: geda-user AT delorie DOT com After completing a schematic and board layout, I’d like to distribute the full project to a colleague. I’d like to send them a single file that is self-contained (meaning all .sch files, .pcb file, custom footprints and symbols), in a way that makes it easy on the recipient. What is the recommended approach? At present, I have my design files (.sch, .pcb and config files) under version control. I separately have my symbols and footprints in version control. So a collaborator must check out the code for the board, and the code for the symbols/footprints, and then ensure that the symbol/footprint paths in the preference files align with their directory structure, etc. In this approach, they also must get all of my custom symbols/footprints, not just the ones used in the current project. There must be a better way. What do you do? James