comparison docs/usage/general.rst @ 1025:bbd499c7b55e beta

docs update
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 11 Feb 2011 01:21:16 +0100
parents
children 3c80eb712a78
comparison
equal deleted inserted replaced
1024:22c147726ea6 1025:bbd499c7b55e
1 .. _general:
2
3 General RhodeCode usage
4 =======================
5
6
7 Repository deleting
8 +++++++++++++++++++
9
10 Currently when admin/owner deletes a repository, RhodeCode does not physically
11 delete a repository from filesystem, it renames it in a special way so it's
12 not possible to push,clone or access repository. It's worth a notice that,
13 even if someone will be given administrative access to RhodeCode and will
14 delete a repository You can easy restore such action by restoring `rm__<date>`
15 from the repository name, and internal repository storage (.hg/.git)
16
17 Follow current branch in file view
18 ++++++++++++++++++++++++++++++++++
19
20 In file view when this checkbox is checked the << and >> arrows will jump
21 to changesets withing the same branch currently viewing. So for example
22 if someone is viewing files at 'beta' branch and marks `follow current branch`
23 checkbox the << and >> buttons will only show him revisions for 'beta' branch
24
25
26 Compare view from changelog
27 +++++++++++++++++++++++++++
28
29 Checkboxes in compare view allow users to view combined compare view. You can
30 only show the range between the first and last checkbox (no cherry pick).
31 Clicking more than one checkbox will activate a link in top saying
32 `Show selected changes <from-rev> -> <to-rev>` clicking this will bring
33 compare view
34
35 Compare view is also available from the journal on pushes having more than
36 one changeset
37
38
39
40 Mailing
41 +++++++
42
43 When administrator will fill up the mailing settings in .ini files
44 RhodeCode will send mails on user registration, or when RhodeCode errors occur
45 on errors the mails will have a detailed traceback of error.
46
47
48 Trending source files
49 +++++++++++++++++++++
50
51 Trending source files are calculated based on pre defined dict of known
52 types and extensions. If You miss some extension or Would like to scan some
53 custom files it's possible to add new types in `LANGUAGES_EXTENSIONS_MAP` dict
54 located in `/rhodecode/lib/celerylib/tasks.py`