Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Have svn console in focus when performing an svn operation in eclipse

Is there a way to have the console focus on the SVN output when doing an SVN operation (such as update or commit)?

It's annoying to have to manually switch to that console.

like image 496
topher-j Avatar asked Mar 03 '10 10:03

topher-j


People also ask

What is synchronize with repository SVN eclipse?

Synchronization stateAn incoming addition icon means, that the marked resource was added to a repository location, so it's new comparatively to the local copy. It will be added to the local copy after update action.

How do I open an existing SVN project in Eclipse?

#1) Right-click on the project folder in the project explorer, and click on Team -> Share. #2) In the following window, select SVN and click next. #3) The next window will ask you for your SVN repository URL and credentials, enter that and click finish to add and commit.


1 Answers

Just open preferences to Team > SVN > Console and check the box "Show SVN console automatically when command is run"

like image 52
Mark Phippard Avatar answered Oct 05 '22 05:10

Mark Phippard