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