element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Autodesk EAGLE
  • Products
  • More
Autodesk EAGLE
EAGLE User Chat (English) What revision/version control do you use for EAGLE files?
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Autodesk EAGLE to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 9 replies
  • Subscribers 178 subscribers
  • Views 1597 views
  • Users 0 members are here
  • mercurial
  • eagle
  • revision
  • control
  • svn
  • cvs
  • git
Related

What revision/version control do you use for EAGLE files?

AnalogNotes
AnalogNotes over 11 years ago

I don't know if this site allows polls to be created (maybe we'll learn next week in the webinar) but I thought I'd ask what revision control system everybody uses.

 

I mainly use Mercurial myself, but I also use Git depending upon who I collaborate with.

 

What do you all use?  Do you use any kind of scripting/ULP inside of EAGLE to interface with your revision control system?  And do you use any of the Internet-based servers to store your files?  (Sourceforge, Github, Bitbucket, etc.)

 

And on a related note, do you all stick with the XML the way it is saved from EAGLE, or do you do anything to convert it to a form that is more useful for revision control?  (Geagle, Upverter, etc.)

 

Thanks,

Doug

  • Sign in to reply
  • Cancel

Top Replies

  • dzhgenti
    dzhgenti over 8 years ago +1
    Hi guys, I know this conversation has happened a while ago, but I wanted to ask you a favor. We're building an enhanced collaboration tool for hardware developers. It's based on Git version control and…
  • autodeskguest
    autodeskguest over 11 years ago

    Hi Chuck,

     

    I'll chime in. I really like Bazaar, I use it to version control any and

    all code that I write, be it in C, Python, or the ULP language.

     

    I haven't bothered to make any tools to interface with it, I just use

    the GUI front end that comes with Bazaar.

     

    My 2 cents,

    Jorge Garcia

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 11 years ago

    On 28/02/14 20:52, Doug Wellington wrote:

    what revision control

    system everybody uses.

     

    Hi Doug,

     

    I'm old-school - I use subversion.

     

    Still, that's better than where I work, who still use Visual Source

    Dangerous

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 11 years ago

    Doug Wellington wrote:

     

    I don't know if this site allows polls to be created (maybe we'll learn

    next week in the webinar) but I thought I'd ask what revision control

    system everybody uses.

     

    I mainly use Mercurial myself, but I also use Git depending upon who I

    collaborate with.

     

    Subversion here.

     

    And since eagle switched to xml and later subversion introduced costum

    keyword expansion, I even manage to embed revision information into

    the schematic, board and library files too (as those following this

    newgroup might remember 8-)

    --

     

    Lorenz

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • dukepro
    dukepro over 11 years ago

    On 02/28/2014 03:52 PM, Doug Wellington wrote:

    I don't know if this site allows polls to be created (maybe we'll learn

    next week in the webinar) but I thought I'd ask what revision control

    system everybody uses.

     

    Perforce.

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 11 years ago

    We use Mercurial with all our repositories stored on our internal Rhodecode server. We store everything related to a project in the repository, including binary files. Some of these repositories are pushing 5GB in size. We've used this setup for years and it's worked out quite well for us.

     

    I've written a simple ULP to run any Mercurial function from inside Eagle for board, schematic, and library files. I have some of the more commonly used Mercurial operations in my Command Texts side menu.

     

    We don't change the XML as its a really simple format to work with as it is.

     

    Eric

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 11 years ago

    I use Git. Dumped Subversion a long time ago image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • dzhgenti
    dzhgenti over 8 years ago

    Hi guys,

     

    I know this conversation has happened a while ago, but I wanted to ask you a favor. We're building an enhanced collaboration tool for hardware developers. It's based on Git version control and allows you to view interactive diffs between different schematic revisions. We're in limited access mode and support only Eagle schematics for now, but if people see real value in it, we will add board layouts and other vendors as well.

     

    If you're still interested in the topic, I'd really appreciate your feedback about our project http://cadlab.io

     

    Dmitry

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • gustavovelascoh
    gustavovelascoh over 8 years ago in reply to dzhgenti

    Looks nice, I will try it with my team!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • dzhgenti
    dzhgenti over 8 years ago in reply to gustavovelascoh

    Thanks, Gustavo. Your account has been activated. Looking forward to your feedback!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube