Line | |
---|
1 | =head1 NAME |
---|
2 | |
---|
3 | fcm branch-delete (bdelete bdel brm) |
---|
4 | |
---|
5 | =head1 SYNOPSIS |
---|
6 | |
---|
7 | Deletes a branch. |
---|
8 | |
---|
9 | fcm branch-delete [OPTIONS] [TARGET] |
---|
10 | |
---|
11 | =head1 ARGUMENTS |
---|
12 | |
---|
13 | TARGET can be an URL or a Subversion working copy. Otherwise, the current |
---|
14 | working directory must be a working copy. The specified URL (or the URL of the |
---|
15 | working copy) must be a URL under a valid branch in a standard FCM project. |
---|
16 | |
---|
17 | =head1 OPTIONS |
---|
18 | |
---|
19 | =over 4 |
---|
20 | |
---|
21 | =item --verbose, -v |
---|
22 | |
---|
23 | Print extra information. |
---|
24 | |
---|
25 | =item --show-all, -a |
---|
26 | |
---|
27 | Set --show-children, --show-other and --show-siblings. |
---|
28 | |
---|
29 | =item --show-children |
---|
30 | |
---|
31 | Report children of the current branch. |
---|
32 | |
---|
33 | =item --show-other |
---|
34 | |
---|
35 | Report custom/ reverse merges into the current branch. |
---|
36 | |
---|
37 | =item --show-siblings |
---|
38 | |
---|
39 | Report merges with siblings of the current branch. |
---|
40 | |
---|
41 | =item --non-interactive |
---|
42 | |
---|
43 | Do no interactive prompting. This option implies --svn-non-interactive. |
---|
44 | |
---|
45 | =item --password=PASSWORD |
---|
46 | |
---|
47 | Specify a password for write access to the repository. |
---|
48 | |
---|
49 | =item --svn-non-interactive |
---|
50 | |
---|
51 | Do no interactive prompting at commit time. This option is implied by |
---|
52 | --non-interactive. |
---|
53 | |
---|
54 | =item --switch |
---|
55 | |
---|
56 | If TARGET not specified in the argument list, C<fcm switch> the current working |
---|
57 | copy to point to the C<trunk> after the branch deletion. |
---|
58 | |
---|
59 | =back |
---|
60 | |
---|
61 | =cut |
---|
Note: See
TracBrowser
for help on using the repository browser.