--- a/doc/book/en/admin/setup.rst Wed Sep 22 18:23:42 2010 +0200
+++ b/doc/book/en/admin/setup.rst Wed Sep 22 19:43:02 2010 +0200
@@ -74,6 +74,12 @@
.. _SourceInstallation:
+.. warning::
+
+ This method may still have hiccups. If it does not work for you,
+ please consider installing from version control system
+ (:ref:`MercurialInstallation`).
+
Install from source
```````````````````
@@ -113,6 +119,15 @@
repositories are set to 'stable' (using `hg up stable` for each one)
if you do not intend to develop the framework itself.
+Even better, `hg tags` will display a list of tags in reverse
+chronological order. One reasonnable way to get to a working version
+is to pick the latest published version (as done by the `clone_deps`
+script). These look like `cubicweb-debian-version-3.9.7-1`. Typing::
+
+ hg update cubicweb-debian-version-3.9.7-1
+
+will update the repository files to this version.
+
Make sure you also have all the :ref:`InstallDependencies`.