if there aren't any physical accessors for groovy property, search for them anyway
[fedora-idea.git] / plugins / svn4idea / README.txt
blob69d82cef44b4ca3448bf29f309b37e48c5fc95cc
1 This Idea plugin integrates Idea with Subversion.
3 The plugin tries to be as tightly integrated with Idea as possible.
5 Like the CVS integration it uses Idea's project view to display the workspace.
6 Changed files are color coded in the project view and the editor just as in the CVS integration.
8 All files & directories in the project directory, that are in the subversion repository are tracked during
9 move and rename operations.
11 Files & directories created through Idea in the projects source path are automatically tracked.
12 You can configure whether the new files shall be added to the
13 subversion repository (Always, Ask, Never).
15 Additional directories to be tracked for newly created files can be entered in
16 the "Additional Path" list on the configuration page.
18 Files & directories in a subversion repository which are deleted through Idea are automatically tracked.
19 You can configure whether the deleted files shall also be deleted from the subversion repository (Always, Ask, Never).
21 Subversion operations can be trieggered from the Subversion menu (tools/Subversion) or from the context menu.
23 For exended subversion operations (administration, blaming, properties etc) you can start the SvnUp
24 dialog from the Subversion menu (tools/Subversion/SvnUp).