source: branches/lib/HELP_SOURCE/source/arb_merge.hlp

Last change on this file was 19575, checked in by westram, 3 weeks ago
  • reintegrates 'help' into 'trunk'
    • preformatted text gets checked for width now (to enforce it fits into the arb help window).
    • fixed help following these checks, using the following steps:
      • ignore problems in foreign documentation.
      • increase default help window width.
      • introduce control comments to
        • accept oversized preformatted sections.
        • enforce preformatted style for whole sections.
        • simply define single-line preformatted sections
          Used intensive for definition of internal script languages.
    • fixed several non-related problems found in documentation.
    • minor layout changes for HTML version of arb help (more compacted; highlight anchored/all sections).
    • refactor system interface (GUI version) and use it from help module.
  • adds: log:branches/help@19532:19574
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1#       main topics:
2UP      arb.hlp
3UP      glossary.hlp
4
5#       sub topics:
6SUB     arb_intro.hlp
7SUB     arb_merge_into.hlp
8SUB     arb_merge_outof.hlp
9SUB     arb_merge_workflow.hlp
10
11
12TITLE           Merge two databases
13
14OCCURRENCE      ARB_INTRO/MERGE TWO ARB DATABASES
15                ARB_NT/File/Import/Merge from other ARB database
16                ARB_NT/File/Export/Merge to (new) ARB database
17
18DESCRIPTION     Allows to merge two databases.
19
20                Complete 'ARB' databases, selected 'species', 'fields' and/or 'field'
21                entries, 'SAI' entries and trees (see LINK{glossary.hlp}) can be
22                transferred from the source database to the target database.
23
24                Depending on how ARB_MERGE is started, you may be prompted for
25                the source and/or target database.
26
27                The source database (DB) has to exist, the target DB may exist.
28                If the target DB does not exist, a new database will be created.
29
30NOTES           ARB databases stored in any directory with read and write
31                permission can be chosen for merging.
32
33SECTION         STARTUP
34
35                It's also possible to specify both databases on the command
36                line by typing
37
38                    arb yourSourceDB.arb yourTargetDB.arb
39
40WARNINGS        If there are entries (for selected data) in both databases,
41                those in the target DB will be overwritten!
42
43BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.