Hi,
I tried to do an SVN DCommit (git-svn) using TGIT. It used to work
flawlessly. I didn't change anything in my checkout, but suddenly it
doesn't work anymore and I get an error:
ERROR from SVN:
Authorization failed: Cannot negotiate authentication mechanism
I'd appeceate if someone could fix that.
Otherwise ... you'll not get the nice fixes I have in my repo.
I'm not going to move them over to SVN!
Thanks,
Timo
Hi all,
The long-announced Mumble Server is finally live! I've put up all
instructions on our Wiki: https://reactos.org/wiki/Mumble
I've resembled the structure of our IRC channels, meaning there is a
general "ReactOS" channel open for everybody and a channel "ReactOS-Dev"
for authenticated users only. There will also be international channels
for easier discussions in your native language. On top of this,
everybody can create temporary channels for short discussions.
You login with your ReactOS Development Account (aka SVN account) to
become authenticated. If you don't have such an account, choose an
arbitrary username and join the open channels.
I'm also looking for ReactOS members willing to serve as Mumble
administrators. Just like on IRC, this gives you additional rights, like
creating permanent channels or kicking and banning people. As this also
allows you to modify permissions, I don't like to give this status to
every authenticated user. So far, only Pierre and me are administrators
on Mumble. Volunteers are welcome!
I think it makes no sense to set up even more rules right now before
people have checked it out, so let's all give it a try and see how we
can work with it. In a next step, we could announce it on the website
and even use Mumble for the monthly meetings.
Cheers,
Colin
Hi all,
FOSDEM 2015 has ended some days ago. After five years of absence, the
ReactOS Project was finally represented with a stand again, maintained
by Aleksey Bragin, Giannis Adamopoulos, Pierre Schweitzer and me.
Turns out that FOSDEM has significantly grown over the recent years,
so our experiences really deserve a report - and should motivate
others to join us next time! :)
Our stand was born around 11 o'clock on Saturday when I arrived at the
AW building. After walking several rounds in the building and neither
finding known people nor a free table, it turned out that the coreboot
guys next to us had tried to expand their presence a bit ;)
Reclaiming our booth was a matter of a few words though, and soon we
had a sweet spot in the building with enough space for the upcoming
crowd. With Aleksey arriving shortly after that, along with several
flags and pins, our empire was finally alive and marked! Giannis and
Pierre arrived in the course of the day, right in time for the
afternoon rush hour with lots of people interested in ReactOS. Our
four person booth staff was really overwhelmed in these times. But
let's see, maybe we even got new developers through this :)
Our stock of 100 ReactOS demonstration CDs prepared by Hermès
Bélusca-Maito and me already ran out during the first day. Given our
experiences at other exhibitions and the general phase-out of CDs
these days, this came totally unexpected. But it wouldn't be the
ReactOS Project if we had no solution to the problem. On the same
Saturday evening, Pierre and me went out on a little adventure into
downtown Brussels in the hope of finding open stores that sell all we
needed: Blank CDs, labels and paper sleeves. And we were successful!
Returning with another 100 CDs, all disc drives of our laptops were
working that evening and the full other day, busy with burning new
ReactOS CDs. FOSDEM staff was kind enough to offer one of their
printers for getting the additional labels done. And our booth on
Sunday had partly turned into a CD manufacturing plant. With the
consequence of people sometimes grabbing the CD labels and trying to
read them before being presented with our real flyers :)
At the end of the conference, around 170 ReactOS CDs were in the wild.
Definitely much more than what we expected!
Of course, the culinary supply also didn't come too short in the
capital of Belgium. On Saturday evening, we met up with our friend
Nuno Brito, who had already reserved a nice restaurant for us.
Obviously, he had learned from last year! I well remember the evening,
when five hungry geeks walked for half an hour through the city,
trying to beat the unsolvable problem of finding the best restaurant
for all of us.
I've put up some of Aleksey's and my photos here:
https://www.flickr.com/photos/colinfinck/sets/72157650656130121/
Maybe more to come in the next few days!
I hope you're now all eager to join us next time to this wonderful event!
Cheers,
Colin
P.S.: Feel free to use this for a news article about FOSDEM on our website
On 01.02.2015 23:22, hbelusca(a)svn.reactos.org wrote:
> Author: hbelusca
> Date: Sun Feb 1 20:22:13 2015
> New Revision: 66144
>
> URL: http://svn.reactos.org/svn/reactos?rev=66144&view=rev
> Log:
> [FREELDR]
> - Fix date format in CHANGELOG (that uses that #$@! of US format)
> - Diverse code style changes (whitespace, extra braces, C++ to C-style comments, ...)
> ==============================================================================
> --- trunk/reactos/boot/freeldr/freeldr/CHANGELOG [iso-8859-1] (original)
> +++ trunk/reactos/boot/freeldr/freeldr/CHANGELOG [iso-8859-1] Sun Feb 1 20:22:13 2015
> @@ -1,4 +1,4 @@
> -Changes in v3.0+ (05/01/2015) (hbelusca)
> +Changes in v3.0+ (01/05/2015) (hbelusca)
Don't make our dear American contributors feel offended! :-)
Also there is ISO 8601 standard, you know, the big-endian style YYYY-MM-DD.
Regards,
Aleksey Bragin
Why are you moving a file out of the i386 folder and then add #ifdef
_M_IX86 around all the code???
Am 01.02.2015 um 18:49 schrieb hbelusca(a)svn.reactos.org:
> --- trunk/reactos/boot/freeldr/freeldr/arch/i386/custom.c [iso-8859-1] (original)
> +++ trunk/reactos/boot/freeldr/freeldr/custom.c [iso-8859-1] Sun Feb 1 17:49:11 2015
> @@ -19,6 +19,7 @@
>
> #include <freeldr.h>
>
> +#ifdef _M_IX86
>
> const CHAR BootDrivePrompt[] = "Enter the boot drive.\n\nExamples:\nfd0 - first floppy drive\nhd0 - first hard drive\nhd1 - second hard drive\ncd0 - first CD-ROM drive.\n\nBIOS drive numbers may also be used:\n0 - first floppy drive\n0x80 - first hard drive\n0x81 - second hard drive";
> const CHAR BootPartitionPrompt[] = "Enter the boot partition.\n\nEnter 0 for the active (bootable) partition.";
> @@ -448,3 +449,5 @@
> DiskStopFloppyMotor();
> Reboot();
> }
> +
> +#endif // _M_IX86
I hope you are not talking about the ... Right arm? ^^Am 01.02.2015 00:27 schrieb Hermès BÉLUSCA - MAÏTO <hermes.belusca(a)sfr.fr>:
>
> And after that, people go to #reactos by mistake to ask for Java-related questions... By the way, if one believes Wikipedia, this ReactJS was created in 2013: http://en.wikipedia.org/wiki/ReactJS
>
> <troll>Now… look carefully at the video around 0:40 up to 0:50… \o ^^ </troll>
>
>
>
> De : Ros-dev [mailto:ros-dev-bounces@reactos.org] De la part de Timo Kreuzer
> Envoyé : samedi 31 janvier 2015 22:50
> À : ReactOS Development List
> Objet : Re: [ros-dev] ReactOS trademark and logo violation
>
>
>
>
> I agree this is pretty nasty. Too much consonance for me to believe in accidental coincidence. ("ReactJS"? Srsly?)
>
> Are we going to sue them?
> Let's make them PAY! :D
>
>
> Am 31.01.2015 um 20:01 schrieb Alexander Rechitskiy:
>>
>> I clearly see that ReactOS trademark and logo are violated by Facebooks' ReactJS project
>>
>>
>>
>> http://www.youtube.com/watch?v=KVZ-P-ZI6W4
>>
>>
>>
>> --
>>
>> Best regards,
>> Alexander Rechitskiy
>>
>> +79286331900
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>>
>> Ros-dev mailing list
>>
>> Ros-dev(a)reactos.org
>>
>> http://www.reactos.org/mailman/listinfo/ros-dev
>
>