Corrupted classes after refactorings and change PCs
Hi,
I've a big problem with one of my IntelliJ Idea projects.
Yesterday, i made a lot of refactorings on my project, including files moves. And after that, i committed the project on Subversion and exit of my workspace.
Today, i run IntelliJ IDea on a another computer but with the same project. My workspace is on a USB Key.
The program start with "Updating modified files" and finish successfully.
But, when i open a file who was moves yesterday, a part of the imports where deleted and there is new characters. Example :
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with JTheque. If not, see <http://www.gnu.org/licenses/>.
*/>.
*/
import org.jtheque.core.managers.Managers;
import org.jtheque.films.utils.Constantes.Data.ControllerType;
import org.jtheque.films.view.impl.CollectionView;
import org.jtheque.primary.controller.AbstractController;
And the file was also like that in SVN.
I don't understand what i made to do that ?
Is it possible that is it a problem with SVN ? I use the repository from a long time now and i never had problems :s
Thank you very much for all the help you can give me.
P.S. Sorry for the errors, i'm from Switzerland.
Please sign in to leave a comment.
Hello Baptiste,
Which IDEA version do you use? Do you have Copyright plugin enabled and configured
to update copyright of the modified files on commit?
Thank you
-
Anna Kozlova
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Hello,
I use the last version of IDea (8.1) and yes the plugin is enabled and configured to update the copyright on commit.
Is that an error ?
Thank you