868 <dd> |
868 <dd> |
869 flag indicating quiet operations |
869 flag indicating quiet operations |
870 </dd> |
870 </dd> |
871 </dl><a NAME="Subversion.vcsConvertProject" ID="Subversion.vcsConvertProject"></a> |
871 </dl><a NAME="Subversion.vcsConvertProject" ID="Subversion.vcsConvertProject"></a> |
872 <h4>Subversion.vcsConvertProject</h4> |
872 <h4>Subversion.vcsConvertProject</h4> |
873 <b>vcsConvertProject</b>(<i>vcsDataDict, project</i>) |
873 <b>vcsConvertProject</b>(<i>vcsDataDict, project, addAll=True</i>) |
874 <p> |
874 <p> |
875 Public method to convert an uncontrolled project to a version |
875 Public method to convert an uncontrolled project to a version |
876 controlled project. |
876 controlled project. |
877 </p><dl> |
877 </p><dl> |
878 <dt><i>vcsDataDict</i></dt> |
878 <dt><i>vcsDataDict</i> (dict)</dt> |
879 <dd> |
879 <dd> |
880 dictionary of data required for the conversion |
880 dictionary of data required for the conversion |
881 </dd><dt><i>project</i></dt> |
881 </dd><dt><i>project</i> (Project)</dt> |
882 <dd> |
882 <dd> |
883 reference to the project object |
883 reference to the project object |
|
884 </dd><dt><i>addAll</i> (bool)</dt> |
|
885 <dd> |
|
886 flag indicating to add all files to the repository |
884 </dd> |
887 </dd> |
885 </dl><a NAME="Subversion.vcsDiff" ID="Subversion.vcsDiff"></a> |
888 </dl><a NAME="Subversion.vcsDiff" ID="Subversion.vcsDiff"></a> |
886 <h4>Subversion.vcsDiff</h4> |
889 <h4>Subversion.vcsDiff</h4> |
887 <b>vcsDiff</b>(<i>name</i>) |
890 <b>vcsDiff</b>(<i>name</i>) |
888 <p> |
891 <p> |
966 <dd> |
969 <dd> |
967 the project helper object |
970 the project helper object |
968 </dd> |
971 </dd> |
969 </dl><a NAME="Subversion.vcsImport" ID="Subversion.vcsImport"></a> |
972 </dl><a NAME="Subversion.vcsImport" ID="Subversion.vcsImport"></a> |
970 <h4>Subversion.vcsImport</h4> |
973 <h4>Subversion.vcsImport</h4> |
971 <b>vcsImport</b>(<i>vcsDataDict, projectDir, noDialog=False</i>) |
974 <b>vcsImport</b>(<i>vcsDataDict, projectDir, noDialog=False, addAll=True</i>) |
972 <p> |
975 <p> |
973 Public method used to import the project into the Subversion |
976 Public method used to import the project into the Subversion |
974 repository. |
977 repository. |
975 </p><dl> |
978 </p><dl> |
976 <dt><i>vcsDataDict</i></dt> |
979 <dt><i>vcsDataDict</i> (dict)</dt> |
977 <dd> |
980 <dd> |
978 dictionary of data required for the import |
981 dictionary of data required for the import |
979 </dd><dt><i>projectDir</i></dt> |
982 </dd><dt><i>projectDir</i> (str)</dt> |
980 <dd> |
983 <dd> |
981 project directory (string) |
984 project directory (string) |
982 </dd><dt><i>noDialog</i></dt> |
985 </dd><dt><i>noDialog</i> (bool)</dt> |
983 <dd> |
986 <dd> |
984 flag indicating quiet operations |
987 flag indicating quiet operations |
985 </dd> |
988 </dd><dt><i>addAll</i> (bool)</dt> |
986 </dl><dl> |
989 <dd> |
987 <dt>Returns:</dt> |
990 flag indicating to add all files to the repository |
988 <dd> |
991 </dd> |
989 flag indicating an execution without errors (boolean) |
992 </dl><dl> |
990 and a flag indicating the version control status (boolean) |
993 <dt>Returns:</dt> |
|
994 <dd> |
|
995 tuple containing a flag indicating an execution without errors |
|
996 and a flag indicating the version controll status |
|
997 </dd> |
|
998 </dl><dl> |
|
999 <dt>Return Type:</dt> |
|
1000 <dd> |
|
1001 tuple of (bool, bool) |
991 </dd> |
1002 </dd> |
992 </dl><a NAME="Subversion.vcsInit" ID="Subversion.vcsInit"></a> |
1003 </dl><a NAME="Subversion.vcsInit" ID="Subversion.vcsInit"></a> |
993 <h4>Subversion.vcsInit</h4> |
1004 <h4>Subversion.vcsInit</h4> |
994 <b>vcsInit</b>(<i>vcsDir, noDialog=False</i>) |
1005 <b>vcsInit</b>(<i>vcsDir, noDialog=False</i>) |
995 <p> |
1006 <p> |