Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Bugs  





2 See also  





3 References  





4 External links  














Darcs






Deutsch
Ελληνικά
Español
Français
Polski
Русский
Suomi
Svenska
Українська
 

Edit links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 




Print/export  







In other projects  



Wikimedia Commons
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 


This is an old revision of this page, as edited by Kowey (talk | contribs)at23:33, 25 January 2008 (2.0.0pre3). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff)  Previous revision | Latest revision (diff) | Newer revision  (diff)

Darcs
Developer(s)David Roundy
Stable release

1.0.9 / June 4 2007

Preview release

2.0.0pre3 / January 22, 2008

Repository
Operating systemUnix, Linux, BSD, Mac OS X, Windows
Typerevision control
LicenseGPL
WebsiteDarcs home

Darcs is a distributed revision control system by David Roundy that was designed to replace traditional centralized source control systems such as CVS and subversion. Two particular features in its design distinguish it from CVS. Each copy of the source tree acts as a full repository, allowing several different versions to be maintained in different locations. Patches are global to the repository and are subject under certain conditions to reordering, as governed by the project's "theory of patches".

The name is an acronym for David's Advanced Revision Control System, but is usually spelled lowercase (darcs), except at the beginning of sentences.

In basic usage, users get a copy of a repository, make any changes, record the changes, pull changes from other repositories, and finally pushorsend changes to other repositories. To start a new repository, users can init any directory.

Other repositories can be local directories, or accessed by SSHorHTTP protocols. Changes can be submitted by email in situations where the user lacks permission to write to another repository.

Darcs is written in the functional programming language Haskell; among other tools, it uses QuickCheck[1].

Many of its commands are interactive, allowing users to commit changes or pull specific files selectively. This feature is designed to encourage more specificity in patches. As a result of this interactivity, darcs has fewer distinct commands than many comparable revision control systems.

Bugs

Darcs has been criticized on the grounds of performance (see e.g. [1]).

See also

References

  1. ^ "One of the problems I had with the initial C++ darcs was that I had no unit testing code. Within two weeks of the first darcs record, I started using QuickCheck to test the patch functions, and the same day I fixed a bug that was discovered by QuickCheck. QuickCheck makes it very easy to define properties that functions must have, which are then tested with randomly generated data." From page 2 of David Roundy 2005.

External links


Retrieved from "https://en.wikipedia.org/w/index.php?title=Darcs&oldid=186917926"

Categories: 
Free revision control software
Haskell software
Hidden categories: 
CS1 errors: unsupported parameter
CS1 errors: empty unknown parameters
 



This page was last edited on 25 January 2008, at 23:33 (UTC).

This version of the page has been revised. Besides normal editing, the reason for revision may have been that this version contains factual inaccuracies, vandalism, or material not compatible with the Creative Commons Attribution-ShareAlike License.



Privacy policy

About Wikipedia

Disclaimers

Contact Wikipedia

Code of Conduct

Developers

Statistics

Cookie statement

Mobile view



Wikimedia Foundation
Powered by MediaWiki