eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.subversion.html

changeset 7168
c1f97706c905
parent 6942
2602857055c5
child 7273
391d6b7b1eff
equal deleted inserted replaced
7167:b3557e77314a 7168:c1f97706c905
916 <dd> 916 <dd>
917 flag indicating quiet operations 917 flag indicating quiet operations
918 </dd> 918 </dd>
919 </dl><a NAME="Subversion.vcsConvertProject" ID="Subversion.vcsConvertProject"></a> 919 </dl><a NAME="Subversion.vcsConvertProject" ID="Subversion.vcsConvertProject"></a>
920 <h4>Subversion.vcsConvertProject</h4> 920 <h4>Subversion.vcsConvertProject</h4>
921 <b>vcsConvertProject</b>(<i>vcsDataDict, project</i>) 921 <b>vcsConvertProject</b>(<i>vcsDataDict, project, addAll=True</i>)
922 <p> 922 <p>
923 Public method to convert an uncontrolled project to a version 923 Public method to convert an uncontrolled project to a version
924 controlled project. 924 controlled project.
925 </p><dl> 925 </p><dl>
926 <dt><i>vcsDataDict</i></dt> 926 <dt><i>vcsDataDict</i> (dict)</dt>
927 <dd> 927 <dd>
928 dictionary of data required for the conversion 928 dictionary of data required for the conversion
929 </dd><dt><i>project</i></dt> 929 </dd><dt><i>project</i> (Project)</dt>
930 <dd> 930 <dd>
931 reference to the project object 931 reference to the project object
932 </dd><dt><i>addAll</i> (bool)</dt>
933 <dd>
934 flag indicating to add all files to the repository
932 </dd> 935 </dd>
933 </dl><a NAME="Subversion.vcsDiff" ID="Subversion.vcsDiff"></a> 936 </dl><a NAME="Subversion.vcsDiff" ID="Subversion.vcsDiff"></a>
934 <h4>Subversion.vcsDiff</h4> 937 <h4>Subversion.vcsDiff</h4>
935 <b>vcsDiff</b>(<i>name</i>) 938 <b>vcsDiff</b>(<i>name</i>)
936 <p> 939 <p>
1014 <dd> 1017 <dd>
1015 the project helper object 1018 the project helper object
1016 </dd> 1019 </dd>
1017 </dl><a NAME="Subversion.vcsImport" ID="Subversion.vcsImport"></a> 1020 </dl><a NAME="Subversion.vcsImport" ID="Subversion.vcsImport"></a>
1018 <h4>Subversion.vcsImport</h4> 1021 <h4>Subversion.vcsImport</h4>
1019 <b>vcsImport</b>(<i>vcsDataDict, projectDir, noDialog=False</i>) 1022 <b>vcsImport</b>(<i>vcsDataDict, projectDir, noDialog=False, addAll=True</i>)
1020 <p> 1023 <p>
1021 Public method used to import the project into the Subversion 1024 Public method used to import the project into the Subversion
1022 repository. 1025 repository.
1023 </p><dl> 1026 </p><dl>
1024 <dt><i>vcsDataDict</i></dt> 1027 <dt><i>vcsDataDict</i> (dict)</dt>
1025 <dd> 1028 <dd>
1026 dictionary of data required for the import 1029 dictionary of data required for the import
1027 </dd><dt><i>projectDir</i></dt> 1030 </dd><dt><i>projectDir</i> (str)</dt>
1028 <dd> 1031 <dd>
1029 project directory (string) 1032 project directory (string)
1030 </dd><dt><i>noDialog</i></dt> 1033 </dd><dt><i>noDialog</i> (bool)</dt>
1031 <dd> 1034 <dd>
1032 flag indicating quiet operations 1035 flag indicating quiet operations
1033 </dd> 1036 </dd><dt><i>addAll</i> (bool)</dt>
1034 </dl><dl> 1037 <dd>
1035 <dt>Returns:</dt> 1038 flag indicating to add all files to the repository
1036 <dd> 1039 </dd>
1037 flag indicating an execution without errors (boolean) 1040 </dl><dl>
1038 and a flag indicating the version controll status (boolean) 1041 <dt>Returns:</dt>
1042 <dd>
1043 tuple containing a flag indicating an execution without errors
1044 and a flag indicating the version controll status
1045 </dd>
1046 </dl><dl>
1047 <dt>Return Type:</dt>
1048 <dd>
1049 tuple of (bool, bool)
1039 </dd> 1050 </dd>
1040 </dl><a NAME="Subversion.vcsInit" ID="Subversion.vcsInit"></a> 1051 </dl><a NAME="Subversion.vcsInit" ID="Subversion.vcsInit"></a>
1041 <h4>Subversion.vcsInit</h4> 1052 <h4>Subversion.vcsInit</h4>
1042 <b>vcsInit</b>(<i>vcsDir, noDialog=False</i>) 1053 <b>vcsInit</b>(<i>vcsDir, noDialog=False</i>)
1043 <p> 1054 <p>

eric ide

mercurial