Monday 28 July 2014

Intelij Idea and the Subversion integration: forbid SVN to lock the files in a repository

If you enable the Subversion in the Intelij Idea, you can face the problem that the every time you edit the file, it became locked in the repository. To avoid it, you can tel the Intelij to lock the file using file system.

To do, according to the http://www.jetbrains.com/idea/webhelp/changing-read-only-status-of-files.html
You can choose the option lock the file "Using file system", and tick the checkbox: "Do not show this dialog in future".
After it the Intelij Idea won't lock any files in a repository

No comments:

Post a Comment