element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • 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
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • 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 Support (English) Shared access to schematic/project
  • 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
  • State Suggested Answer
  • Replies 8 replies
  • Answers 2 answers
  • Subscribers 188 subscribers
  • Views 533 views
  • Users 0 members are here
  • eagle
  • question
Related

Shared access to schematic/project

e14 Contributor
e14 Contributor over 14 years ago

Hi,

 

I have hired a contractor to do some eagle work for me as I'm not yet up to speed enough to meet a deadline.  Anyway, so I'd still like to help and be involved in the process but I don't see how the two of us can work on the same file without creating a real mess.  I can solve the shared access issue by granting him VPN to our file server, but I highly doubt that eagle will be too happy if we both are editing the file at the same time.  THe only option I can think of is to use version control or a basic "Are you working right now?  No? OK, then I will for awhile and will email you when I'm done" type approach.

 

Anyone here who works or has worked in a multiuser scenario have any tips for me?

 

Thanks for reading,

Steve

  • Sign in to reply
  • Cancel
Parents
  • e14 Contributor
    0 e14 Contributor over 14 years ago

    On 9/2/2011 12:41 AM, Steve Klett wrote:

    Hi,

     

    I have hired a contractor to do some eagle work for me as I'm not yet up to speed enough to meet a deadline.  Anyway, so I'd still like to help and be involved in the process but I don't see how the two of us can work on the same file without creating a real mess.  I can solve the shared access issue by granting him VPN to our file server, but I highly doubt that eagle will be too happy if we both are editing the file at the same time.  THe only option I can think of is to use version control or a basic "Are you working right now?  No? OK, then I will for awhile and will email you when I'm done" type approach.

     

    Anyone here who works or has worked in a multiuser scenario have any tips for me?

     

    Thanks for reading,

    Steve

     

     

    Hi Steve,

     

    To clarify, the XML file format will be implemented in Version 6 so from

    that point on version control systems will be very easily able to handle

    our files.

     

    There are many possible choices, I personally like Bazaar since it has a

    very smooth GUI interface, however there are many other alternatives

    such as RCS, CVS, Mercurial, SVN, Git, etc.

     

    I will second the opinion of the other posters who have stated that it's

    best to let the contractor do most of the work and just periodically

    look over the work and make comments. The mental picture Andrew

    mentioned is a very real thing, and oversights can definitely occur if

    two people start making changes at the same time.

     

    What I've seen work well is to set milestones. When the contractor

    reaches the milestone have him send you the files, you look them over

    and comment. Once everything is approved he continues to work on to the

    next milestone and the process repeats.

     

    In this way designs errors can be nipped in the bud.

     

    hth,

    Jorge Garcia

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • e14 Contributor
    0 e14 Contributor over 14 years ago

    On 9/2/2011 12:41 AM, Steve Klett wrote:

    Hi,

     

    I have hired a contractor to do some eagle work for me as I'm not yet up to speed enough to meet a deadline.  Anyway, so I'd still like to help and be involved in the process but I don't see how the two of us can work on the same file without creating a real mess.  I can solve the shared access issue by granting him VPN to our file server, but I highly doubt that eagle will be too happy if we both are editing the file at the same time.  THe only option I can think of is to use version control or a basic "Are you working right now?  No? OK, then I will for awhile and will email you when I'm done" type approach.

     

    Anyone here who works or has worked in a multiuser scenario have any tips for me?

     

    Thanks for reading,

    Steve

     

     

    Hi Steve,

     

    To clarify, the XML file format will be implemented in Version 6 so from

    that point on version control systems will be very easily able to handle

    our files.

     

    There are many possible choices, I personally like Bazaar since it has a

    very smooth GUI interface, however there are many other alternatives

    such as RCS, CVS, Mercurial, SVN, Git, etc.

     

    I will second the opinion of the other posters who have stated that it's

    best to let the contractor do most of the work and just periodically

    look over the work and make comments. The mental picture Andrew

    mentioned is a very real thing, and oversights can definitely occur if

    two people start making changes at the same time.

     

    What I've seen work well is to set milestones. When the contractor

    reaches the milestone have him send you the files, you look them over

    and comment. Once everything is approved he continues to work on to the

    next milestone and the process repeats.

     

    In this way designs errors can be nipped in the bud.

     

    hth,

    Jorge Garcia

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • e14 Contributor
    0 e14 Contributor over 14 years ago in reply to e14 Contributor

    On Fri, 2 Sep 2011, Jorge Garcia wrote to us saying :

    >To clarify, the XML file format will be implemented in Version 6 so

    >from that point on version control systems will be very easily able to

    >handle our files.

    I think it needs to be pointed out that merely being a text file does

    NOT mean version control systems will "be able to handle" the files any

    better.

     

    All version control systems can "handle" binary files to the extent of

    storing them. The extra features they can provide for text files are

    diff and merge methods. However, these functions are universally

    implemented on a line-by-line basis, such that the tool can identify

    lines that have been added, deleted, moved etc. For most programming

    languages, this line-by-line approach works well. For XML it absolutely

    does not. The thing is, XML is fundamentally not line-based - it's

    simply a token stream where the tokens are in ASCII rather than binary.

    --

    Rob Pearce                       http://www.bdt-home.demon.co.uk

     

    The contents of     | All power corrupts, but we need electricity.

    this message are    |

    purely my opinion.  |

    Don't believe a     |

    word.               |

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • 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 © 2026 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.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube