eric7/Documentation/Source/index-eric7.Plugins.VcsPlugins.vcsPySvn.html

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Plugins.VcsPlugins.vcsPySvn</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body>
22 <h1>eric7.Plugins.VcsPlugins.vcsPySvn</h1>
23
24 <p>
25 Package implementing the vcs interface to Subversion.
26 </p>
27 <p>
28 It consists of the subversion class, the project helper classes and some
29 Subversion specific dialogs. This package is based upon the pysvn interface.
30 </p>
31
32 <h3>Packages</h3>
33 <table>
34
35 <tr>
36 <td><a href="index-eric7.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.html">ConfigurationPage</a></td>
37 <td>Package implementing the the subversion configuration page.</td>
38 </tr>
39 </table>
40
41 <h3>Modules</h3>
42 <table>
43
44 <tr>
45 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.Config.html">Config</a></td>
46 <td>Module defining configuration variables for the subversion package.</td>
47 </tr>
48 <tr>
49 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html">ProjectBrowserHelper</a></td>
50 <td>Module implementing the VCS project browser helper for subversion.</td>
51 </tr>
52 <tr>
53 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html">ProjectHelper</a></td>
54 <td>Module implementing the VCS project helper for Subversion.</td>
55 </tr>
56 <tr>
57 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html">SvnBlameDialog</a></td>
58 <td>Module implementing a dialog to show the output of the svn blame command.</td>
59 </tr>
60 <tr>
61 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnChangeListsDialog.html">SvnChangeListsDialog</a></td>
62 <td>Module implementing a dialog to browse the change lists.</td>
63 </tr>
64 <tr>
65 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html">SvnCommandDialog</a></td>
66 <td>Module implementing the Subversion command dialog.</td>
67 </tr>
68 <tr>
69 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html">SvnCommitDialog</a></td>
70 <td>Module implementing a dialog to enter the commit message.</td>
71 </tr>
72 <tr>
73 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnConst.html">SvnConst</a></td>
74 <td>Module implementing some constants for the pysvn package.</td>
75 </tr>
76 <tr>
77 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html">SvnCopyDialog</a></td>
78 <td>Module implementing a dialog to enter the data for a copy operation.</td>
79 </tr>
80 <tr>
81 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html">SvnDialog</a></td>
82 <td>Module implementing a dialog to show the output of a pysvn action.</td>
83 </tr>
84 <tr>
85 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html">SvnDialogMixin</a></td>
86 <td>Module implementing a dialog mixin class providing common callback methods for the pysvn client.</td>
87 </tr>
88 <tr>
89 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html">SvnDiffDialog</a></td>
90 <td>Module implementing a dialog to show the output of the svn diff command process.</td>
91 </tr>
92 <tr>
93 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnDiffHighlighter.html">SvnDiffHighlighter</a></td>
94 <td>Module implementing a syntax highlighter for unified and context diff outputs.</td>
95 </tr>
96 <tr>
97 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html">SvnInfoDialog</a></td>
98 <td>Module implementing a dialog to show repository related information for a file/directory.</td>
99 </tr>
100 <tr>
101 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html">SvnLogBrowserDialog</a></td>
102 <td>Module implementing a dialog to browse the log history.</td>
103 </tr>
104 <tr>
105 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html">SvnLoginDialog</a></td>
106 <td>Module implementing the login dialog for pysvn.</td>
107 </tr>
108 <tr>
109 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html">SvnMergeDialog</a></td>
110 <td>Module implementing a dialog to enter the data for a merge operation.</td>
111 </tr>
112 <tr>
113 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html">SvnNewProjectOptionsDialog</a></td>
114 <td>Module implementing the Subversion Options Dialog for a new project from the repository.</td>
115 </tr>
116 <tr>
117 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html">SvnOptionsDialog</a></td>
118 <td>Module implementing a dialog to enter options used to start a project in the VCS.</td>
119 </tr>
120 <tr>
121 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html">SvnPropDelDialog</a></td>
122 <td>Module implementing a dialog to enter the data for a new property.</td>
123 </tr>
124 <tr>
125 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html">SvnPropListDialog</a></td>
126 <td>Module implementing a dialog to show the output of the svn proplist command process.</td>
127 </tr>
128 <tr>
129 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html">SvnPropSetDialog</a></td>
130 <td>Module implementing a dialog to enter the data for a new property.</td>
131 </tr>
132 <tr>
133 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html">SvnRelocateDialog</a></td>
134 <td>Module implementing a dialog to enter the data to relocate the workspace.</td>
135 </tr>
136 <tr>
137 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html">SvnRepoBrowserDialog</a></td>
138 <td>Module implementing the subversion repository browser dialog.</td>
139 </tr>
140 <tr>
141 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html">SvnRevisionSelectionDialog</a></td>
142 <td>Module implementing a dialog to enter the revisions for the svn diff command.</td>
143 </tr>
144 <tr>
145 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html">SvnStatusDialog</a></td>
146 <td>Module implementing a dialog to show the output of the svn status command process.</td>
147 </tr>
148 <tr>
149 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html">SvnStatusMonitorThread</a></td>
150 <td>Module implementing the VCS status monitor thread class for Subversion.</td>
151 </tr>
152 <tr>
153 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog.html">SvnSwitchDialog</a></td>
154 <td>Module implementing a dialog to enter the data for a switch operation.</td>
155 </tr>
156 <tr>
157 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html">SvnTagBranchListDialog</a></td>
158 <td>Module implementing a dialog to show a list of tags or branches.</td>
159 </tr>
160 <tr>
161 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html">SvnTagDialog</a></td>
162 <td>Module implementing a dialog to enter the data for a tagging operation.</td>
163 </tr>
164 <tr>
165 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html">SvnUrlSelectionDialog</a></td>
166 <td>Module implementing a dialog to enter the URLs for the svn diff command.</td>
167 </tr>
168 <tr>
169 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html">SvnUtilities</a></td>
170 <td>Module implementing some common utility functions for the pysvn package.</td>
171 </tr>
172 <tr>
173 <td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.subversion.html">subversion</a></td>
174 <td>Module implementing the version control systems interface to Subversion.</td>
175 </tr>
176 </table>
177 </body></html>

eric ide

mercurial