Fossil SCM

Improve the text of the meaning of the allow-symlinks setting. No changes to code.

drh 2017-11-30 04:22 trunk
Commit a59c8490dd76cc4e66f1b351de0ef806cf4562cae89fedc1e4a69052c61fa74b
1 file changed +12 -2
+12 -2
--- src/db.c
+++ src/db.c
@@ -2777,17 +2777,27 @@
27772777
** in the "admin_log" table of the repository.
27782778
*/
27792779
#if defined(_WIN32)
27802780
/*
27812781
** SETTING: allow-symlinks boolean default=off versionable
2782
-** Allows symbolic links in the repository when enabled.
2782
+**
2783
+** When allow-symlinks is OFF, symbolic links in the repository are followed
2784
+** and treated no differently from real files. When allow-symlinks is ON,
2785
+** the object to which the symbolic link points is ignored, and the content
2786
+** of the symbolic link that is stored in the repository is the name of the
2787
+** object to which the symbolic link points.
27832788
*/
27842789
#endif
27852790
#if !defined(_WIN32)
27862791
/*
27872792
** SETTING: allow-symlinks boolean default=on versionable
2788
-** Allows symbolic links in the repository when enabled.
2793
+**
2794
+** When allow-symlinks is OFF, symbolic links in the repository are followed
2795
+** and treated no differently from real files. When allow-symlinks is ON,
2796
+** the object to which the symbolic link points is ignored, and the content
2797
+** of the symbolic link that is stored in the repository is the name of the
2798
+** object to which the symbolic link points.
27892799
*/
27902800
#endif
27912801
/*
27922802
** SETTING: auto-captcha boolean default=on variable=autocaptcha
27932803
** If enabled, the /login page provides a button that will automatically
27942804
--- src/db.c
+++ src/db.c
@@ -2777,17 +2777,27 @@
2777 ** in the "admin_log" table of the repository.
2778 */
2779 #if defined(_WIN32)
2780 /*
2781 ** SETTING: allow-symlinks boolean default=off versionable
2782 ** Allows symbolic links in the repository when enabled.
 
 
 
 
 
2783 */
2784 #endif
2785 #if !defined(_WIN32)
2786 /*
2787 ** SETTING: allow-symlinks boolean default=on versionable
2788 ** Allows symbolic links in the repository when enabled.
 
 
 
 
 
2789 */
2790 #endif
2791 /*
2792 ** SETTING: auto-captcha boolean default=on variable=autocaptcha
2793 ** If enabled, the /login page provides a button that will automatically
2794
--- src/db.c
+++ src/db.c
@@ -2777,17 +2777,27 @@
2777 ** in the "admin_log" table of the repository.
2778 */
2779 #if defined(_WIN32)
2780 /*
2781 ** SETTING: allow-symlinks boolean default=off versionable
2782 **
2783 ** When allow-symlinks is OFF, symbolic links in the repository are followed
2784 ** and treated no differently from real files. When allow-symlinks is ON,
2785 ** the object to which the symbolic link points is ignored, and the content
2786 ** of the symbolic link that is stored in the repository is the name of the
2787 ** object to which the symbolic link points.
2788 */
2789 #endif
2790 #if !defined(_WIN32)
2791 /*
2792 ** SETTING: allow-symlinks boolean default=on versionable
2793 **
2794 ** When allow-symlinks is OFF, symbolic links in the repository are followed
2795 ** and treated no differently from real files. When allow-symlinks is ON,
2796 ** the object to which the symbolic link points is ignored, and the content
2797 ** of the symbolic link that is stored in the repository is the name of the
2798 ** object to which the symbolic link points.
2799 */
2800 #endif
2801 /*
2802 ** SETTING: auto-captcha boolean default=on variable=autocaptcha
2803 ** If enabled, the /login page provides a button that will automatically
2804

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button