src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnUtilities.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 10438
4cd7e5a8b3cf
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Plugins.VcsPlugins.vcsSubversion.SvnUtilities</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Plugins.VcsPlugins.vcsSubversion.SvnUtilities</h1>
10
11 <p>
12 Module implementing some common utility functions for the subversion package.
13 </p>
14 <h3>Global Attributes</h3>
15
16 <table>
17 <tr><td>None</td></tr>
18 </table>
19 <h3>Classes</h3>
20
21 <table>
22 <tr><td>None</td></tr>
23 </table>
24 <h3>Functions</h3>
25
26 <table>
27
28 <tr>
29 <td><a href="#amendConfig">amendConfig</a></td>
30 <td>Module function to amend the config file.</td>
31 </tr>
32 <tr>
33 <td><a href="#createDefaultConfig">createDefaultConfig</a></td>
34 <td>Module function to create a default config file suitable for eric.</td>
35 </tr>
36 <tr>
37 <td><a href="#getConfigPath">getConfigPath</a></td>
38 <td>Module function to get the filename of the config file.</td>
39 </tr>
40 <tr>
41 <td><a href="#getServersPath">getServersPath</a></td>
42 <td>Module function to get the filename of the servers file.</td>
43 </tr>
44 </table>
45 <hr />
46 <hr />
47 <a NAME="amendConfig" ID="amendConfig"></a>
48 <h2>amendConfig</h2>
49 <b>amendConfig</b>(<i></i>)
50
51 <p>
52 Module function to amend the config file.
53 </p>
54 <div align="right"><a href="#top">Up</a></div>
55 <hr />
56 <hr />
57 <a NAME="createDefaultConfig" ID="createDefaultConfig"></a>
58 <h2>createDefaultConfig</h2>
59 <b>createDefaultConfig</b>(<i></i>)
60
61 <p>
62 Module function to create a default config file suitable for eric.
63 </p>
64 <div align="right"><a href="#top">Up</a></div>
65 <hr />
66 <hr />
67 <a NAME="getConfigPath" ID="getConfigPath"></a>
68 <h2>getConfigPath</h2>
69 <b>getConfigPath</b>(<i></i>)
70
71 <p>
72 Module function to get the filename of the config file.
73 </p>
74 <dl>
75 <dt>Return:</dt>
76 <dd>
77 filename of the config file (string)
78 </dd>
79 </dl>
80 <div align="right"><a href="#top">Up</a></div>
81 <hr />
82 <hr />
83 <a NAME="getServersPath" ID="getServersPath"></a>
84 <h2>getServersPath</h2>
85 <b>getServersPath</b>(<i></i>)
86
87 <p>
88 Module function to get the filename of the servers file.
89 </p>
90 <dl>
91 <dt>Return:</dt>
92 <dd>
93 filename of the servers file (string)
94 </dd>
95 </dl>
96 <div align="right"><a href="#top">Up</a></div>
97 <hr />
98 </body></html>

eric ide

mercurial