Author: jleroux
Date: Fri Dec 29 13:09:42 2017 New Revision: 1819487 URL: http://svn.apache.org/viewvc?rev=1819487&view=rev Log: We no longer need to worry about changing the Subversion config file at all Modified: ofbiz/site/source-repositories.html ofbiz/site/template/page/source-repositories.tpl.php Modified: ofbiz/site/source-repositories.html URL: http://svn.apache.org/viewvc/ofbiz/site/source-repositories.html?rev=1819487&r1=1819486&r2=1819487&view=diff ============================================================================== --- ofbiz/site/source-repositories.html (original) +++ ofbiz/site/source-repositories.html Fri Dec 29 13:09:42 2017 @@ -178,17 +178,9 @@ <div class="span10"> <h2>Committer Access</h2> <div class="divider"><span></span></div> - <p>Committer access requires a special account which is provided by the OFBiz adminstrators. If you have a Committer account you can access the repository through HTTPS. When checking in, you will be prompted your userID and password</p> - <p>When you first connect you will be prompted to accept the SSL certificate. Verify the certificate is for svn.apache.org. After verification, select option 'P' to permanently add to your SVN configuration.</p> - <p>Subversion can handle keyword expansion, eol conversion as well as may other features. Most of these features are configured on the client level rather than on the server (some [AUTO-PROPS] properties are handled on the server). To make this easy on developers and to provide a standard configuration, the official OFBiz Subversion client configuration file can be found here. -This file should replace, or be merged with, the config file found in your $HOME/.subversion directory </p> - - <ul class="iconsList"> - <li><i class="icon-pin"></i> <strong>Windows</strong> : <code>%USERPROFILE%\Application Data\Subversion\config or %USERPROFILE%\AppData\Roaming\Subversion\config</code></li> - <li><i class="icon-pin"></i> <strong>Linux</strong> : <code>~/.subversion/config</code></li> - </ul> - - + <p>Committer access requires a special account which is provided by the OFBiz adminstrators. If you have a Committer account you can access the repository through HTTPS. When checking in, you will be prompted your userID and password</p> + <p>When you first connect you will be prompted to accept the SSL certificate. Verify the certificate is for svn.apache.org. After verification, select option 'P' to permanently add to your SVN configuration.</p> + <p>Subversion can handle keyword expansion, eol conversion as well as many other features. These features are configured at the server level (actually only in the OFBiz repository branch), so you don't have to worry about them</p> </div> </section> Modified: ofbiz/site/template/page/source-repositories.tpl.php URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/source-repositories.tpl.php?rev=1819487&r1=1819486&r2=1819487&view=diff ============================================================================== --- ofbiz/site/template/page/source-repositories.tpl.php (original) +++ ofbiz/site/template/page/source-repositories.tpl.php Fri Dec 29 13:09:42 2017 @@ -80,17 +80,9 @@ <div class="span10"> <h2>Committer Access</h2> <div class="divider"><span></span></div> - <p>Committer access requires a special account which is provided by the OFBiz adminstrators. If you have a Committer account you can access the repository through HTTPS. When checking in, you will be prompted your userID and password</p> - <p>When you first connect you will be prompted to accept the SSL certificate. Verify the certificate is for svn.apache.org. After verification, select option 'P' to permanently add to your SVN configuration.</p> - <p>Subversion can handle keyword expansion, eol conversion as well as may other features. Most of these features are configured on the client level rather than on the server (some [AUTO-PROPS] properties are handled on the server). To make this easy on developers and to provide a standard configuration, the official OFBiz Subversion client configuration file can be found here. -This file should replace, or be merged with, the config file found in your $HOME/.subversion directory </p> - - <ul class="iconsList"> - <li><i class="icon-pin"></i> <strong>Windows</strong> : <code>%USERPROFILE%\Application Data\Subversion\config or %USERPROFILE%\AppData\Roaming\Subversion\config</code></li> - <li><i class="icon-pin"></i> <strong>Linux</strong> : <code>~/.subversion/config</code></li> - </ul> - - + <p>Committer access requires a special account which is provided by the OFBiz adminstrators. If you have a Committer account you can access the repository through HTTPS. When checking in, you will be prompted your userID and password</p> + <p>When you first connect you will be prompted to accept the SSL certificate. Verify the certificate is for svn.apache.org. After verification, select option 'P' to permanently add to your SVN configuration.</p> + <p>Subversion can handle keyword expansion, eol conversion as well as many other features. These features are configured at the server level (actually only in the OFBiz repository branch), so you don't have to worry about them</p> </div> </section> |
Free forum by Nabble | Edit this page |