pasar.pts-ptn.net Layanan Informasi 17 Jam
Telp/Fax : 021-8762002, 8762003, 8762004, 87912360
HP/SMS : 081 1110 4824 27, 0812 9526 2009, 08523 1234 000, 0815 145 78119
WhatsApp : 0817 0816 486, 0812 9526 2009, 0815 145 78119
email : _Hubungi Kami__ silahkan klik
Chatting dengan Staf :
ggkarir.com
ggiklan.com
Pilih Bahasa :   ID   EN   Permintaan Katalog / Brosur (GRATIS via POS)   Kelas Karyawan   Reguler
RegulerRegulerKuliah KaryawanJaringan WebsiteJaringan EnsiklopediaManual / TutorialGilland GroupHTML 5

   
Cari  
    Teknik Informatika

    Sebelumnya  (Emulator) (Encapsulated PostScript)  Berikutnya    

Daftar/Tabel -- revision control software

This is a list of notable software for revision control.

Contents

Local data model

In the local-only approach, all developers must use the same computer system. These software often manage single files individually and are largely replaced or embedded within newer software.

Open source

  • Revision Control System (RCS) – stores the latest version and backward deltas for fastest access to the trunk tip[1][2] compared to SCCS and an improved user interface,[3] at the cost of slow branch tip access and missing support for included/excluded deltas.
  • Source Code Control System (SCCS) – part of UNIX; based on interleaved deltas, can construct versions as arbitrary sets of revisions. Extracting an arbitrary version takes essentially the same speed and is thus more useful in environments that rely heavily on branching and merging with multiple "current" and identical versions.

Client-server model

In the client-server model, developers use a shared single repository.

Open source

  • Concurrent Versions System (CVS) – originally built on RCS, licensed under the GPL.
    • CVSNT – cross-platform port of CVS that allows case insensitive file names among other changes
    • OpenCVS – CVS clone under the BSD license, with emphasis put on security and source code correctness
  • Subversion (svn) – versioning control system inspired by CVS[4]
  • Vesta – build system with a versioning file system and support for distributed repositories

Proprietary

  • AccuRev – source configuration management tool with integrated issue tracking based on "Streams" that efficiently manages parallel and global development; replication server is also available
  • CA Software Change Manager (originally Harvest/CCC) – change and configuration management tool by Computer Associates
  • Autodesk Vault – Version control tool specifically designed for Autodesk applications managing the complex relationships between design files such as AutoCAD and Autodesk Inventor.
  • CADES - Designer productivity and version control system by International Computers Limited.
  • IBM Rational ClearCase – SCC compliant configuration management system by IBM Rational Software
  • codeBeamer – Collaboration and application lifecycle management platform
  • IBM Configuration Management Version Control (CMVC) – version control system, no longer available.
  • IBM Rational Team Concert – Collaboration and application lifecycle management platform by IBM Rational Software
  • IC Manage Global Design Platform (GDP) – design data management for IC design and Perforce infrastructure support.
  • MKS Integrity
  • Perforce – Free for use in open source projects.
  • PVCS – originally Polytron Version Control System, developed by Don Kinzer at Polytron, first released in 1985. Now owned by Serena.
  • Quma Version Control System
  • SourceAnywhere – version control tool by Dynamsoft.
  • StarTeam – coordinates and manages software delivery process by Microfocus, formerly Borland; centralized control of digital assets and activities
  • Telelogic Synergy – SCC compliant integrated change management and task-based configuration management system, proprietary of IBM.
  • Vault – version control tool by SourceGear (First installation can be used for free)
  • Visual SourceSafe – version control tool by Microsoft; oriented toward small teams
  • Visual Studio Application Lifecycle Management (previously Team System) – process-based client-server suite of tools by Microsoft for larger development organizations, incorporating work item tracking, reporting, build automation, unit and web testing, and integration with Microsoft Office

Distributed model

In the distributed approach, each developer works directly with his or her own local repository, and changes are shared between repositories as a separate step.

Open source

  • Aegis – written by Peter Miller, mature software, filesystem-oriented, limited network support. It has support for distributed revision control. It has built-in support for a disciplined process, including peer review and regression testing.
  • ArX – written by Walter Landry, started as a fork of GNU arch, but has been completely rewritten
  • Bazaar – written in Python, originally by Martin Pool and sponsored by Canonical; decentralised, and aims to be fast and easy to use; can losslessly import Arch archives
  • Codeville – written in Python originally by Ross Cohen; uses an innovative merging algorithm
  • Darcs – written in Haskell and originally developed by David Roundy; can keep track of inter-patch dependencies and automatically rearrange and "cherry-pick" them using a "theory of patches"
  • DCVS – decentralized and CVS-based
  • Fossil – written by D. Richard Hipp for SQLite; distributed revision control, wiki, and bug-tracking
  • Git – written in a collection of Perl, C, and various shell scripts, designed by Linus Torvalds based on the needs of the Linux kernel project; decentralized, and aims to be fast, flexible, and robust
  • GNU arch
  • LibreSource – configuration management
  • Mercurial – written in Python as an Open Source replacement to BitKeeper; decentralized and aims to be fast, lightweight, portable, and easy to use
  • Monotone – developed by the Monotone Team; decentralized in a peer-to-peer way
  • SVK – written in Perl by Kao Chia-liang; built on top of Subversion to allow distributed commits
  • Veracity - Is another distributed version control system which includes bug tracking and Agile software development tools integrated with the version control features.

Proprietary

  • BitKeeper – was used in Linux kernel development (2002 – April 2005)
  • Code Co-op – peer-to-peer version control system (can use e-mail for synchronization)
  • Sun WorkShop TeamWare – designed by Larry McVoy, creator of BitKeeper
  • Plastic SCM – by Codice Software, Inc

Notes

  1. ^ Bill Wohler (10 Oct 1992). "Unix - Frequently Asked Questions (7/7)". http://www.faqs.org/faqs/unix-faq/faq/part7/. "[RCS ...] is much faster in retrieving the latest version"
  2. ^ Larry McVoy (11 Dec 2003). "BitKeeper: Why SCCS, rather than RCS?". http://mail.bitmover.com/pipermail/bitkeeper-users/2003-December/001137.html. "RCS is optimized for getting the most recent version on the trunk"
  3. ^ Bill Wohler (10 Oct 1992). "Unix - Frequently Asked Questions (7/7)". http://www.faqs.org/faqs/unix-faq/faq/part7/. "[RCS ...] is more intuitive and consistent"
  4. ^ "Changes", SVN, Collab Net, http://svn.collab.net/repos/svn/trunk/CHANGES.

See also

External links

Other comparisons

Further reading

    Sebelumnya  (Emulator) (Encapsulated PostScript)  Berikutnya    





Tags: List of revision control software, Teknik Informatika, 464, Daftar/Tabel revision control software This is a list of notable software for revision control, Contents Local data model 1.1 Open source 2 Client server model 2.1 Open source 2.2 Proprietary 3 Distributed model 3.1 Open source 3.2 Proprietary 4 Notes 5 See also 6 External links 6.1 Other comparisons 6.2 Further reading Local data model In the local only approach all developers must use the sa, List of revision control software, Bahasa Indonesia, Contoh Instruksi, Tutorial, Referensi, Buku, Petunjuk pasar, pts-ptn.net
 Bermacam2 Perdebatan
 Referensi Informatika Komputer
 Lowongan Karir
 Ensiklopedia Bebas
 Permohonan Beasiswa Pendidikan
 Download Brosur
 Daftar Online
 Program Perkuliahan Daring di 168 PTS Terbaik
 Program Perkuliahan Bebas Biaya
 Kuliah Pegawai
 Program S2 (Magister)
 Program Kuliah Reguler Siang
 Kelas Reguler Sore/Malam
 Tips & Trik Psikotes

 Bermacam2 Iklan
 Waktu Sholat
 Al Quran Online
 Tips & Trik Psikotes
Tautan Tambahan
silakan klik
Daftar Pahlawan NKRI
Ensiklopedi Bebas

1. UWIKA Surabaya - Universitas Widya Kartika Surabaya - Kampus UWIKA : Jl. Sutorejo Prima Utara II No.1, Kalisari, Kec. Mulyorejo, Kota Surabaya, Jawa Timur 60112
2. Universitas Saintek Muhammadiyah - Universitas Saintek Muhammadiyah - Kampus : Jl. KH. A. Dahlan No 20, Matraman - Jakarta Timur 13130
3. USM Indonesia Medan - Universitas Sari Mutiara Indonesia Medan - Kampus USM INDONESIA : Jalan Kapten Muslim No. 79, Medan
4. UNUSIDA - Universitas Nahdlatul Ulama Sidoarjo - Kampus UNUSIDA :Jl. Monginsidi No.A23, Sidoklumpuk, Sidokumpul, Kec. Sidoarjo, Kabupaten Sidoarjo, Jawa Timur 61218
5. UNUSA Surabaya - Universitas Nahdlatul Ulama Surabaya - KampusUNUSA : Jl. Jemur Sari No. 57, Jemur Wonosari, Wonocolo, Surabaya, Jawa Timur
6. UNUGHA Cilacap - Universitas Nahdlatul Ulama Al Ghazali Cilacap - Kampus UNUGHA : Jl. Kemerdekaan Barat No 17 Kesugihan Kidul Cilacap Jawa Tengah
7. UNU Kaltim Samarinda - Universitas Nahdlatul Ulama Kalimantan Timur Samarinda - Kampus UNU KALTIM : Jl. KH. Harun Nafsi Gg. Dharma, Kel. Rapak Dalam Kec. Loa Janan Ilir Samarinda
8. UNU Kalbar Pontianak - Universitas Nahdlatul Ulama Kalimantan Barat Pontianak - Kampus UNU KALBAR : Jl. Ahmad Yani II Jl. Parit Derabak, Kec. Sungai Raya, Kabupaten Kubu Raya, Kalimantan Barat.
9. UNU Cirebon - Universitas Nahdlatul Ulama Cirebon - Kampus : Jl. Sisingamangaraja No. 33, Lemahwungkuk, Panjunan, Kec. Lemahwungkuk, Kota Cirebon, Jawa Barat 45111
10. UNTARA Tigaraksa Tangerang - Universitas Tangerang Raya Tigaraksa - Kampus A Tigarakasa : Komplek Perumahan Sudirman Indah, Jl. Ki Mas Laeng, Jl. Syeh Mubarok No.25, Tigaraksa, Kab. Tangerang - Banten
- Kampus B Cikokol : Mahkota Mas, Blok E 28-30, Jalan MH Thamrin, Kebon Nanas, Cikokol, Tangerang, Kec. Tangerang, Kota Tangerang, Banten 15117
stiewidyadarma.web.id  |  ikipwidyadarma.web.id  |  stieganesha.web.id  |  stiamyb.web.id  |  sttmuttaqien.web.id  |  mm-stieganesha.web.id  |  stikessaptabakti.web.id  |  kuliahkaryawanpurwakarta.com  |  p2k.stie-gema.ac.id  |  p2k.istn.ac.id  |  p2k.itsb.ac.id