Re: [Opensim-dev] [Opensim-commits] [SCM] OpenSim Git Master Repository branch, master, updated. ea940d98f91b65e0fdc0619bc4e421d506813870

2009-08-07 Thread diva
It can be anywhere as long as it's outside Region dlls, because external components deal with ISceneObject and need to serialize them. I thought I'd add this one to the interface. Currently, the implementation of SceneObject serialization is under region. Where would you like it? Justin Clark

Re: [Opensim-dev] [Opensim-commits] [SCM] OpenSim Git Master Repository branch, master, updated. ea940d98f91b65e0fdc0619bc4e421d506813870

2009-08-07 Thread Justin Clark-Casey
d...@pinky.opensimulator.org wrote: > - Log - > commit ea940d98f91b65e0fdc0619bc4e421d506813870 > Author: Diva Canto > Date: Thu Aug 6 16:41:24 2009 -0700 > > Added ToXml2() to ISceneObject, so that components other than regio

[Opensim-dev] XmlRpcGroups update, refactoring and naming changes.

2009-08-07 Thread Michael Cortez
The Groups module that I maintain is going through refactoring at the moment. As of rca5da5face97 (8:13 Pacifc this morning 08/07/2009) you will want to double check your [Groups] config settings as the names of some of the groups variables and their valid values have changed. No data will be lost

Re: [Opensim-dev] Main Repository now in Git

2009-08-07 Thread Robert G. Jakabosky
Attached is a script that I made for one of my projects. It extracts hash and timestamp from the git log. The important bits are these two lines: COMMIT_TIMESTAMP=`git log -n 1 --pretty="format:%ct"` COMMIT_INFO=`git log -n 1 --pretty="format:%h: %cd"` With the --pretty format option you don't

Re: [Opensim-dev] Main Repository now in Git

2009-08-07 Thread James Stallings II
Good stuff Y'all - unfortunately, I'm told this morning, that the location of the git files I was planning to use will vary from machine to machine (!). I suppose I will withdraw and let the more knowledgeable among us work through these issues. Thanks for the encouragement. James On Fri, Au

Re: [Opensim-dev] Main Repository now in Git

2009-08-07 Thread Ursula MATOVA
A Yesss ! Thanks a lot for all of these informations. I'll test everything when back home this evening. Regards, Ursula. Chris Down a écrit : > James, > Just a thought. > > You could use the git log command to extract the information form the > repo. This would output details of the las

Re: [Opensim-dev] Main Repository now in Git

2009-08-07 Thread Chris Down
James, Just a thought. You could use the git log command to extract the information form the repo. This would output details of the last commit e.g. git log -n 1 commit 270ae50d700831ac996025045dc32341d68ee0f9 Author: Adam Frisby Date: Fri Aug 7 14:17:51 2009 +1000 * Implements MRM's S

Re: [Opensim-dev] Main Repository now in Git

2009-08-07 Thread Dr Scofield
Dr Scofield wrote: > Ursula MATOVA wrote: >> Hey Sean ... I know it's hard work ... >> My post was just "comments/feeling" about the migration from svn to >> git ... >> ` >> On my side ( I'm not a core-dev, just trying to be an active >> reporter ) I need to be able to migrate my OpenSim serve

Re: [Opensim-dev] Main Repository now in Git

2009-08-07 Thread Dr Scofield
Ursula MATOVA wrote: > Hey Sean ... I know it's hard work ... > My post was just "comments/feeling" about the migration from svn to > git ... > ` > On my side ( I'm not a core-dev, just trying to be an active > reporter ) I need to be able to migrate my OpenSim server to the > latest current

Re: [Opensim-dev] Main Repository now in Git

2009-08-07 Thread Dr Scofield
Michael Cortez wrote: > James Stallings II wrote: >> So far Adam it's just the hash, but I've not got even that working yet >> so I will see if I can find a way to get a date in there too :) > Maybe pull the time stamp of the creation date off the file itself? > > Although, I'd suggest MMDD

Re: [Opensim-dev] Main Repository now in Git

2009-08-07 Thread Michael Cortez
James Stallings II wrote: > So far Adam it's just the hash, but I've not got even that working yet > so I will see if I can find a way to get a date in there too :) Maybe pull the time stamp of the creation date off the file itself? Although, I'd suggest MMDD followed by the hash instead of M