Resolved issues

Subversion Edge 1.3 resolves these issues.

Artifact ID Description
artf4906 The SSLSessionCache option for Apache is now included. You can see it in the SSL configuration section in [directory where you installed Subversion Edge]/data/conf/csvn_main_httpd.conf.
artf4911 The Grails code base has been upgraded from version 1.2.1 to version 1.3.4.
artf4924 Hyphens are allowed in repository names -- and the repositories can be used after conversion to TeamForge mode.
artf4937 Incorrect borders in the Repositories page have been fixed.
artf4944 Role and User lists no longer display the Id.
artf4945 In the Administration page, the Subversion Server Settings option has been renamed to Server Settings.
artf4959 ViewVC did not work when sudo option was used for starting Apache. This is now fixed.
artf4971 An incorrect message, “Your changes are not saved...”, appeared when you switched between the General and Authentication tabs in Administration > Subversion Server Settings. This is fixed.
artf4979 The README is available in the root directory for Linux installs.
artf4980 If you enter an incorrect TeamForge server URL while trying to convert from standalone to TeamForge mode, you'll see get an error message to that effect. After this, if you try to click the "editIntegration" link, you'll see a message that you're in standalone mode but are trying to access a feature available only in TeamForge mode.
artf5003 Conversion to TeamForge failed when repository permissions were not validated. During the conversion process, you now get a warning message for repositories whose file permissions are not set correctly.
artf5004 During the conversion to TeamForge, usernames containing a dot (“.”) are not imported. A message appears when such usernames are identified, and these users will need to be created in TeamForge.
artf5013 Conversion to TeamForge mode now allows project names with dots.
artf5015 To support debugging, especially with problems during startup, the user-configured log level is set as early as possible.
artf5027 The server did not start when a firewall blocked packets on UDP port 5353 (the mDNS port used by Subversion Edge). This is now fixed.
artf5032 Performance related to gathering disk space statistics has been improved. Statistics gathering took a while to run on repositories with a lot of revisions. The job has been changed to run less frequently and completely asynchronous to the web UI.
artf5033 Subversion Edge 1.2.1 displayed incorrect values in graphs for available and used desk space. This is now fixed.
artf5037 When you change the Subversion Edge admin password, the Apache password is reset to the same. However, restarting the console reset the Apache password to admin again. This is now fixed.
artf5065 In the ViewVC version distributed with Subversion Edge 1.3, difflib is used if GNU diff is not available.
artf5067 The default port for the Apache server is set when you switch to or from SSL mode. For example, if you've specified port 80 currently and then select to use SSL with Apache, the port is changed to 443.
artf5068 For a repository listed in the Repositories page, click the corresponding Info link to see its statistics. In earlier versions, this link was called Edit.
artf5087 On some Windows systems, an incorrect warning about httpd.conf missing directives appeared. This is now fixed.
artf5095 For some users, the Apache server did not start and no errors were logged. This was narrowed to these conditions:
  • If LDAP was being used and the server was using a port < 1024
  • If httpd was started by root or sudo
This is now fixed. You can start the server using $ sudo bin/csvn-httpd start