Subversive Eclipse SVN folder remains in conflict -


i'm trying commit using subversive svn in eclipse. but, keeps giving me following error:

some of selected resources not committed. svn: commit failed (details follow): svn: aborting commit: 'c:\users\_\documents\project\src\rule' remains in conflict 

when files under "rule folder" (using package explorer), there nothing in conflict..

screenshot of package explorer: http://sdrv.ms/ggti1s

from other people's posts, tried "update" , "synchronize repository". no success though. doesn't let me commit!! i'm guessing it's because need way tell conflict solved, have no idea how. help??

i had same problem , none of solutions mentioned resolved issue. when right-click on folder, there no option resolve conflict or mark resolved or anything.

the way resolved in eclipse (with subclipse plugin), right-clicking on folder , selecting "show tree conflicts". opened view pane in eclipse called "svn tree conflicts" showed folder in question.

i right-clicked message , selected "resolve". window popped up, asking wanted do. unchecked boxes, had accepting left file or right file or merging. because basically, wanted mark conflict resolved, , accept folder was, repository.

then able continue updating project without issues


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -