java - How to synchronize a project in eclipse, which was imported with TortoiseSVN 1.8? -


i've imported project repository using tortoisesvn 1.8. when open project using eclipse juno can't see small svn icons on project, means there no connection between project , repository.

i using default svn version given eclipse juno, , javahl 1.7.

how connect project svn repository?

had similar issue. fixed me.

right click on project , then

team -> share project -> svn -> create new repository location

enter folder path of folder exluding project folder name.

it prompt override changes finds existing project @ location. in case, both same. ignore , continue.

done!


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -