diff options
| -rw-r--r-- | pki/base/scripts/base_svn_external_properties_db | 7 | ||||
| -rw-r--r-- | pki/dogtag/scripts/dogtag_svn_external_properties_db | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/pki/base/scripts/base_svn_external_properties_db b/pki/base/scripts/base_svn_external_properties_db index dfebeb3be..57be5376a 100644 --- a/pki/base/scripts/base_svn_external_properties_db +++ b/pki/base/scripts/base_svn_external_properties_db @@ -1,8 +1,9 @@ ############################################################################### # Since the 'svn.fedorahosted.org' repository uses a different URL prefix to # # distinguish between read-only (http) and read-write (svn+ssh) check-outs, # -# ALL external SVN properties MUST now be read-only, which means that ALL # -# changes that need to be saved MUST be applied to the top-level directory # -# referred to by each external SVN property (i.e. - 'pki/base/config'). # +# ALL external SVN properties that refer to this repository MUST now be # +# read-only, which means that ALL changes which refer to this repository # +# that need to be saved MUST be applied to the top-level directory referred # +# to by each external SVN property (i.e. - 'pki/base/config'). # ############################################################################### config http://svn.fedorahosted.org/svn/pki/trunk/pki/base/config diff --git a/pki/dogtag/scripts/dogtag_svn_external_properties_db b/pki/dogtag/scripts/dogtag_svn_external_properties_db index 328eb7ea6..025d32ff8 100644 --- a/pki/dogtag/scripts/dogtag_svn_external_properties_db +++ b/pki/dogtag/scripts/dogtag_svn_external_properties_db @@ -1,9 +1,10 @@ ############################################################################### # Since the 'svn.fedorahosted.org' repository uses a different URL prefix to # # distinguish between read-only (http) and read-write (svn+ssh) check-outs, # -# ALL external SVN properties MUST now be read-only, which means that ALL # -# changes that need to be saved MUST be applied to the top-level directory # -# referred to by each external SVN property (i.e. - 'pki/base/config' and # +# ALL external SVN properties that refer to this repository MUST now be # +# read-only, which means that ALL changes which refer to this repository # +# that need to be saved MUST be applied to the top-level directory referred # +# to by each external SVN property (i.e. - 'pki/base/config' AND # # 'pki/dogtag/config-ext'). # ############################################################################### config http://svn.fedorahosted.org/svn/pki/trunk/pki/base/config |
