Last change
on this file since 5095 was
5095,
checked in by abarral, 4 months ago
|
Revert cosp*/ from the trunk, as it's external code
Add missing bits from FCM2 source
|
File size:
576 bytes
|
Line | |
---|
1 | =head1 NAME |
---|
2 | |
---|
3 | fcm project-create |
---|
4 | |
---|
5 | =head1 SYNOPSIS |
---|
6 | |
---|
7 | Creates a new project in a repository. |
---|
8 | |
---|
9 | fcm project-create [OPTIONS] PROJECT-NAME REPOS-ROOT-URL |
---|
10 | |
---|
11 | =head1 ARGUMENTS |
---|
12 | |
---|
13 | PROJECT-NAME is a valid name of a project for the given repository. |
---|
14 | |
---|
15 | =head1 OPTIONS |
---|
16 | |
---|
17 | =over 4 |
---|
18 | |
---|
19 | =item --non-interactive |
---|
20 | |
---|
21 | Do no interactive prompting. This option implies --svn-non-interactive. |
---|
22 | |
---|
23 | =item --password=PASSWORD |
---|
24 | |
---|
25 | Specify a password for write access to the repository. |
---|
26 | |
---|
27 | =item --svn-non-interactive |
---|
28 | |
---|
29 | Do no interactive prompting at commit time. This option is implied by |
---|
30 | --non-interactive. |
---|
31 | |
---|
32 | =back |
---|
33 | |
---|
34 | =cut |
---|
Note: See
TracBrowser
for help on using the repository browser.