Re: ocm - new project structure
Thanks for the info. I will not have sufficient time to do it this week-end. I will try to do it at the end of next week. sorry for the last change. Christophe On 9/14/07, Felix Meschberger <[EMAIL PROTECTED]> wrote: > > Hi all, > > Am Donnerstag, den 13.09.2007, 23:04 +0200 schrieb Christophe Lombart: > > I plan to make the ocm reorganization during this week-end. Please, try > to > > avoid commit during this time. > > I never made this kind of stuff with svn (reorg full folder tree...) . > So, > > I'm just wondering if there are some points to review before doing it. > Is > > the eclipse plugin is quite stable for this kind of svn operation ? > > Like Jukka and Betrand, I tend to use the command-line or dedicated > tools (e.g. Tortoise seems very worth while) for this kind of operation > and only use Eclipse during normal project work like update and commit. > > Although, if it is just for refactoring using Eclipse is probably the > better choice, as long as you take care to not touch other projects in > your eclipse workspace (as Carsten encountered). > > Regards > Felix > >
Re: ocm - new project structure
Hi all, Am Donnerstag, den 13.09.2007, 23:04 +0200 schrieb Christophe Lombart: > I plan to make the ocm reorganization during this week-end. Please, try to > avoid commit during this time. > I never made this kind of stuff with svn (reorg full folder tree...) . So, > I'm just wondering if there are some points to review before doing it. Is > the eclipse plugin is quite stable for this kind of svn operation ? Like Jukka and Betrand, I tend to use the command-line or dedicated tools (e.g. Tortoise seems very worth while) for this kind of operation and only use Eclipse during normal project work like update and commit. Although, if it is just for refactoring using Eclipse is probably the better choice, as long as you take care to not touch other projects in your eclipse workspace (as Carsten encountered). Regards Felix
Re: ocm - new project structure
Bertrand Delacretaz schrieb: > On 9/13/07, Christophe Lombart <[EMAIL PROTECTED]> wrote: > >> ...I never made this kind of stuff with svn (reorg full folder tree...) . So, >> I'm just wondering if there are some points to review before doing ... > > As long as you tag the source tree before starting, the risk is zero. > > Like Jukka, I prefer the old trusted command line for such extensive svn > work. > Though one could think that todays IDEs can handle all of this properly, at least my Eclipse 3.3 with subclipse freaked out the last times when I refactored the code. It did not only change the stuff I wanted to change, but althoug absolutely unrelated code and broke nearly all imports. So if you have a setup like this, I guess command line is much more sane. Carsten -- Carsten Ziegeler [EMAIL PROTECTED]
Re: ocm - new project structure
On 9/13/07, Christophe Lombart <[EMAIL PROTECTED]> wrote: > ...I never made this kind of stuff with svn (reorg full folder tree...) . So, > I'm just wondering if there are some points to review before doing ... As long as you tag the source tree before starting, the risk is zero. Like Jukka, I prefer the old trusted command line for such extensive svn work. -Bertrand
Re: ocm - new project structure
Hi, On 9/14/07, Christophe Lombart <[EMAIL PROTECTED]> wrote: > I plan to make the ocm reorganization during this week-end. Please, try to > avoid commit during this time. > I never made this kind of stuff with svn (reorg full folder tree...) . So, > I'm just wondering if there are some points to review before doing it. Is > the eclipse plugin is quite stable for this kind of svn operation ? I typically do larger reorganizations directly on the command line (and then fix any broken build scripts, package names, etc. in Eclipse), but I guess you could do it all within an IDE as well. BR, Jukka Zitting
