Release Notes

Internal

5.4.16.655: Apr 08 2015

New

Mac OS X native server installer is now available. The package includes the server plus two command line tools:

* 'clconfigureserver' to configure the server

* 'umtool' to configure users and groups in "User-Password" auth mode.

Once the server package is installed, a daemon will be started up using the following defaults:

* Port 8087 (and 8088 for SSL)

* Name auth mode - uses the builtin users and groups in the computer

* SQLite database backend

If you need to change the server configuration, open a terminal and:

* Use 'clconfigureserver' to change the server settings

* Use 'umtool' to create users and groups only if you select UP working mode

* Restart the daemon to apply changes

How to run 'clconfigureserver' and 'umtool':

$ sudo /Applications/PlasticSCMServer.app/Contents/Applications/clconfigureserver.app/Contents/MacOS/clconfigureserver

$ sudo /Applications/PlasticSCMServer.app/Contents/Applications/umtool.app/Contents/MacOS/umtool

Example to add a user:

$ sudo /Applications/PlasticSCMServer.app/Contents/Applications/umtool.app/Contents/MacOS/umtool cu pablo pablo-password

How to restart the Plastic Server:

$ sudo launchctl unload /Library/LaunchDaemons/com.codicesoftware.plasticscm.server.plist
$ sudo launchctl load /Library/LaunchDaemons/com.codicesoftware.plasticscm.server.plist

New

The encryption configuration can now be set from the Plastic SCM GUI after a 'missing encryption configuration' error during the replication process.(This configuration can only be set by the Plastic SCM server administrator).

New

Branch Explorer: The search feature will now apply to the actual branch names being displayed. (Before, it was limited to full branch names).