|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.Plugins.VcsPlugins.vcsPySvn</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body> |
|
11 <h1>eric5.Plugins.VcsPlugins.vcsPySvn</h1> |
|
12 <p> |
|
13 Package implementing the vcs interface to Subversion |
|
14 </p><p> |
|
15 It consists of the subversion class, the project helper classes and some |
|
16 Subversion specific dialogs. This package is based upon the pysvn interface. |
|
17 </p> |
|
18 |
|
19 <h3>Packages</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="index-eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.html">ConfigurationPage</a></td> |
|
23 <td>Package implementing the the subversion configuration page.</td> |
|
24 </tr> |
|
25 </table> |
|
26 |
|
27 <h3>Modules</h3> |
|
28 <table> |
|
29 <tr> |
|
30 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.Config.html">Config</a></td> |
|
31 <td>Module defining configuration variables for the subversion package</td> |
|
32 </tr><tr> |
|
33 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html">ProjectBrowserHelper</a></td> |
|
34 <td>Module implementing the VCS project browser helper for subversion.</td> |
|
35 </tr><tr> |
|
36 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html">ProjectHelper</a></td> |
|
37 <td>Module implementing the VCS project helper for Subversion.</td> |
|
38 </tr><tr> |
|
39 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html">SvnBlameDialog</a></td> |
|
40 <td>Module implementing a dialog to show the output of the svn blame command.</td> |
|
41 </tr><tr> |
|
42 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html">SvnCommandDialog</a></td> |
|
43 <td>Module implementing the Subversion command dialog.</td> |
|
44 </tr><tr> |
|
45 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html">SvnCommitDialog</a></td> |
|
46 <td>Module implementing a dialog to enter the commit message.</td> |
|
47 </tr><tr> |
|
48 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnConst.html">SvnConst</a></td> |
|
49 <td>Module implementing some constants for the pysvn package.</td> |
|
50 </tr><tr> |
|
51 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html">SvnCopyDialog</a></td> |
|
52 <td>Module implementing a dialog to enter the data for a copy operation.</td> |
|
53 </tr><tr> |
|
54 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html">SvnDialog</a></td> |
|
55 <td>Module implementing a dialog to show the output of a pysvn action.</td> |
|
56 </tr><tr> |
|
57 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html">SvnDialogMixin</a></td> |
|
58 <td>Module implementing a dialog mixin class providing common callback methods for the pysvn client.</td> |
|
59 </tr><tr> |
|
60 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html">SvnDiffDialog</a></td> |
|
61 <td>Module implementing a dialog to show the output of the svn diff command process.</td> |
|
62 </tr><tr> |
|
63 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html">SvnInfoDialog</a></td> |
|
64 <td>Module implementing a dialog to show repository related information for a file/directory.</td> |
|
65 </tr><tr> |
|
66 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html">SvnLogBrowserDialog</a></td> |
|
67 <td>Module implementing a dialog to browse the log history.</td> |
|
68 </tr><tr> |
|
69 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html">SvnLogDialog</a></td> |
|
70 <td>Module implementing a dialog to show the output of the svn log command process.</td> |
|
71 </tr><tr> |
|
72 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html">SvnLoginDialog</a></td> |
|
73 <td>Module implementing the login dialog for pysvn.</td> |
|
74 </tr><tr> |
|
75 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html">SvnMergeDialog</a></td> |
|
76 <td>Module implementing a dialog to enter the data for a merge operation.</td> |
|
77 </tr><tr> |
|
78 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html">SvnNewProjectOptionsDialog</a></td> |
|
79 <td>Module implementing the Subversion Options Dialog for a new project from the repository.</td> |
|
80 </tr><tr> |
|
81 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html">SvnOptionsDialog</a></td> |
|
82 <td>Module implementing a dialog to enter options used to start a project in the VCS.</td> |
|
83 </tr><tr> |
|
84 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html">SvnPropDelDialog</a></td> |
|
85 <td>Module implementing a dialog to enter the data for a new property.</td> |
|
86 </tr><tr> |
|
87 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html">SvnPropListDialog</a></td> |
|
88 <td>Module implementing a dialog to show the output of the svn proplist command process.</td> |
|
89 </tr><tr> |
|
90 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html">SvnPropSetDialog</a></td> |
|
91 <td>Module implementing a dialog to enter the data for a new property.</td> |
|
92 </tr><tr> |
|
93 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html">SvnRelocateDialog</a></td> |
|
94 <td>Module implementing a dialog to enter the data to relocate the workspace.</td> |
|
95 </tr><tr> |
|
96 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html">SvnRepoBrowserDialog</a></td> |
|
97 <td>Module implementing the subversion repository browser dialog.</td> |
|
98 </tr><tr> |
|
99 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html">SvnRevisionSelectionDialog</a></td> |
|
100 <td>Module implementing a dialog to enter the revisions for the svn diff command.</td> |
|
101 </tr><tr> |
|
102 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html">SvnStatusDialog</a></td> |
|
103 <td>Module implementing a dialog to show the output of the svn status command process.</td> |
|
104 </tr><tr> |
|
105 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html">SvnStatusMonitorThread</a></td> |
|
106 <td>Module implementing the VCS status monitor thread class for Subversion.</td> |
|
107 </tr><tr> |
|
108 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog.html">SvnSwitchDialog</a></td> |
|
109 <td>Module implementing a dialog to enter the data for a switch operation.</td> |
|
110 </tr><tr> |
|
111 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html">SvnTagBranchListDialog</a></td> |
|
112 <td>Module implementing a dialog to show a list of tags or branches.</td> |
|
113 </tr><tr> |
|
114 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html">SvnTagDialog</a></td> |
|
115 <td>Module implementing a dialog to enter the data for a tagging operation.</td> |
|
116 </tr><tr> |
|
117 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html">SvnUrlSelectionDialog</a></td> |
|
118 <td>Module implementing a dialog to enter the URLs for the svn diff command.</td> |
|
119 </tr><tr> |
|
120 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html">SvnUtilities</a></td> |
|
121 <td>Module implementing some common utility functions for the pysvn package.</td> |
|
122 </tr><tr> |
|
123 <td><a href="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html">subversion</a></td> |
|
124 <td>Module implementing the version control systems interface to Subversion.</td> |
|
125 </tr> |
|
126 </table> |
|
127 </body></html> |