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

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10493
f795d68d8e09
equal deleted inserted replaced
10683:779cda568acb 10684:58c7f23ae1cb
1419 <dd> 1419 <dd>
1420 flag indicating quiet operations 1420 flag indicating quiet operations
1421 </dd> 1421 </dd>
1422 <dt><i>addAll</i> (bool)</dt> 1422 <dt><i>addAll</i> (bool)</dt>
1423 <dd> 1423 <dd>
1424 flag indicating to add all files to the repository 1424 flag indicating to add all files to the repository (unused)
1425 </dd> 1425 </dd>
1426 </dl> 1426 </dl>
1427 <dl> 1427 <dl>
1428 <dt>Return:</dt> 1428 <dt>Return:</dt>
1429 <dd> 1429 <dd>
1451 1451
1452 <dl> 1452 <dl>
1453 1453
1454 <dt><i>vcsDir</i> (str)</dt> 1454 <dt><i>vcsDir</i> (str)</dt>
1455 <dd> 1455 <dd>
1456 name of the VCS directory 1456 name of the VCS directory (unused)
1457 </dd> 1457 </dd>
1458 <dt><i>noDialog</i> (bool)</dt> 1458 <dt><i>noDialog</i> (bool)</dt>
1459 <dd> 1459 <dd>
1460 flag indicating quiet operations 1460 flag indicating quiet operations (unused)
1461 </dd> 1461 </dd>
1462 </dl> 1462 </dl>
1463 <dl> 1463 <dl>
1464 <dt>Return:</dt> 1464 <dt>Return:</dt>
1465 <dd> 1465 <dd>
1472 bool 1472 bool
1473 </dd> 1473 </dd>
1474 </dl> 1474 </dl>
1475 <a NAME="Subversion.vcsInitConfig" ID="Subversion.vcsInitConfig"></a> 1475 <a NAME="Subversion.vcsInitConfig" ID="Subversion.vcsInitConfig"></a>
1476 <h4>Subversion.vcsInitConfig</h4> 1476 <h4>Subversion.vcsInitConfig</h4>
1477 <b>vcsInitConfig</b>(<i>project</i>) 1477 <b>vcsInitConfig</b>(<i>_project</i>)
1478 <p> 1478 <p>
1479 Public method to initialize the VCS configuration. 1479 Public method to initialize the VCS configuration.
1480 </p> 1480 </p>
1481 <p> 1481 <p>
1482 This method ensures, that an ignore file exists. 1482 This method ensures, that an ignore file exists.
1483 </p> 1483 </p>
1484 1484
1485 <dl> 1485 <dl>
1486 1486
1487 <dt><i>project</i> (Project)</dt> 1487 <dt><i>_project</i> (Project)</dt>
1488 <dd> 1488 <dd>
1489 reference to the project 1489 reference to the project (unused)
1490 </dd> 1490 </dd>
1491 </dl> 1491 </dl>
1492 <a NAME="Subversion.vcsLogBrowser" ID="Subversion.vcsLogBrowser"></a> 1492 <a NAME="Subversion.vcsLogBrowser" ID="Subversion.vcsLogBrowser"></a>
1493 <h4>Subversion.vcsLogBrowser</h4> 1493 <h4>Subversion.vcsLogBrowser</h4>
1494 <b>vcsLogBrowser</b>(<i>name, isFile=False</i>) 1494 <b>vcsLogBrowser</b>(<i>name, isFile=False</i>)
1606 SvnNewProjectOptionsDialog 1606 SvnNewProjectOptionsDialog
1607 </dd> 1607 </dd>
1608 </dl> 1608 </dl>
1609 <a NAME="Subversion.vcsOptionsDialog" ID="Subversion.vcsOptionsDialog"></a> 1609 <a NAME="Subversion.vcsOptionsDialog" ID="Subversion.vcsOptionsDialog"></a>
1610 <h4>Subversion.vcsOptionsDialog</h4> 1610 <h4>Subversion.vcsOptionsDialog</h4>
1611 <b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>) 1611 <b>vcsOptionsDialog</b>(<i>project, _archive, editable=False, parent=None</i>)
1612 <p> 1612 <p>
1613 Public method to get a dialog to enter repository info. 1613 Public method to get a dialog to enter repository info.
1614 </p> 1614 </p>
1615 1615
1616 <dl> 1616 <dl>
1617 1617
1618 <dt><i>project</i> (Project)</dt> 1618 <dt><i>project</i> (Project)</dt>
1619 <dd> 1619 <dd>
1620 reference to the project object 1620 reference to the project object
1621 </dd> 1621 </dd>
1622 <dt><i>archive</i> (str)</dt> 1622 <dt><i>_archive</i> (str)</dt>
1623 <dd> 1623 <dd>
1624 name of the project in the repository 1624 name of the project in the repository (unused)
1625 </dd> 1625 </dd>
1626 <dt><i>editable</i> (bool)</dt> 1626 <dt><i>editable</i> (bool)</dt>
1627 <dd> 1627 <dd>
1628 flag indicating that the project name is editable 1628 flag indicating that the project name is editable (unused)
1629 </dd> 1629 </dd>
1630 <dt><i>parent</i> (QWidget)</dt> 1630 <dt><i>parent</i> (QWidget)</dt>
1631 <dd> 1631 <dd>
1632 parent widget 1632 parent widget
1633 </dd> 1633 </dd>
1687 <dd> 1687 <dd>
1688 file/directory name to be removed 1688 file/directory name to be removed
1689 </dd> 1689 </dd>
1690 <dt><i>project</i> (bool)</dt> 1690 <dt><i>project</i> (bool)</dt>
1691 <dd> 1691 <dd>
1692 flag indicating deletion of a project tree 1692 flag indicating deletion of a project tree (unused)
1693 </dd> 1693 </dd>
1694 <dt><i>noDialog</i> (bool)</dt> 1694 <dt><i>noDialog</i> (bool)</dt>
1695 <dd> 1695 <dd>
1696 flag indicating quiet operations 1696 flag indicating quiet operations
1697 </dd> 1697 </dd>

eric ide

mercurial