Irrlicht CVS repository
Irrlicht CVS repository
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
Check it out: http://cvs.sourceforge.net/viewcvs.py/irrlicht/
YES It's true REALLY Some updates already available from CVS
Thank you Niko, I really appreciate this development
Check it out: http://cvs.sourceforge.net/viewcvs.py/irrlicht/
Re: Irrlicht CVS repository
sweet!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
Check it out: http://cvs.sourceforge.net/viewcvs.py/irrlicht/
i'm an noob in the cvs domain ...
any tutorial ?
any tutorial ?
Galactic Dream Best RTS game
http://www.rageofwar.net
Engage in epic galactic warfare, guide your people through the galaxy! in the real time strategy game made with Irrlicht
http://www.evolutionvault.com
http://www.rageofwar.net
Engage in epic galactic warfare, guide your people through the galaxy! in the real time strategy game made with Irrlicht
http://www.evolutionvault.com
-
- Posts: 29
- Joined: Mon Jun 27, 2005 1:17 pm
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/
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/
"The creation of something new is not accomplished by the intellect but by the play instinct acting from inner necessity. The creative mind plays with the objects it loves."
Carl Jung
Carl Jung
Re: Irrlicht CVS repository
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 serverhybrid wrote:Without making it largely public Niko created an publically available CVS repository based on SourceForge CVS service.
YES It's true REALLY
Re: Irrlicht CVS repository
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 serverhybrid wrote:Without making it largely public Niko created an publically available CVS repository based on SourceForge CVS service.
YES It's true REALLY
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 :/
Re: Irrlicht CVS repository
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.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
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.
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.
I followed this exactly.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 got the following error:
cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/irrlicht login
Logging in to :pserver:anonymous@cvs.sourceforge.net/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 *****
If it exists in the real world, it can be created in 3d
Sys specs:
AMD 3700+ 64 processor
1.0 gb ram
e-Geforce 6600 graphics 256 mb onboard ram
Sys specs:
AMD 3700+ 64 processor
1.0 gb ram
e-Geforce 6600 graphics 256 mb onboard ram