Add arguments for FULL and PREFIX folder logic to documentation

Improve documentation so that the arguments for using PREFIX versus FULL folder logic is easily available during maintenance of .abapgit.xml
See https://github.com/SAP2Moose/SAP2Moose/issues/78
This commit is contained in:
Rainer Winkler 2017-11-19 12:57:11 +01:00 committed by GitHub
parent ed12bcd3fb
commit 090509e008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,8 @@ Invalid prefix:
* ZFOO * ZFOO
* ZBAR * ZBAR
The folder logic PREFIX allows to install the repository into a different parent package. This can even be $tmp, in that case no transport order is required.
### FULL ### FULL
Any package name is accepted Any package name is accepted
@ -70,6 +72,8 @@ Any package name is accepted
will give folder structure /zsomething/zhello/ will give folder structure /zsomething/zhello/
The folder logic FULL forces the installation of the repository into packages with exactly the same name. This can be problematic for contributors who work on systems where specific prefixes are to be used.
## Ignore ## Ignore
Files which abapGit will not download into your ABAP system. Files which abapGit will not download into your ABAP system.