MyEclipse keeps corrupting my Tortoise SVN repository? -



MyEclipse keeps corrupting my Tortoise SVN repository? -

i'm having unusual behavior myeclipse build id: 8.6-20100723 , svn. have java struts application source , output folders defined as:

pref_center/war/src/main/webapp/web-inf/classes --output folder

pref_center/jar/src/main/java ---java files

when open project in eclipse, create changes , save project, eclipse automatically copies .svn folders java directory classes folder. copies .java files have been changed classes folder. result svn recognizes src/main/java directory , web-inf/classes directory same tree. leads countless conflicts , destruction of svn repository. current workaround manually delete .svn folders under classes path (which have ignored in svn) avoid corrupting repository every time before checkin.

how can ensure myeclipse doesn't re-create .java or .svn files classes folder? bug or can turned off

note:not sure if matters not utilize myeclipse build project. utilize maven build , bundle app.

it sounds myeclipse building project, degree. seems copying thinks resources output directory.

the output directory should not saved in svn should add together ignored resource (right click on output folder, go team sub-menu , select "add svn:ignore"). why myeclipse copying .svn folders in team shared project not clear. if not synching svn server myeclipse, need add together .svn ignored resource. in case, might want consider installing svn plug-in, subclipse or subversive.

one lastly thing. copying java source files output folder, may not have source folder set project. though you're not building (or don't intentionally build) myeclipse, ensure have source folder set in build path properties. might want check myeclipse isn't building automatically (check main project->build automatically menu item).

tony

svn myeclipse

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -