Re: j2s-development] Branch for Eclipse 3.2 and Subversion Repository Strutures
Brought to you by:
zhourenjian
|
From: Soheil H. Y. <soh...@gm...> - 2006-06-17 06:45:04
|
Hi Josson, I do not have anything right now to commit. I was working on Tree and Table. I've backed up my entire workspace, ready for the changes. By the way you can move subeclipse to create branches on the source repository. Regards, Soheil On 6/16/06, Josson Smith <jo...@sj...> wrote: > Hi, > > As a matter of Eclipse 3.2 is on its way to release, supporting Eclipse > 3.2 (without J2S' SWT 3.2 APIs support) is a must. And the JDT core > compiler APIs are different between 3.1 and 3.2, so I am thinking about > branching Java2Script for Eclipse 3.2. > > And about to branch for 3.2, I realized that I made big mistakes on > setting up subversion repository structure. Current structure is > > J2S SVN ROOT > + sources > + tests > > And it should be > > J2S SVN ROOT > + branches > + [sources-1.0.0-eclipse-3.2] > + tags > + sources-1.0.0-m2 > + trunk > + sources > + tests > + (others ...) > > In order to do such structure refactor actions, folder "sources" and > "tests" will be moved into trunk. Such actions will cause the existed > projects' SVN information invalid. So those projects should be checked > out again from SVN. > > Soheil, before I could make those moves, could you check in your latest > codes and backup your development environment if necessary? Or any other > suggestion? > > > Regards > > /js > > > > > > > _______________________________________________ > j2s-development mailing list > j2s...@li... > https://lists.sourceforge.net/lists/listinfo/j2s-development > > > |