Re: [MSEide-MSEgui-talk] from FreePascal.ru

2012-03-16 Thread Martin Schreiber
On Friday 16 March 2012 06:43:50 IvankoB for-mse wrote: We still don't know which driver showed the bug. == Is there a need for us to spend time on investigating a fixed 3-rd party driver bug ? Yes it is. MSEgui users write MSEgui does not work not my graphic driver has bugs.

Re: [MSEide-MSEgui-talk] MSEgit 1.0

2012-03-16 Thread Martin Schreiber
On Thursday 15 March 2012 21:30:39 Sieghard wrote: Converting SVN to git works well. But it takes some time and an opportunity - two rare resources at once... Converting a repository from SVN to git normally takes some minutes only. Martin

Re: [MSEide-MSEgui-talk] SSL mode of TMSEPQConnection

2012-03-16 Thread Martin Schreiber
On Friday 16 March 2012 06:54:10 IvankoB for-mse wrote: Why it may be preferred over external channel encrypting tools (OpenVPN, STunnel,...) : 1) we'll have possibility to manage own key storage (more encryption layer,..) like FireFox does 2) we'll be able to detect password encrypted

Re: [MSEide-MSEgui-talk] SSL mode of TMSEPQConnection

2012-03-16 Thread IvankoB for-mse
What is your proposal? = In PG docs, it's mentioned that PG server supports SSL channeling provided that client side (TMSEPQConnection ?) supports this mode too initiates establishing SSL channel. It also means that client-side should control own side of key management - searching

Re: [MSEide-MSEgui-talk] SSL mode of TMSEPQConnection

2012-03-16 Thread Martin Schreiber
On Friday 16 March 2012 07:46:56 IvankoB for-mse wrote: What is your proposal? = In PG docs, it's mentioned that PG server supports SSL channeling provided that client side (TMSEPQConnection ?) supports this mode too initiates establishing SSL channel. It also means that

Re: [MSEide-MSEgui-talk] from FreePascal.ru

2012-03-16 Thread IvankoB for-mse
If it's x86-video-intel then yes :) Please note that Intel don't provide only prebuilt (proprietary) drivers, they contribute to Xorg sources instead. (for Intel 845+ machines with integrated video, me use the intel915-dri kernel mode framebuffer driver ( Driver fbdev Option UseFBDev true in

Re: [MSEide-MSEgui-talk] from FreePascal.ru

2012-03-16 Thread Sieghard
Hallo Martin, Du schriebst am Fri, 16 Mar 2012 07:22:38 +0100: I assume the xf86-video-* Intel proprietary driver showed the problem and the opensource intel driver works? Please confirm. What's the difference? @Sieghard, did you try the opensource intel driver? _Is_ there a separate open

Re: [MSEide-MSEgui-talk] MSEgit 1.0

2012-03-16 Thread Sieghard
Hallo Martin, Du schriebst am Fri, 16 Mar 2012 07:25:16 +0100: Converting a repository from SVN to git normally takes some minutes only. Maybe. But I've to get some information about it - and the program proper - first, get some feeling for its use, and only _then_ I will attempt to convert

Re: [MSEide-MSEgui-talk] MSEgit 1.0

2012-03-16 Thread Sieghard
Hallo Graeme, Du schriebst am Fri, 16 Mar 2012 08:27:27 +0200: But it takes some time and an opportunity - two rare resources at once... Your loss... Git saves you lots of time and effort (compared to SubVersion) - thus saving you money too. Not so - I'm working at everything else right

Re: [MSEide-MSEgui-talk] MSEgit 1.0

2012-03-16 Thread Graeme Geldenhuys
On 16 March 2012 21:34, Sieghard wrote: first, get some feeling for its use, and only _then_ I will attempt to convert valuable data with it, even if it's proven to work. That's easy then. git svn clone url of svn trunk repository Now you have a git repository on your machine that can push

Re: [MSEide-MSEgui-talk] MSEgit 1.0

2012-03-16 Thread Sieghard
Hallo Graeme, Du schriebst am Fri, 16 Mar 2012 23:30:25 +0200: That's easy then. git svn clone url of svn trunk repository So this is a copy then, and if I've verfied it is correct, I can delete the original? Now you have a git repository on your machine that can push changes back to a