Subversion Integration Plugin - Feature which is not supported
1. The current "Subversion Integration" Plugin does not support "Check for modification" command to check for modified files in the source directory. Similar to what is supported by the tortoise svn client.
2. Is it possible to get the source code of the current "Subversion Integration" plugin to have a look and understand how does it interact with the subversion server?
Thanks,
Amit.
请先登录再写评论。
Hello Amit,
The list of modified files in the source directory is always displayed in
the Changes view (Version Control | Show Changes view).
The Subversion plugin is part of the open-source IntelliJ IDEA Community
Edition. See http://www.jetbrains.org/ for more information on getting its
source.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Regarding my first question, the suggested command "Show Changes View" just checks the list of only locally modified files in the source directory. I am looking for something which would check on the server first and compare the changes with the source directory. Similar to "Check Directory Status" command supported by CVS or "Check for modifications" command supported by TortoiseSVN.
Hello table,
The "Incoming" tab of the Changes view shows the list of the files changed
on server and not yet synchronized to the local machine.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"