diff docs/usage/general.rst @ 3335:2d4e1f5e854e beta

docs updates
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 08 Feb 2013 19:24:07 +0100
parents 8b8edfc25856
children 549c73bfc206
line wrap: on
line diff
--- a/docs/usage/general.rst	Fri Feb 08 19:08:52 2013 +0100
+++ b/docs/usage/general.rst	Fri Feb 08 19:24:07 2013 +0100
@@ -13,7 +13,15 @@
 not possible to push,clone or access repository. It's worth a notice that,
 even if someone will be given administrative access to RhodeCode and will
 delete a repository You can easy restore such action by restoring `rm__<date>`
-from the repository name, and internal repository storage (.hg/.git)
+from the repository name, and internal repository storage (.hg/.git). There
+is also a special command for cleaning such archived repos::
+
+    paster cleanup-repos --older-than=30d production.ini
+
+This command will scan for archived repositories that are older than 30d,
+display them and ask if you want to delete them (there's a --dont-ask flag also)
+If you host big amount of repositories with forks that are constantly deleted
+it's recommended that you run such command via crontab.
 
 Follow current branch in file view
 ----------------------------------
@@ -31,7 +39,7 @@
 only show the range between the first and last checkbox (no cherry pick).
 Clicking more than one checkbox will activate a link in top saying
 `Show selected changes <from-rev> -> <to-rev>` clicking this will bring
-compare view
+compare view. In this view also it's possible to switch to combined compare.
 
 Compare view is also available from the journal on pushes having more than
 one changeset