OpenSimMirror/OpenSim/Framework/Servers
Chris Down bb64906a9c Enable the console show version command and the viewer about command, to show the last git commit hash together with the conmit date and time. The data is retrieved form a file bin/.version This file can be generated automatically using the post commit script by adding the following to the script:
git log -n 1 --pretty="format:%h: %ci" > bin/.version

This command can also be run manually to create the bin/.version file.

This command genrates a short form of the commit hash and a date and time of the commit in ISO8601 format.
If a full commit hash is required then change %h to %H

The logic that is used to extract the deprecated svn revision is still included.
It will be removed at a future date
2009-08-11 17:09:35 +01:00
..
HttpServer * FreeContext may be a bit too buggy for my tastes in some environments. * Commenting it for the moment. 2009-08-08 14:14:52 -04:00
Tests Removing unused files, legacy from old asset "cache". 2009-08-09 17:46:37 -07:00
BaseGetAssetStreamHandler.cs * Fix problem where known missing assets would stop save oar ever completing 2009-06-05 16:14:22 +00:00
BaseOpenSimServer.cs Enable the console show version command and the viewer about command, to show the last git commit hash together with the conmit date and time. The data is retrieved form a file bin/.version This file can be generated automatically using the post commit script by adding the following to the script: 2009-08-11 17:09:35 +01:00
CheckSumServer.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
GetAssetStreamHandler.cs cleaning out warnings. 2009-05-22 14:57:00 +00:00
MessageServerInfo.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
PostAssetStreamHandler.cs Committing the changed tree 2009-05-04 20:19:21 +00:00
VersionInfo.cs * as per my e-mail to opensim-dev archive: https://lists.berlios.de/pipermail/opensim-dev/2009-July/007223.html 2009-07-25 21:16:48 +00:00