darcs

Issue 2195 darcs serve

Title darcs serve
Priority wishlist Status given-up
Milestone Resolved in
Superseder Nosy List alexsuraci, gh, simon
Assigned To
Topics

Created on 2012-05-05.15:15:13 by gh, last changed 2017-07-31.00:41:57 by gh.

Messages
msg15652 (view) Author: gh Date: 2012-05-05.15:15:12
It would be nice to have the equivalent of mercurial's "hg serve"
command for darcs.

"hg serve" launches a web page that represents the current repository
(by defaukt on port 8000). It enable people do make HTTP get and pull.
This enable easy collaboration during local events. But it is also a
friendly, GUI-ish way to look at one's repository history. This would be
one way to compensate the current lack of GUI of darcs.

See
http://hgbook.red-bean.com/read/collaborating-with-other-people.html#sec:collab:serve

A first step for a prototype would be to take the code of darcsden and
remove all unnecessary features for this purpose.  Unfortunately
darcsden still has some dependencies that do not compile with GHC 7.4.
msg15656 (view) Author: gh Date: 2012-05-08.15:14:49
See also the web interface of http://veracity-scm.com/ (both screenshots
on the right).
msg15661 (view) Author: simon Date: 2012-05-11.14:29:13
+1
History
Date User Action Args
2012-05-05 15:15:13ghcreate
2012-05-08 15:14:51ghsetmessages: + msg15656
2012-05-11 14:29:14simonsetnosy: + simon
messages: + msg15661
2017-07-31 00:41:57ghsetstatus: unknown -> given-up