Modify ↓
#701 closed defect (fixed)
Add "no-auth-cache" to SVN documentation
Reported by: | anonymous | Owned by: | hodgestar |
---|---|---|---|
Priority: | major | Milestone: | 0.6.1 |
Component: | Documentation | Version: | 0.6 |
Keywords: | Cc: | wormyourhonor@… | |
Operating System: | BSD |
Description
The subversion option "no-auth-cache" was added in r850/r851. Documentation needs an update:
-
doc/commands.txt
944 944 Parameters 945 945 ---------- 946 946 947 +-----------------+-------------------------------------------------------------+ 948 | Name | Description | 949 +=================+=============================================================+ 950 | ``url`` | URL of the repository. | 951 +-----------------+-------------------------------------------------------------+ 952 | ``path`` | The path inside the repository that should be checked out. | 953 | | You should normally set this to ``${path}`` so that the | 954 | | path of the build configuration is used. | 955 +-----------------+-------------------------------------------------------------+ 956 | ``revision`` | The revision that should be checked out. You should | 957 | | normally set this to ``${revision}`` so that the revision | 958 | | of the build is used. | 959 +-----------------+-------------------------------------------------------------+ 960 | ``dir`` | Path specifying which directory the sources should be | 961 | | checked out to (defaults to '.'). | 962 +-----------------+-------------------------------------------------------------+ 963 | ``verbose`` | Whether to log the list of checked out files (defaults to | 964 | | False). | 965 +-----------------+-------------------------------------------------------------+ 966 | ``shared_path`` | An optional shared directory to check the sources out in, | 967 | | which will be reused for each subsequent build. This is | 968 | | relative to the project directory, so for standard usage | 969 | | set it to something like ``../trunk`` | 970 +-----------------+-------------------------------------------------------------+ 971 | ``username`` | Username to pass for authentication (optional) | 972 +-----------------+-------------------------------------------------------------+ 973 | ``password`` | Password to pass for authentication (optional) | 974 +-----------------+-------------------------------------------------------------+ 947 +-------------------+-------------------------------------------------------------+ 948 | Name | Description | 949 +===================+=============================================================+ 950 | ``url`` | URL of the repository. | 951 +-------------------+-------------------------------------------------------------+ 952 | ``path`` | The path inside the repository that should be checked out. | 953 | | You should normally set this to ``${path}`` so that the | 954 | | path of the build configuration is used. | 955 +-------------------+-------------------------------------------------------------+ 956 | ``revision`` | The revision that should be checked out. You should | 957 | | normally set this to ``${revision}`` so that the revision | 958 | | of the build is used. | 959 +-------------------+-------------------------------------------------------------+ 960 | ``dir`` | Path specifying which directory the sources should be | 961 | | checked out to (defaults to '.'). | 962 +-------------------+-------------------------------------------------------------+ 963 | ``verbose`` | Whether to log the list of checked out files (defaults to | 964 | | False). | 965 +-------------------+-------------------------------------------------------------+ 966 | ``shared_path`` | An optional shared directory to check the sources out in, | 967 | | which will be reused for each subsequent build. This is | 968 | | relative to the project directory, so for standard usage | 969 | | set it to something like ``../trunk`` | 970 +-------------------+-------------------------------------------------------------+ 971 | ``username`` | Username to pass for authentication (optional) | 972 +-------------------+-------------------------------------------------------------+ 973 | ``password`` | Password to pass for authentication (optional) | 974 +-------------------+-------------------------------------------------------------+ 975 | ``no_auth_cache`` | Do not cache authentication tokens | 976 +-------------------+-------------------------------------------------------------+ 975 977 976 978 979 977 980 Examples 978 981 --------
Attachments (0)
Change History (3)
comment:1 Changed 13 years ago by wormyourhonor@…
- Cc wormyourhonor@… added
comment:2 Changed 13 years ago by osimons
- Owner set to hodgestar
comment:3 Changed 13 years ago by hodgestar
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Thanks for the reminder with patch. Hodgestar, yours?