eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.subversion.html

branch
eric7
changeset 8652
8cacde11f4fd
parent 8623
fced5aa98d41
equal deleted inserted replaced
8651:ce4c3c401482 8652:8cacde11f4fd
189 <tr> 189 <tr>
190 <td><a href="#Subversion.vcsAddBinary">vcsAddBinary</a></td> 190 <td><a href="#Subversion.vcsAddBinary">vcsAddBinary</a></td>
191 <td>Public method used to add a file/directory in binary mode to the Subversion repository.</td> 191 <td>Public method used to add a file/directory in binary mode to the Subversion repository.</td>
192 </tr> 192 </tr>
193 <tr> 193 <tr>
194 <td><a href="#Subversion.vcsAddCommitMessage">vcsAddCommitMessage</a></td>
195 <td>Public method to add a commit message to the list of saved messages.</td>
196 </tr>
197 <tr>
194 <td><a href="#Subversion.vcsAddTree">vcsAddTree</a></td> 198 <td><a href="#Subversion.vcsAddTree">vcsAddTree</a></td>
195 <td>Public method to add a directory tree rooted at path to the Subversion repository.</td> 199 <td>Public method to add a directory tree rooted at path to the Subversion repository.</td>
196 </tr> 200 </tr>
197 <tr> 201 <tr>
198 <td><a href="#Subversion.vcsAllRegisteredStates">vcsAllRegisteredStates</a></td> 202 <td><a href="#Subversion.vcsAllRegisteredStates">vcsAllRegisteredStates</a></td>
205 <tr> 209 <tr>
206 <td><a href="#Subversion.vcsCleanup">vcsCleanup</a></td> 210 <td><a href="#Subversion.vcsCleanup">vcsCleanup</a></td>
207 <td>Public method used to cleanup the working copy.</td> 211 <td>Public method used to cleanup the working copy.</td>
208 </tr> 212 </tr>
209 <tr> 213 <tr>
214 <td><a href="#Subversion.vcsClearCommitMessages">vcsClearCommitMessages</a></td>
215 <td>Public method to clear the list of saved messages.</td>
216 </tr>
217 <tr>
210 <td><a href="#Subversion.vcsCommandLine">vcsCommandLine</a></td> 218 <td><a href="#Subversion.vcsCommandLine">vcsCommandLine</a></td>
211 <td>Public method used to execute arbitrary subversion commands.</td> 219 <td>Public method used to execute arbitrary subversion commands.</td>
212 </tr> 220 </tr>
213 <tr> 221 <tr>
214 <td><a href="#Subversion.vcsCommit">vcsCommit</a></td> 222 <td><a href="#Subversion.vcsCommit">vcsCommit</a></td>
215 <td>Public method used to make the change of a file/directory permanent in the Subversion repository.</td> 223 <td>Public method used to make the change of a file/directory permanent in the Subversion repository.</td>
224 </tr>
225 <tr>
226 <td><a href="#Subversion.vcsCommitMessages">vcsCommitMessages</a></td>
227 <td>Public method to get the list of saved commit messages.</td>
216 </tr> 228 </tr>
217 <tr> 229 <tr>
218 <td><a href="#Subversion.vcsConvertProject">vcsConvertProject</a></td> 230 <td><a href="#Subversion.vcsConvertProject">vcsConvertProject</a></td>
219 <td>Public method to convert an uncontrolled project to a version controlled project.</td> 231 <td>Public method to convert an uncontrolled project to a version controlled project.</td>
220 </tr> 232 </tr>
968 <dt><i>isDir</i></dt> 980 <dt><i>isDir</i></dt>
969 <dd> 981 <dd>
970 flag indicating name is a directory (boolean) 982 flag indicating name is a directory (boolean)
971 </dd> 983 </dd>
972 </dl> 984 </dl>
985 <a NAME="Subversion.vcsAddCommitMessage" ID="Subversion.vcsAddCommitMessage"></a>
986 <h4>Subversion.vcsAddCommitMessage</h4>
987 <b>vcsAddCommitMessage</b>(<i>message</i>)
988
989 <p>
990 Public method to add a commit message to the list of saved messages.
991 </p>
992 <dl>
993
994 <dt><i>message</i> (str)</dt>
995 <dd>
996 message to be added
997 </dd>
998 </dl>
973 <a NAME="Subversion.vcsAddTree" ID="Subversion.vcsAddTree"></a> 999 <a NAME="Subversion.vcsAddTree" ID="Subversion.vcsAddTree"></a>
974 <h4>Subversion.vcsAddTree</h4> 1000 <h4>Subversion.vcsAddTree</h4>
975 <b>vcsAddTree</b>(<i>path</i>) 1001 <b>vcsAddTree</b>(<i>path</i>)
976 1002
977 <p> 1003 <p>
1062 <dt><i>name</i></dt> 1088 <dt><i>name</i></dt>
1063 <dd> 1089 <dd>
1064 directory name to be cleaned up (string) 1090 directory name to be cleaned up (string)
1065 </dd> 1091 </dd>
1066 </dl> 1092 </dl>
1093 <a NAME="Subversion.vcsClearCommitMessages" ID="Subversion.vcsClearCommitMessages"></a>
1094 <h4>Subversion.vcsClearCommitMessages</h4>
1095 <b>vcsClearCommitMessages</b>(<i></i>)
1096
1097 <p>
1098 Public method to clear the list of saved messages.
1099 </p>
1067 <a NAME="Subversion.vcsCommandLine" ID="Subversion.vcsCommandLine"></a> 1100 <a NAME="Subversion.vcsCommandLine" ID="Subversion.vcsCommandLine"></a>
1068 <h4>Subversion.vcsCommandLine</h4> 1101 <h4>Subversion.vcsCommandLine</h4>
1069 <b>vcsCommandLine</b>(<i>name</i>) 1102 <b>vcsCommandLine</b>(<i>name</i>)
1070 1103
1071 <p> 1104 <p>
1098 message for this operation (string) 1131 message for this operation (string)
1099 </dd> 1132 </dd>
1100 <dt><i>noDialog</i></dt> 1133 <dt><i>noDialog</i></dt>
1101 <dd> 1134 <dd>
1102 flag indicating quiet operations 1135 flag indicating quiet operations
1136 </dd>
1137 </dl>
1138 <a NAME="Subversion.vcsCommitMessages" ID="Subversion.vcsCommitMessages"></a>
1139 <h4>Subversion.vcsCommitMessages</h4>
1140 <b>vcsCommitMessages</b>(<i></i>)
1141
1142 <p>
1143 Public method to get the list of saved commit messages.
1144 </p>
1145 <dl>
1146 <dt>Return:</dt>
1147 <dd>
1148 list of saved commit messages
1149 </dd>
1150 </dl>
1151 <dl>
1152 <dt>Return Type:</dt>
1153 <dd>
1154 list of str
1103 </dd> 1155 </dd>
1104 </dl> 1156 </dl>
1105 <a NAME="Subversion.vcsConvertProject" ID="Subversion.vcsConvertProject"></a> 1157 <a NAME="Subversion.vcsConvertProject" ID="Subversion.vcsConvertProject"></a>
1106 <h4>Subversion.vcsConvertProject</h4> 1158 <h4>Subversion.vcsConvertProject</h4>
1107 <b>vcsConvertProject</b>(<i>vcsDataDict, project, addAll=True</i>) 1159 <b>vcsConvertProject</b>(<i>vcsDataDict, project, addAll=True</i>)

eric ide

mercurial