~ubuntu-branches/ubuntu/hardy/pida/hardy

« back to all changes in this revision

Viewing changes to docs/2_users/5_versioncontrol.rst

  • Committer: Bazaar Package Importer
  • Author(s): Jan Luebbe
  • Date: 2007-09-05 17:54:09 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070905175409-ty9f6qpuctyjv1sd
Tags: 0.5.1-2
* Depend on librsvg2-common, which is not pulled in by the other depends
  (closes: #394860)
* gvim is no alternative for python-gnome2 and python-gnome2-extras
  (closes: #436431)
* Pida now uses ~/.pida2, so it can no longer be confused by old
  configurations (closes: #421378)
* Culebra is no longer supported by upstream (closes: #349009)
* Update manpage (closes: #440375)
* Update watchfile (pida is now called PIDA)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
Version Control
3
 
---------------
4
 
 
5
 
PIDA automatically detects which version control system you are using for a
6
 
particular source directory. This allows you to choose the version control
7
 
system you wish to use.
8
 
 
9
 
PIDA currently supports:
10
 
 
11
 
- CVS
12
 
- Subversion
13
 
- Darcs
14
 
- Mercurial
15
 
- Monotone
16
 
- Bzr
17
 
- Arch
18
 
 
19
 
Version control is used throughout PIDA in 3 ways which are outlined below.
20
 
 
21
 
Project Management Version Control
22
 
++++++++++++++++++++++++++++++++++
23
 
 
24
 
The project list states the version control system for a project. When a
25
 
project is selected, main version control commands (from the main menu and
26
 
main toolbar) will be executed in the source directory of the project,
27
 
automatically using the correct version control system.
28
 
 
29
 
The version control commands may also be accessed using the context menu
30
 
made available by right-clicking on a project.
31
 
 
32
 
File Browsing Version Control
33
 
+++++++++++++++++++++++++++++
34
 
 
35
 
The built-in file browser autoimatically lists version control information
36
 
for listed files. This information appears as a standard set of letters
37
 
(e.g. *M* for a locally modified file) adjacent to filenames in the browser.
38
 
 
39
 
To use this, click on any project, in order to open the browser at the
40
 
project's source directory.
41
 
 
42
 
When right clicking on a file or directory, you are given a list of version
43
 
control commands which can be carried out n the file or directory.
44
 
 
45