j2s-development] Branch for Eclipse 3.2 and Subversion Repository Strutures
Brought to you by:
zhourenjian
|
From: Josson S. <jo...@sj...> - 2006-06-16 17:34:12
|
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 |