From: <jpp...@gm...> - 2006-02-25 12:19:16
|
Finally, SF.net has made available SVN for everyone! :-D I'll be committing all of the stuff from the old repository (CVS) to the new repository (SVN) as quick as I can (this, of course, is dependant on my very-short free time). I won't delete anything from CVS, but I would appreciate if someone/everyone could check the repository to make sure that everything is OK (nothing missing that you'll need, etc.). I don't think I'll have the time to update the build scripts for a while, so if anyone wants to do that, go for it. BTW, since the SVN repository doesn't feature a Branch/Trunk structure, I took the liberty of adopting something like this: \www \docs \src \java_src \src_platform \ToDeploy \Development \Trunk \src_emf \src_gef The "ToDeploy" directories were already present in the CVS repository, and are used to support Nant in the process of deploying auxilliary files (plugin manifests, etc). The "Development" and "Trunk" directories are new and do exactly what they say they do: hold the development and "stable" versions of the code. This will allow one to hold the latest released/stable version of the platform in the Trunk and hold new under-development features (such as WinForms UI) in Development, until they are stable enough to be used by the Platform and to be released. By the time you receive this mail, we should already have most (if not all) of the contents of the old repository in SVN. Regards, JS -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 268.1.0/269 - Release Date: 24-02-2006 |
From: Kunle O. <kun...@vi...> - 2006-03-17 05:49:56
|
> Finally, SF.net has made available SVN for everyone! :-D >=20 > I'll be committing all of the stuff from the old repository=20 > (CVS) to the new repository (SVN) as quick as I can (this, of=20 > course, is dependant on my very-short free time). > I won't delete anything from CVS, but I would appreciate if=20 > someone/everyone could check the repository to make sure that=20 > everything is OK (nothing missing that you'll need, etc.). Jo=E3o, Did you get the time to move all the stuff across?. Should we be = ignoring CVS now and doing everything with SVN? I'm just about to pull down everything from SVN. >=20 > I don't think I'll have the time to update the build scripts=20 > for a while, so if anyone wants to do that, go for it. Kunle |
From: <jpp...@gm...> - 2006-03-17 15:25:28
|
Hi, Kunle. I think I moved everything (unless I forgot some small file, but what is = in the SVN repository is the latest version and everything compiles/works). = I also took the opportunity to place our existing code in = src_platform/Trunk (where I placed our _relatively_ stable code), and created a new = directory called Development (where we can place code that is currently under development/testing - WinForms UI, your new Platform Core, etc.). Right = now, I'm only using the SVN repository (where I also committed some minor = changes - bug corrections that David pointed out, mostly), so feel free to use = that as our development repository. Also, feel free to commit code whenever = you want; that's why the Development branch is there :) . As for the build scripts, I did update them. I'm sorry, I should have said this earlier in the ML, but I've been = having a ton of work :( . I aim to get clear of some of it soon, though. BTW, if you need someone to help you out in development, feel free to = use the project's Task Manager to create tasks you think are relevant. I'll = be happy to help you out in any way I can. Regards, JS =20 > -----Original Message----- > From: ecl...@li...=20 > [mailto:ecl...@li...]=20 > On Behalf Of Kunle Odutola > Sent: sexta-feira, 17 de Mar=E7o de 2006 6:07 > To: ecl...@li... > Subject: RE: [Eclipsedotnet-developers] SVN is on! >=20 > > Finally, SF.net has made available SVN for everyone! :-D > >=20 > > I'll be committing all of the stuff from the old repository > > (CVS) to the new repository (SVN) as quick as I can (this,=20 > of course,=20 > > is dependant on my very-short free time). >=20 > > I won't delete anything from CVS, but I would appreciate if=20 > > someone/everyone could check the repository to make sure that=20 > > everything is OK (nothing missing that you'll need, etc.). >=20 >=20 > Jo=E3o, >=20 > Did you get the time to move all the stuff across?. Should we=20 > be ignoring CVS now and doing everything with SVN? >=20 > I'm just about to pull down everything from SVN. >=20 > >=20 > > I don't think I'll have the time to update the build scripts for a=20 > > while, so if anyone wants to do that, go for it. >=20 > Kunle >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking=20 > scripting language that extends applications into web and=20 > mobile media. Attend the live webcast and join the prime=20 > developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642 > _______________________________________________ > Eclipsedotnet-developers mailing list > Ecl...@li... > https://lists.sourceforge.net/lists/listinfo/eclipsedotnet-developers >=20 |