src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.subversion.html

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10493
f795d68d8e09
child 11006
a671918232f3
equal deleted inserted replaced
10683:779cda568acb 10684:58c7f23ae1cb
529 <dd> 529 <dd>
530 directory to check in 530 directory to check in
531 </dd> 531 </dd>
532 <dt><i>shortcut</i> (bool)</dt> 532 <dt><i>shortcut</i> (bool)</dt>
533 <dd> 533 <dd>
534 flag indicating a shortcut should be taken 534 flag indicating a shortcut should be taken (unused)
535 </dd> 535 </dd>
536 </dl> 536 </dl>
537 <dl> 537 <dl>
538 <dt>Return:</dt> 538 <dt>Return:</dt>
539 <dd> 539 <dd>
1499 <dd> 1499 <dd>
1500 flag indicating quiet operations 1500 flag indicating quiet operations
1501 </dd> 1501 </dd>
1502 <dt><i>addAll</i> (bool)</dt> 1502 <dt><i>addAll</i> (bool)</dt>
1503 <dd> 1503 <dd>
1504 flag indicating to add all files to the repository 1504 flag indicating to add all files to the repository (unused)
1505 </dd> 1505 </dd>
1506 </dl> 1506 </dl>
1507 <dl> 1507 <dl>
1508 <dt>Return:</dt> 1508 <dt>Return:</dt>
1509 <dd> 1509 <dd>
1531 1531
1532 <dl> 1532 <dl>
1533 1533
1534 <dt><i>vcsDir</i> (str)</dt> 1534 <dt><i>vcsDir</i> (str)</dt>
1535 <dd> 1535 <dd>
1536 name of the VCS directory 1536 name of the VCS directory (unused)
1537 </dd> 1537 </dd>
1538 <dt><i>noDialog</i> (bool)</dt> 1538 <dt><i>noDialog</i> (bool)</dt>
1539 <dd> 1539 <dd>
1540 flag indicating quiet operations 1540 flag indicating quiet operations (unused)
1541 </dd> 1541 </dd>
1542 </dl> 1542 </dl>
1543 <dl> 1543 <dl>
1544 <dt>Return:</dt> 1544 <dt>Return:</dt>
1545 <dd> 1545 <dd>
1552 bool 1552 bool
1553 </dd> 1553 </dd>
1554 </dl> 1554 </dl>
1555 <a NAME="Subversion.vcsInitConfig" ID="Subversion.vcsInitConfig"></a> 1555 <a NAME="Subversion.vcsInitConfig" ID="Subversion.vcsInitConfig"></a>
1556 <h4>Subversion.vcsInitConfig</h4> 1556 <h4>Subversion.vcsInitConfig</h4>
1557 <b>vcsInitConfig</b>(<i>project</i>) 1557 <b>vcsInitConfig</b>(<i>_project</i>)
1558 <p> 1558 <p>
1559 Public method to initialize the VCS configuration. 1559 Public method to initialize the VCS configuration.
1560 </p> 1560 </p>
1561 <p> 1561 <p>
1562 This method ensures, that eric specific files and directories are 1562 This method ensures, that eric specific files and directories are
1563 ignored. 1563 ignored.
1564 </p> 1564 </p>
1565 1565
1566 <dl> 1566 <dl>
1567 1567
1568 <dt><i>project</i> (Project)</dt> 1568 <dt><i>_project</i> (Project)</dt>
1569 <dd> 1569 <dd>
1570 reference to the project 1570 reference to the project (unused)
1571 </dd> 1571 </dd>
1572 </dl> 1572 </dl>
1573 <a NAME="Subversion.vcsLogBrowser" ID="Subversion.vcsLogBrowser"></a> 1573 <a NAME="Subversion.vcsLogBrowser" ID="Subversion.vcsLogBrowser"></a>
1574 <h4>Subversion.vcsLogBrowser</h4> 1574 <h4>Subversion.vcsLogBrowser</h4>
1575 <b>vcsLogBrowser</b>(<i>name, isFile=False</i>) 1575 <b>vcsLogBrowser</b>(<i>name, isFile=False</i>)
1687 SvnNewProjectOptionsDialog 1687 SvnNewProjectOptionsDialog
1688 </dd> 1688 </dd>
1689 </dl> 1689 </dl>
1690 <a NAME="Subversion.vcsOptionsDialog" ID="Subversion.vcsOptionsDialog"></a> 1690 <a NAME="Subversion.vcsOptionsDialog" ID="Subversion.vcsOptionsDialog"></a>
1691 <h4>Subversion.vcsOptionsDialog</h4> 1691 <h4>Subversion.vcsOptionsDialog</h4>
1692 <b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>) 1692 <b>vcsOptionsDialog</b>(<i>project, _archive, editable=False, parent=None</i>)
1693 <p> 1693 <p>
1694 Public method to get a dialog to enter repository info. 1694 Public method to get a dialog to enter repository info.
1695 </p> 1695 </p>
1696 1696
1697 <dl> 1697 <dl>
1698 1698
1699 <dt><i>project</i> (Project)</dt> 1699 <dt><i>project</i> (Project)</dt>
1700 <dd> 1700 <dd>
1701 reference to the project object 1701 reference to the project object
1702 </dd> 1702 </dd>
1703 <dt><i>archive</i> (str)</dt> 1703 <dt><i>_archive</i> (str)</dt>
1704 <dd> 1704 <dd>
1705 name of the project in the repository 1705 name of the project in the repository (unused)
1706 </dd> 1706 </dd>
1707 <dt><i>editable</i> (bool)</dt> 1707 <dt><i>editable</i> (bool)</dt>
1708 <dd> 1708 <dd>
1709 flag indicating that the project name is editable 1709 flag indicating that the project name is editable (unused)
1710 </dd> 1710 </dd>
1711 <dt><i>parent</i> (QWidget)</dt> 1711 <dt><i>parent</i> (QWidget)</dt>
1712 <dd> 1712 <dd>
1713 parent widget 1713 parent widget
1714 </dd> 1714 </dd>
1768 <dd> 1768 <dd>
1769 file/directory name to be removed 1769 file/directory name to be removed
1770 </dd> 1770 </dd>
1771 <dt><i>project</i> (bool)</dt> 1771 <dt><i>project</i> (bool)</dt>
1772 <dd> 1772 <dd>
1773 flag indicating deletion of a project tree 1773 flag indicating deletion of a project tree (unused)
1774 </dd> 1774 </dd>
1775 <dt><i>noDialog</i> (bool)</dt> 1775 <dt><i>noDialog</i> (bool)</dt>
1776 <dd> 1776 <dd>
1777 flag indicating quiet operations 1777 flag indicating quiet operations
1778 </dd> 1778 </dd>

eric ide

mercurial