[Cl-darcs-cvs] r52 - cl-darcs/trunk
mhenoch at common-lisp.net
mhenoch at common-lisp.net
Fri Oct 6 20:17:24 UTC 2006
Author: mhenoch
Date: Fri Oct 6 16:17:24 2006
New Revision: 52
Modified:
cl-darcs/trunk/README
Log:
Update README
Modified: cl-darcs/trunk/README
==============================================================================
--- cl-darcs/trunk/README (original)
+++ cl-darcs/trunk/README Fri Oct 6 16:17:24 2006
@@ -19,8 +19,29 @@
To pull new patches from a repo (the address from the remote repo is
optional, as it defaults to where you got the tree from):
+(pull "/local/repo-dir/")
+or
(pull "/local/repo-dir/" "http://path/to/repo")
+cl-darcs currently doesn't try to merge changes in your local tree
+with patches you pull; you have to do that manually if you want to
+edit files.
+
+* Known bugs and misfeatures
+
+Above all, cl-darcs is currently a read-only client. There is no
+support for generating diffs or committing patches.
+
+Some combinations of merger patches are not properly handled. You
+should be able to get a tree with a real darcs client, and then use
+cl-darcs for pulling new patches.
+
+Repositories can be fetched only from local files and HTTP.
+
+Tags are not faithfully reproduced.
+
+Checkpoints are not used.
+
* Compatibility
I primarily develop cl-darcs on CLISP, but try to keep it working on
@@ -36,7 +57,8 @@
* Links
Project page: http://common-lisp.net/project/cl-darcs/
-(the place to look for mailing lists)
+Mailing list: cl-darcs-devel at common-lisp.net
+ http://common-lisp.net/cgi-bin/mailman/listinfo/cl-darcs-devel
The original darcs: http://www.darcs.net/
More information about the Cl-darcs-cvs
mailing list