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

changeset 2966
f85f686981ad
parent 2845
7e55c6268c35
child 3018
70924c0bdaf1
equal deleted inserted replaced
2965:d133c7edd88a 2966:f85f686981ad
412 <h4>Subversion._createStatusMonitorThread</h4> 412 <h4>Subversion._createStatusMonitorThread</h4>
413 <b>_createStatusMonitorThread</b>(<i>interval, project</i>) 413 <b>_createStatusMonitorThread</b>(<i>interval, project</i>)
414 <p> 414 <p>
415 Protected method to create an instance of the VCS status monitor thread. 415 Protected method to create an instance of the VCS status monitor thread.
416 </p><dl> 416 </p><dl>
417 <dt><i>project</i></dt> 417 <dt><i>interval</i></dt>
418 <dd>
419 check interval for the monitor thread in seconds (integer)
420 </dd><dt><i>project</i></dt>
418 <dd> 421 <dd>
419 reference to the project object 422 reference to the project object
420 </dd><dt><i>interval</i></dt>
421 <dd>
422 check interval for the monitor thread in seconds (integer)
423 </dd> 423 </dd>
424 </dl><dl> 424 </dl><dl>
425 <dt>Returns:</dt> 425 <dt>Returns:</dt>
426 <dd> 426 <dd>
427 reference to the monitor thread (QThread) 427 reference to the monitor thread (QThread)
654 </dd> 654 </dd>
655 </dl><a NAME="Subversion.svnSbsDiff" ID="Subversion.svnSbsDiff"></a> 655 </dl><a NAME="Subversion.svnSbsDiff" ID="Subversion.svnSbsDiff"></a>
656 <h4>Subversion.svnSbsDiff</h4> 656 <h4>Subversion.svnSbsDiff</h4>
657 <b>svnSbsDiff</b>(<i>name, extended=False, revisions=None</i>) 657 <b>svnSbsDiff</b>(<i>name, extended=False, revisions=None</i>)
658 <p> 658 <p>
659 Public method used to view the difference of a file to the Mercurial repository 659 Public method used to view the difference of a file to the Mercurial
660 side-by-side. 660 repository side-by-side.
661 </p><dl> 661 </p><dl>
662 <dt><i>name</i></dt> 662 <dt><i>name</i></dt>
663 <dd> 663 <dd>
664 file name to be diffed (string) 664 file name to be diffed (string)
665 </dd><dt><i>extended=</i></dt> 665 </dd><dt><i>extended=</i></dt>
666 <dd> 666 <dd>
667 flag indicating the extended variant (boolean) 667 flag indicating the extended variant (boolean)
668 </dd><dt><i>revisions=</i></dt> 668 </dd><dt><i>revisions=</i></dt>
669 <dd> 669 <dd>
670 tuple of two revisions (tuple of strings) 670 tuple of two revisions (tuple of strings)
671 </dd>
672 </dl><dl>
673 <dt>Raises <b>ValueError</b>:</dt>
674 <dd>
675 raised to indicate an illegal name parameter type
671 </dd> 676 </dd>
672 </dl><a NAME="Subversion.svnSetProp" ID="Subversion.svnSetProp"></a> 677 </dl><a NAME="Subversion.svnSetProp" ID="Subversion.svnSetProp"></a>
673 <h4>Subversion.svnSetProp</h4> 678 <h4>Subversion.svnSetProp</h4>
674 <b>svnSetProp</b>(<i>name, recursive=False</i>) 679 <b>svnSetProp</b>(<i>name, recursive=False</i>)
675 <p> 680 <p>
1055 </dd> 1060 </dd>
1056 </dl><a NAME="Subversion.vcsNewProjectOptionsDialog" ID="Subversion.vcsNewProjectOptionsDialog"></a> 1061 </dl><a NAME="Subversion.vcsNewProjectOptionsDialog" ID="Subversion.vcsNewProjectOptionsDialog"></a>
1057 <h4>Subversion.vcsNewProjectOptionsDialog</h4> 1062 <h4>Subversion.vcsNewProjectOptionsDialog</h4>
1058 <b>vcsNewProjectOptionsDialog</b>(<i>parent=None</i>) 1063 <b>vcsNewProjectOptionsDialog</b>(<i>parent=None</i>)
1059 <p> 1064 <p>
1060 Public method to get a dialog to enter repository info for getting a new project. 1065 Public method to get a dialog to enter repository info for getting
1066 a new project.
1061 </p><dl> 1067 </p><dl>
1062 <dt><i>parent</i></dt> 1068 <dt><i>parent</i></dt>
1063 <dd> 1069 <dd>
1064 parent widget (QWidget) 1070 parent widget (QWidget)
1071 </dd>
1072 </dl><dl>
1073 <dt>Returns:</dt>
1074 <dd>
1075 reference to the instantiated options dialog
1076 (SvnNewProjectOptionsDialog)
1065 </dd> 1077 </dd>
1066 </dl><a NAME="Subversion.vcsOptionsDialog" ID="Subversion.vcsOptionsDialog"></a> 1078 </dl><a NAME="Subversion.vcsOptionsDialog" ID="Subversion.vcsOptionsDialog"></a>
1067 <h4>Subversion.vcsOptionsDialog</h4> 1079 <h4>Subversion.vcsOptionsDialog</h4>
1068 <b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>) 1080 <b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>)
1069 <p> 1081 <p>
1075 </dd><dt><i>archive</i></dt> 1087 </dd><dt><i>archive</i></dt>
1076 <dd> 1088 <dd>
1077 name of the project in the repository (string) 1089 name of the project in the repository (string)
1078 </dd><dt><i>editable</i></dt> 1090 </dd><dt><i>editable</i></dt>
1079 <dd> 1091 <dd>
1080 flag indicating that the project name is editable (boolean) 1092 flag indicating that the project name is editable
1093 (boolean)
1081 </dd><dt><i>parent</i></dt> 1094 </dd><dt><i>parent</i></dt>
1082 <dd> 1095 <dd>
1083 parent widget (QWidget) 1096 parent widget (QWidget)
1097 </dd>
1098 </dl><dl>
1099 <dt>Returns:</dt>
1100 <dd>
1101 reference to the instantiated options dialog (SvnOptionsDialog)
1084 </dd> 1102 </dd>
1085 </dl><a NAME="Subversion.vcsRegisteredState" ID="Subversion.vcsRegisteredState"></a> 1103 </dl><a NAME="Subversion.vcsRegisteredState" ID="Subversion.vcsRegisteredState"></a>
1086 <h4>Subversion.vcsRegisteredState</h4> 1104 <h4>Subversion.vcsRegisteredState</h4>
1087 <b>vcsRegisteredState</b>(<i>name</i>) 1105 <b>vcsRegisteredState</b>(<i>name</i>)
1088 <p> 1106 <p>
1170 </p><dl> 1188 </p><dl>
1171 <dt><i>name</i></dt> 1189 <dt><i>name</i></dt>
1172 <dd> 1190 <dd>
1173 directory name to be switched (string) 1191 directory name to be switched (string)
1174 </dd> 1192 </dd>
1193 </dl><dl>
1194 <dt>Returns:</dt>
1195 <dd>
1196 flag indicating added or changed files (boolean)
1197 </dd>
1175 </dl><a NAME="Subversion.vcsTag" ID="Subversion.vcsTag"></a> 1198 </dl><a NAME="Subversion.vcsTag" ID="Subversion.vcsTag"></a>
1176 <h4>Subversion.vcsTag</h4> 1199 <h4>Subversion.vcsTag</h4>
1177 <b>vcsTag</b>(<i>name</i>) 1200 <b>vcsTag</b>(<i>name</i>)
1178 <p> 1201 <p>
1179 Public method used to set the tag of a file/directory in the 1202 Public method used to set the tag of a file/directory in the

eric ide

mercurial