|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Plugins.VcsPlugins.vcsSubversion.SvnUtilities</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 <a NAME="top" ID="top"></a> |
|
23 <h1>eric7.Plugins.VcsPlugins.vcsSubversion.SvnUtilities</h1> |
|
24 |
|
25 <p> |
|
26 Module implementing some common utility functions for the subversion package. |
|
27 </p> |
|
28 <h3>Global Attributes</h3> |
|
29 |
|
30 <table> |
|
31 <tr><td>None</td></tr> |
|
32 </table> |
|
33 <h3>Classes</h3> |
|
34 |
|
35 <table> |
|
36 <tr><td>None</td></tr> |
|
37 </table> |
|
38 <h3>Functions</h3> |
|
39 |
|
40 <table> |
|
41 |
|
42 <tr> |
|
43 <td><a href="#amendConfig">amendConfig</a></td> |
|
44 <td>Module function to amend the config file.</td> |
|
45 </tr> |
|
46 <tr> |
|
47 <td><a href="#createDefaultConfig">createDefaultConfig</a></td> |
|
48 <td>Module function to create a default config file suitable for eric.</td> |
|
49 </tr> |
|
50 <tr> |
|
51 <td><a href="#getConfigPath">getConfigPath</a></td> |
|
52 <td>Module function to get the filename of the config file.</td> |
|
53 </tr> |
|
54 <tr> |
|
55 <td><a href="#getServersPath">getServersPath</a></td> |
|
56 <td>Module function to get the filename of the servers file.</td> |
|
57 </tr> |
|
58 </table> |
|
59 <hr /> |
|
60 <hr /> |
|
61 <a NAME="amendConfig" ID="amendConfig"></a> |
|
62 <h2>amendConfig</h2> |
|
63 <b>amendConfig</b>(<i></i>) |
|
64 |
|
65 <p> |
|
66 Module function to amend the config file. |
|
67 </p> |
|
68 <div align="right"><a href="#top">Up</a></div> |
|
69 <hr /> |
|
70 <hr /> |
|
71 <a NAME="createDefaultConfig" ID="createDefaultConfig"></a> |
|
72 <h2>createDefaultConfig</h2> |
|
73 <b>createDefaultConfig</b>(<i></i>) |
|
74 |
|
75 <p> |
|
76 Module function to create a default config file suitable for eric. |
|
77 </p> |
|
78 <div align="right"><a href="#top">Up</a></div> |
|
79 <hr /> |
|
80 <hr /> |
|
81 <a NAME="getConfigPath" ID="getConfigPath"></a> |
|
82 <h2>getConfigPath</h2> |
|
83 <b>getConfigPath</b>(<i></i>) |
|
84 |
|
85 <p> |
|
86 Module function to get the filename of the config file. |
|
87 </p> |
|
88 <dl> |
|
89 <dt>Return:</dt> |
|
90 <dd> |
|
91 filename of the config file (string) |
|
92 </dd> |
|
93 </dl> |
|
94 <div align="right"><a href="#top">Up</a></div> |
|
95 <hr /> |
|
96 <hr /> |
|
97 <a NAME="getServersPath" ID="getServersPath"></a> |
|
98 <h2>getServersPath</h2> |
|
99 <b>getServersPath</b>(<i></i>) |
|
100 |
|
101 <p> |
|
102 Module function to get the filename of the servers file. |
|
103 </p> |
|
104 <dl> |
|
105 <dt>Return:</dt> |
|
106 <dd> |
|
107 filename of the servers file (string) |
|
108 </dd> |
|
109 </dl> |
|
110 <div align="right"><a href="#top">Up</a></div> |
|
111 <hr /> |
|
112 </body></html> |