dmay
dmay

Reputation: 1315

Update individual file in Idea changes panel

I just moved from Eclipse to Idea. In eclipse whenever i want to sync my repository with Svn i simply do Team->Synchronize with repository. It gives me list of all folders and files for incoming and outgoing changes. I sometimes update project, folder or only some files inside folder instead of all files in folder from Synchronize perspective. In Idea in changes panel i can see all changes in incoming tab after i refresh. But i not able to update individual files in folder. I can only see update project button in changes panel. Is there any way to update individual files from changes panel itself.

Upvotes: 0

Views: 465

Answers (1)

Dan Torrey
Dan Torrey

Reputation: 1469

This is possible to do.

Right click the file that you want to get updates for in the Changes panel. Click Subversion > Update File.

I have attached a screen shot.

Update Single File in Intellij

Upvotes: 1

Related Questions