[BEWARE] - Moving classes - Keep SVN revision details

2011-09-08 Thread Claus Ibsen
Hi When you refactor the code such as moving classes to new packages, etc. Then try to make sure to use svn mv so so we keep the svn revisions of this class. If you do a delete and add instead, we loose all that details. This is important to keep as it helps resolving issues as you can compare

Re: [BEWARE] - Moving classes - Keep SVN revision details

2011-09-08 Thread Christian Schneider
I also wondered why this happened as I used a eclipse refactor command like before. I guess it happened as my eclipse workspace was not connected to svn at the time. Normally I try to move classes in svn. Christian Am 08.09.2011 08:16, schrieb Claus Ibsen: Hi When you refactor the code