Trisha Shetty (Editor)

Vesta (Software configuration management)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

Vesta is a software configuration management system developed in the 1990s.

History

Vesta was developed by researchers at the Digital Equipment Corporation (DEC) Systems Research Center in Palo Alto, California. The language for Vesta was first published in 1993. Vesta used a declarative approach to specifying configuration dependencies. A second version was implemented around 1998. Vesta was released by Compaq after it acquired DEC, under the GNU Lesser General Public License (LGPL) in 2001.

Vesta features include:

  • A guarantee of precise build repeatability. Vesta builds are encapsulated in an environment cut off from the normal filesystem. They cannot use any files, settings, or other inputs that aren't under revision control.
  • Completely automatic dependency detection. The Vesta builder records file accesses made during builds, rather than having the user explicitly specify as with the earlier Make tool.
  • A shared build cache. When multiple developers are using the system, they share the same pool of previously completed build work for re-use in future incremental builds. This saves time and resources across development teams.
  • Vesta is used by Intel for microprocessor development projects. They employ developers who actively work on the maintenance and development of Vesta.

    Drawbacks include:

  • Mandatory locking at the package level.
  • Users connect to a special NFS server to access the repository.
  • No mention of build support for Java, Python, etc.
  • No mention of Mac/Windows support.
  • A short book about Vesta was published several times through 2011.

    References

    Vesta (Software configuration management) Wikipedia