New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
fcm-branch-delete.pod in vendors/lib/FCM/CLI – NEMO

source: vendors/lib/FCM/CLI/fcm-branch-delete.pod @ 10669

Last change on this file since 10669 was 10669, checked in by nicolasmartin, 5 years ago

Import latest FCM release from Github into the repository for testing

File size: 1.2 KB
Line 
1=head1 NAME
2
3fcm branch-delete (bdelete bdel brm)
4
5=head1 SYNOPSIS
6
7Deletes a branch.
8
9    fcm branch-delete [OPTIONS] [TARGET]
10
11=head1 ARGUMENTS
12
13TARGET can be an URL or a Subversion working copy. Otherwise, the current
14working directory must be a working copy. The specified URL (or the URL of the
15working 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
23Print extra information.
24
25=item --show-all, -a
26
27Set --show-children, --show-other and --show-siblings.
28
29=item --show-children
30
31Report children of the current branch.
32
33=item --show-other
34
35Report custom/ reverse merges into the current branch.
36
37=item --show-siblings
38
39Report merges with siblings of the current branch.
40
41=item --non-interactive
42
43Do no interactive prompting. This option implies --svn-non-interactive.
44
45=item --password=PASSWORD
46
47Specify a password for write access to the repository.
48
49=item --svn-non-interactive
50
51Do no interactive prompting at commit time. This option is implied by
52--non-interactive.
53
54=item --switch
55
56If TARGET not specified in the argument list, C<fcm switch> the current working
57copy 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.