Fossil SCM
Fixed discussion of "x" cap in www/private.wiki to match its current implementation.
Commit
c5561039e1fffe351964e14da756996671f2ff41573fd767ac69b285cac7695b
Parent
e1962ef67f88fc0…
1 file changed
+7
-7
+7
-7
| --- www/private.wiki | ||
| +++ www/private.wiki | ||
| @@ -53,17 +53,17 @@ | ||
| 53 | 53 | <blockquote><pre> |
| 54 | 54 | fossil clone --private http://[email protected]:8080/ mac-clone.fossil |
| 55 | 55 | </pre></blockquote> |
| 56 | 56 | |
| 57 | 57 | You'll have to supply a username and password in order for this to work. |
| 58 | -Fossil will not clone (or sync) private branches anonymously. Furthermore, | |
| 59 | -you have to enable the "Private" capability (the "x" capability) in order | |
| 60 | -to enable private branch syncing. The Admin ("a") and Superuser ("s") do | |
| 61 | -<u>not</u> imply Private ("x"); you'll have to set "x" in addition to | |
| 62 | -"a" or "s". This is a little extra work, but there is a purpose here: | |
| 63 | -the interface is designed to make it very difficult to accidentally | |
| 64 | -sync a private branch to a public server. It is highly recommended that | |
| 58 | +Fossil will not clone (or sync) private branches anonymously. | |
| 59 | + | |
| 60 | +Only users with the Admin ("a") and Setup ("s") capabilities can do | |
| 61 | +private branch syncing by default. You will have to give any other user | |
| 62 | +the "Private" capability ("x") if you want them to be able to do this. | |
| 63 | +We deny such capability for normal users by default to add a barrier to | |
| 64 | +accidental syncing of a private branch to a public server. It is highly recommended that | |
| 65 | 65 | you leave the "x" capability turned off on all repositories used for |
| 66 | 66 | collaboration (repositories to which many people push and pull) and |
| 67 | 67 | only enable "x" for local repositories when you need to share private |
| 68 | 68 | branches. |
| 69 | 69 | |
| 70 | 70 |
| --- www/private.wiki | |
| +++ www/private.wiki | |
| @@ -53,17 +53,17 @@ | |
| 53 | <blockquote><pre> |
| 54 | fossil clone --private http://[email protected]:8080/ mac-clone.fossil |
| 55 | </pre></blockquote> |
| 56 | |
| 57 | You'll have to supply a username and password in order for this to work. |
| 58 | Fossil will not clone (or sync) private branches anonymously. Furthermore, |
| 59 | you have to enable the "Private" capability (the "x" capability) in order |
| 60 | to enable private branch syncing. The Admin ("a") and Superuser ("s") do |
| 61 | <u>not</u> imply Private ("x"); you'll have to set "x" in addition to |
| 62 | "a" or "s". This is a little extra work, but there is a purpose here: |
| 63 | the interface is designed to make it very difficult to accidentally |
| 64 | sync a private branch to a public server. It is highly recommended that |
| 65 | you leave the "x" capability turned off on all repositories used for |
| 66 | collaboration (repositories to which many people push and pull) and |
| 67 | only enable "x" for local repositories when you need to share private |
| 68 | branches. |
| 69 | |
| 70 |
| --- www/private.wiki | |
| +++ www/private.wiki | |
| @@ -53,17 +53,17 @@ | |
| 53 | <blockquote><pre> |
| 54 | fossil clone --private http://[email protected]:8080/ mac-clone.fossil |
| 55 | </pre></blockquote> |
| 56 | |
| 57 | You'll have to supply a username and password in order for this to work. |
| 58 | Fossil will not clone (or sync) private branches anonymously. |
| 59 | |
| 60 | Only users with the Admin ("a") and Setup ("s") capabilities can do |
| 61 | private branch syncing by default. You will have to give any other user |
| 62 | the "Private" capability ("x") if you want them to be able to do this. |
| 63 | We deny such capability for normal users by default to add a barrier to |
| 64 | accidental syncing of a private branch to a public server. It is highly recommended that |
| 65 | you leave the "x" capability turned off on all repositories used for |
| 66 | collaboration (repositories to which many people push and pull) and |
| 67 | only enable "x" for local repositories when you need to share private |
| 68 | branches. |
| 69 | |
| 70 |