5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Plugins.VcsPlugins.vcsSubversion.SvnUtilities</h1> |
9 <h1>eric7.Plugins.VcsPlugins.vcsSubversion.SvnUtilities</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing some common utility functions for the subversion package. |
11 Module implementing some common utility functions for the subversion package. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
|
16 <table> |
15 <table> |
17 <tr><td>None</td></tr> |
16 <tr><td>None</td></tr> |
18 </table> |
17 </table> |
|
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
|
21 <table> |
20 <table> |
22 <tr><td>None</td></tr> |
21 <tr><td>None</td></tr> |
23 </table> |
22 </table> |
|
23 |
24 <h3>Functions</h3> |
24 <h3>Functions</h3> |
25 |
|
26 <table> |
25 <table> |
27 |
|
28 <tr> |
26 <tr> |
29 <td><a href="#amendConfig">amendConfig</a></td> |
27 <td><a href="#amendConfig">amendConfig</a></td> |
30 <td>Module function to amend the config file.</td> |
28 <td>Module function to amend the config file.</td> |
31 </tr> |
29 </tr> |
32 <tr> |
30 <tr> |
40 <tr> |
38 <tr> |
41 <td><a href="#getServersPath">getServersPath</a></td> |
39 <td><a href="#getServersPath">getServersPath</a></td> |
42 <td>Module function to get the filename of the servers file.</td> |
40 <td>Module function to get the filename of the servers file.</td> |
43 </tr> |
41 </tr> |
44 </table> |
42 </table> |
|
43 |
45 <hr /> |
44 <hr /> |
46 <hr /> |
45 <hr /> |
47 <a NAME="amendConfig" ID="amendConfig"></a> |
46 <a NAME="amendConfig" ID="amendConfig"></a> |
48 <h2>amendConfig</h2> |
47 <h2>amendConfig</h2> |
49 <b>amendConfig</b>(<i></i>) |
48 <b>amendConfig</b>(<i></i>) |
50 |
|
51 <p> |
49 <p> |
52 Module function to amend the config file. |
50 Module function to amend the config file. |
53 </p> |
51 </p> |
|
52 |
54 <div align="right"><a href="#top">Up</a></div> |
53 <div align="right"><a href="#top">Up</a></div> |
55 <hr /> |
54 <hr /> |
56 <hr /> |
55 <hr /> |
57 <a NAME="createDefaultConfig" ID="createDefaultConfig"></a> |
56 <a NAME="createDefaultConfig" ID="createDefaultConfig"></a> |
58 <h2>createDefaultConfig</h2> |
57 <h2>createDefaultConfig</h2> |
59 <b>createDefaultConfig</b>(<i></i>) |
58 <b>createDefaultConfig</b>(<i></i>) |
60 |
|
61 <p> |
59 <p> |
62 Module function to create a default config file suitable for eric. |
60 Module function to create a default config file suitable for eric. |
63 </p> |
61 </p> |
|
62 |
64 <div align="right"><a href="#top">Up</a></div> |
63 <div align="right"><a href="#top">Up</a></div> |
65 <hr /> |
64 <hr /> |
66 <hr /> |
65 <hr /> |
67 <a NAME="getConfigPath" ID="getConfigPath"></a> |
66 <a NAME="getConfigPath" ID="getConfigPath"></a> |
68 <h2>getConfigPath</h2> |
67 <h2>getConfigPath</h2> |
69 <b>getConfigPath</b>(<i></i>) |
68 <b>getConfigPath</b>(<i></i>) |
70 |
|
71 <p> |
69 <p> |
72 Module function to get the filename of the config file. |
70 Module function to get the filename of the config file. |
73 </p> |
71 </p> |
|
72 |
74 <dl> |
73 <dl> |
75 <dt>Return:</dt> |
74 <dt>Return:</dt> |
76 <dd> |
75 <dd> |
77 filename of the config file |
76 filename of the config file |
78 </dd> |
77 </dd> |
87 <hr /> |
86 <hr /> |
88 <hr /> |
87 <hr /> |
89 <a NAME="getServersPath" ID="getServersPath"></a> |
88 <a NAME="getServersPath" ID="getServersPath"></a> |
90 <h2>getServersPath</h2> |
89 <h2>getServersPath</h2> |
91 <b>getServersPath</b>(<i></i>) |
90 <b>getServersPath</b>(<i></i>) |
92 |
|
93 <p> |
91 <p> |
94 Module function to get the filename of the servers file. |
92 Module function to get the filename of the servers file. |
95 </p> |
93 </p> |
|
94 |
96 <dl> |
95 <dl> |
97 <dt>Return:</dt> |
96 <dt>Return:</dt> |
98 <dd> |
97 <dd> |
99 filename of the servers file |
98 filename of the servers file |
100 </dd> |
99 </dd> |