AccuRev SCM

AccuRev
Developer(s) AccuRev, Inc.
Initial release May 18, 1999 (1999-05-18)[1]
Stable release
6.2 / January 2015 (2015-01)
Operating system Microsoft Windows, Linux, Mac OS X, HP-UX, Solaris, IBM AIX[2]
Available in English and Japanese
Type Revision control
License Proprietary
Website www.microfocus.com/products/change-management/accurev/

AccuRev is a software configuration management application developed by AccuRev, Inc.[3] and was first released in 2002. In December 2013 AccuRev was acquired by Micro Focus.[4]

Overview

AccuRev is a centralized version control system which uses a client/server model. Communication is performed via TCP/IP using a proprietary protocol. Servers function as team servers, continuous integration servers, or build servers. AccuRev is built around a stream-based architecture in which streams form a hierarchical structure of code changes where parent streams pass on certain properties to child streams. Developers make changes using command line functions, the Java GUI, the web interface, or one of the IDE plug-ins (Eclipse, Visual Studio, IntelliJ IDEA).[5]

Characteristics

Streams and parallel development
AccuRev captures and controls the relationships between code bases in parallel efforts using a stream-based architecture. This allows teams to safely store work and test it before sharing it with others, code is automatically merged or "inherited" between streams and teams once code changes are shared.[6]
Private developer history
AccuRev has a two step check-in process. Users can check-in code privately to their workspace before sharing it with the rest of the group.[7]
Change packages
AccuRev integrates with various ITS and project management tools. History from check-ins and promotions are tied to issues. Most SCM functions can be done on the issue level instead of by file and directory.
Distributed development
AccuRev enables remote stream structures and replication for distributed teams. Replica servers function as a local cache with all write operations happening after.[8]
Automated merging
Streams in AccuRev automatically share and merge code with each other. This is a main distinction between streams and branches.

See also

References

  1. AccuRev press release, https://web.archive.org/web/19991003221821/http://www.accurev.com/press/annc_051899.html
  2. AccuRev Support Matrix
  3. Bloomberg Businessweek Company Profile - AccuRev, Inc.
  4. "{title}" (PDF). Archived from the original (PDF) on 2014-05-17. Retrieved 2014-05-17.
  5. "AccuBridge Support Matrix". Archived from the original on 2011-04-23. Retrieved 2011-05-31.
  6. Application Development Trends: AccuRev Streams Flow to the Enterprise
  7. Dr Dobb's Painless SCM
  8. Application Development Trends: AccuRev Streams Flow to the Enterprise
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.