Page 1 of 1

Irrlicht CVS repository

Posted: Fri Dec 09, 2005 12:37 am
by hybrid
Without making it largely public Niko created an publically available CVS repository based on SourceForge CVS service.
YES :!: It's true :!: REALLY :!: Some updates already available from CVS :!:
Thank you Niko, I really appreciate this development 8)
Check it out: http://cvs.sourceforge.net/viewcvs.py/irrlicht/

Re: Irrlicht CVS repository

Posted: Fri Dec 09, 2005 12:59 am
by sRc
hybrid wrote:Without making it largely public Niko created an publically available CVS repository based on SourceForge CVS service.
YES :!: It's true :!: REALLY :!: Some updates already available from CVS :!:
Thank you Niko, I really appreciate this development 8)
Check it out: http://cvs.sourceforge.net/viewcvs.py/irrlicht/
sweet!

Posted: Fri Dec 09, 2005 1:42 am
by Guest
Great news! :)

Posted: Fri Dec 09, 2005 5:09 pm
by bitplane
:shock: :shock:
awesome!

Posted: Fri Dec 09, 2005 6:23 pm
by Pr3t3nd3r
i'm an noob in the cvs domain ...
any tutorial ?

Posted: Fri Dec 09, 2005 7:35 pm
by latentdisposition
Download, install and launch wincvs. http://www.wincvs.org/download.html

01. Click on the admin menu and click login. In the CVSROOT box type
":pserver:anonymous@cvs.sourceforge.net:/cvsroot/irrlicht" without quotes

02. Click the globals tab and ensure that File attribute and CVS Messages are set to default. Check the compression level box and set the value to 9.

03. When the password box comes up click ok (anonymous cvs does not need a password).

04. Ensure that in the message window it says "***** CVS exited normally with code 0 *****"

05. Click on the Remote menu and select Checkout module. For the module name type Irrlicht. In the "Local folder to check out to" box type in the directory of where you want the files to be downloaded to and click OK.

After it has finished dowloading build your dll using the new source.

If you want more details on cvs visit
http://www.thathost.com/wincvs-howto/

Re: Irrlicht CVS repository

Posted: Fri Dec 09, 2005 9:12 pm
by niko
hybrid wrote:Without making it largely public Niko created an publically available CVS repository based on SourceForge CVS service.
YES :!: It's true :!: REALLY :!:
Hehe, true :) But I didn't announce this intentionally yet, because not everything is in the cvs yet. I guess I should have blogged about trying to get an subversion server :)

Re: Irrlicht CVS repository

Posted: Fri Dec 09, 2005 9:18 pm
by sRc
niko wrote:
hybrid wrote:Without making it largely public Niko created an publically available CVS repository based on SourceForge CVS service.
YES :!: It's true :!: REALLY :!:
Hehe, true :) But I didn't announce this intentionally yet, because not everything is in the cvs yet. I guess I should have blogged about trying to get an subversion server :)
:lol:

yah i noticed a couple things were missing (like the headers to use in the programming and not building the engine, either that or im dumb and i'm missing something there). but thats ok

i assume sourceforge may have a subversion server soon, I read in their news last month that they made purchase for machines to set up a beta subversion server on

EDIT: yeah im just stupid and missed the includes :/ :shock:

Posted: Sat Dec 10, 2005 5:38 am
by zenaku
Thank you Niko! :)

Re: Irrlicht CVS repository

Posted: Sat Dec 10, 2005 12:07 pm
by hybrid
niko wrote: Hehe, true :) But I didn't announce this intentionally yet, because not everything is in the cvs yet. I guess I should have blogged about trying to get an subversion server :)
Except for having lots of binaries which are feruently changed I still prefer good old CVS. The SVN style of tagging and providing different copies for different release dates is quite confusing if you're used to change between versions within one working copy. And the speed improvements did not show up for me, though having huge repositories for bith CVS and SVN. Anyway, changing from CVS to SVN works with almost no loss of information from file histories, so should be no problem to migrate later on.

Posted: Sun Dec 18, 2005 1:34 pm
by miko93
Aaah, this is a nice move!

Although being a total cvs-noob, I even managed to download the current snapshot and compile.

Is there an easy way to check if something new was added to the cvs stock?
I'd do it now by starting WinCvs, checkout irrlicht and watch the status window for new files being downloaded (if so, a local recompile is needed).

Anyway, good thing, that.

8)

Posted: Sun Dec 18, 2005 3:20 pm
by MikeR
latentdisposition wrote:Download, install and launch wincvs. http://www.wincvs.org/download.html

01. Click on the admin menu and click login. In the CVSROOT box type
":pserver:anonymous@cvs.sourceforge.net:/cvsroot/irrlicht" without quotes

02. Click the globals tab and ensure that File attribute and CVS Messages are set to default. Check the compression level box and set the value to 9.

03. When the password box comes up click ok (anonymous cvs does not need a password).

04. Ensure that in the message window it says "***** CVS exited normally with code 0 *****"

05. Click on the Remote menu and select Checkout module. For the module name type Irrlicht. In the "Local folder to check out to" box type in the directory of where you want the files to be downloaded to and click OK.

After it has finished dowloading build your dll using the new source.

If you want more details on cvs visit
http://www.thathost.com/wincvs-howto/
I followed this exactly.
I got the following error:
cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/irrlicht login
Logging in to :pserver:anonymous@cvs.sourceforge.net:2401:/cvsroot/irrlicht
cvs [login aborted]: Connection to server failed
Error connecting to host cvs.sourceforge.net: No such host is known.

***** CVS exited normally with code 1 *****

Posted: Sun Dec 18, 2005 7:43 pm
by sRc
the sourceforge CVS servers are stupid. often times they pretend they're not there. looks fine, just try it again later