Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnUtilities.html

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

eric ide

mercurial