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

changeset 7989
a21d673a8f99
parent 7960
e8fc383322f7
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
387 <dd> 387 <dd>
388 status object to check (pysvn.PysvnStatus) 388 status object to check (pysvn.PysvnStatus)
389 </dd> 389 </dd>
390 </dl> 390 </dl>
391 <dl> 391 <dl>
392 <dt>Returns:</dt> 392 <dt>Return:</dt>
393 <dd> 393 <dd>
394 flag indicating a versioned state (boolean) 394 flag indicating a versioned state (boolean)
395 </dd> 395 </dd>
396 </dl> 396 </dl>
397 <a NAME="Subversion.__svnGetFileForRevision" ID="Subversion.__svnGetFileForRevision"></a> 397 <a NAME="Subversion.__svnGetFileForRevision" ID="Subversion.__svnGetFileForRevision"></a>
412 <dd> 412 <dd>
413 revision to retrieve (integer or string) 413 revision to retrieve (integer or string)
414 </dd> 414 </dd>
415 </dl> 415 </dl>
416 <dl> 416 <dl>
417 <dt>Returns:</dt> 417 <dt>Return:</dt>
418 <dd> 418 <dd>
419 contents of the file (string) and an error message (string) 419 contents of the file (string) and an error message (string)
420 </dd> 420 </dd>
421 </dl> 421 </dl>
422 <a NAME="Subversion.__svnURL" ID="Subversion.__svnURL"></a> 422 <a NAME="Subversion.__svnURL" ID="Subversion.__svnURL"></a>
432 <dd> 432 <dd>
433 unformatted url string (string) 433 unformatted url string (string)
434 </dd> 434 </dd>
435 </dl> 435 </dl>
436 <dl> 436 <dl>
437 <dt>Returns:</dt> 437 <dt>Return:</dt>
438 <dd> 438 <dd>
439 properly formated url for subversion (string) 439 properly formated url for subversion (string)
440 </dd> 440 </dd>
441 </dl> 441 </dl>
442 <a NAME="Subversion.__vcsAllRegisteredStates_wc" ID="Subversion.__vcsAllRegisteredStates_wc"></a> 442 <a NAME="Subversion.__vcsAllRegisteredStates_wc" ID="Subversion.__vcsAllRegisteredStates_wc"></a>
470 <dd> 470 <dd>
471 flag indicating a shortcut should be taken (boolean) 471 flag indicating a shortcut should be taken (boolean)
472 </dd> 472 </dd>
473 </dl> 473 </dl>
474 <dl> 474 <dl>
475 <dt>Returns:</dt> 475 <dt>Return:</dt>
476 <dd> 476 <dd>
477 the received dictionary completed with a combination of 477 the received dictionary completed with a combination of
478 canBeCommited and canBeAdded or None in order to signal an error 478 canBeCommited and canBeAdded or None in order to signal an error
479 </dd> 479 </dd>
480 </dl> 480 </dl>
509 <dd> 509 <dd>
510 flag indicating a shortcut should be taken (boolean) 510 flag indicating a shortcut should be taken (boolean)
511 </dd> 511 </dd>
512 </dl> 512 </dl>
513 <dl> 513 <dl>
514 <dt>Returns:</dt> 514 <dt>Return:</dt>
515 <dd> 515 <dd>
516 the received dictionary completed with a combination of 516 the received dictionary completed with a combination of
517 canBeCommited and canBeAdded or None in order to signal an error 517 canBeCommited and canBeAdded or None in order to signal an error
518 </dd> 518 </dd>
519 </dl> 519 </dl>
541 <dd> 541 <dd>
542 filename to check (string) 542 filename to check (string)
543 </dd> 543 </dd>
544 </dl> 544 </dl>
545 <dl> 545 <dl>
546 <dt>Returns:</dt> 546 <dt>Return:</dt>
547 <dd> 547 <dd>
548 a combination of canBeCommited and canBeAdded 548 a combination of canBeCommited and canBeAdded
549 </dd> 549 </dd>
550 </dl> 550 </dl>
551 <a NAME="Subversion.__vcsRegisteredState_wcng" ID="Subversion.__vcsRegisteredState_wcng"></a> 551 <a NAME="Subversion.__vcsRegisteredState_wcng" ID="Subversion.__vcsRegisteredState_wcng"></a>
565 <dd> 565 <dd>
566 filename to check (string) 566 filename to check (string)
567 </dd> 567 </dd>
568 </dl> 568 </dl>
569 <dl> 569 <dl>
570 <dt>Returns:</dt> 570 <dt>Return:</dt>
571 <dd> 571 <dd>
572 a combination of canBeCommited and canBeAdded 572 a combination of canBeCommited and canBeAdded
573 </dd> 573 </dd>
574 </dl> 574 </dl>
575 <a NAME="Subversion._createStatusMonitorThread" ID="Subversion._createStatusMonitorThread"></a> 575 <a NAME="Subversion._createStatusMonitorThread" ID="Subversion._createStatusMonitorThread"></a>
591 <dd> 591 <dd>
592 reference to the project object 592 reference to the project object
593 </dd> 593 </dd>
594 </dl> 594 </dl>
595 <dl> 595 <dl>
596 <dt>Returns:</dt> 596 <dt>Return:</dt>
597 <dd> 597 <dd>
598 reference to the monitor thread (QThread) 598 reference to the monitor thread (QThread)
599 </dd> 599 </dd>
600 </dl> 600 </dl>
601 <a NAME="Subversion.clearStatusCache" ID="Subversion.clearStatusCache"></a> 601 <a NAME="Subversion.clearStatusCache" ID="Subversion.clearStatusCache"></a>
611 611
612 <p> 612 <p>
613 Public method to create and initialize the pysvn client object. 613 Public method to create and initialize the pysvn client object.
614 </p> 614 </p>
615 <dl> 615 <dl>
616 <dt>Returns:</dt> 616 <dt>Return:</dt>
617 <dd> 617 <dd>
618 the pysvn client object (pysvn.Client) 618 the pysvn client object (pysvn.Client)
619 </dd> 619 </dd>
620 </dl> 620 </dl>
621 <a NAME="Subversion.getPlugin" ID="Subversion.getPlugin"></a> 621 <a NAME="Subversion.getPlugin" ID="Subversion.getPlugin"></a>
624 624
625 <p> 625 <p>
626 Public method to get a reference to the plugin object. 626 Public method to get a reference to the plugin object.
627 </p> 627 </p>
628 <dl> 628 <dl>
629 <dt>Returns:</dt> 629 <dt>Return:</dt>
630 <dd> 630 <dd>
631 reference to the plugin object (VcsPySvnPlugin) 631 reference to the plugin object (VcsPySvnPlugin)
632 </dd> 632 </dd>
633 </dl> 633 </dl>
634 <a NAME="Subversion.svnAddToChangelist" ID="Subversion.svnAddToChangelist"></a> 634 <a NAME="Subversion.svnAddToChangelist" ID="Subversion.svnAddToChangelist"></a>
680 <dd> 680 <dd>
681 reference to the project object 681 reference to the project object
682 </dd> 682 </dd>
683 </dl> 683 </dl>
684 <dl> 684 <dl>
685 <dt>Returns:</dt> 685 <dt>Return:</dt>
686 <dd> 686 <dd>
687 flag indicating successfull operation (boolean) 687 flag indicating successfull operation (boolean)
688 </dd> 688 </dd>
689 </dl> 689 </dl>
690 <a NAME="Subversion.svnDelProp" ID="Subversion.svnDelProp"></a> 690 <a NAME="Subversion.svnDelProp" ID="Subversion.svnDelProp"></a>
735 735
736 <p> 736 <p>
737 Public method to get a list of all defined change lists. 737 Public method to get a list of all defined change lists.
738 </p> 738 </p>
739 <dl> 739 <dl>
740 <dt>Returns:</dt> 740 <dt>Return:</dt>
741 <dd> 741 <dd>
742 list of defined change list names (list of strings) 742 list of defined change list names (list of strings)
743 </dd> 743 </dd>
744 </dl> 744 </dl>
745 <a NAME="Subversion.svnGetReposName" ID="Subversion.svnGetReposName"></a> 745 <a NAME="Subversion.svnGetReposName" ID="Subversion.svnGetReposName"></a>
756 <dd> 756 <dd>
757 local path to get the svn repository path for (string) 757 local path to get the svn repository path for (string)
758 </dd> 758 </dd>
759 </dl> 759 </dl>
760 <dl> 760 <dl>
761 <dt>Returns:</dt> 761 <dt>Return:</dt>
762 <dd> 762 <dd>
763 string with the repository path URL 763 string with the repository path URL
764 </dd> 764 </dd>
765 </dl> 765 </dl>
766 <a NAME="Subversion.svnInfo" ID="Subversion.svnInfo"></a> 766 <a NAME="Subversion.svnInfo" ID="Subversion.svnInfo"></a>
855 <dd> 855 <dd>
856 url string (string) 856 url string (string)
857 </dd> 857 </dd>
858 </dl> 858 </dl>
859 <dl> 859 <dl>
860 <dt>Returns:</dt> 860 <dt>Return:</dt>
861 <dd> 861 <dd>
862 properly normalized url for subversion (string) 862 properly normalized url for subversion (string)
863 </dd> 863 </dd>
864 </dl> 864 </dl>
865 <a NAME="Subversion.svnRelocate" ID="Subversion.svnRelocate"></a> 865 <a NAME="Subversion.svnRelocate" ID="Subversion.svnRelocate"></a>
1131 <dd> 1131 <dd>
1132 flag indicating a shortcut should be taken (boolean) 1132 flag indicating a shortcut should be taken (boolean)
1133 </dd> 1133 </dd>
1134 </dl> 1134 </dl>
1135 <dl> 1135 <dl>
1136 <dt>Returns:</dt> 1136 <dt>Return:</dt>
1137 <dd> 1137 <dd>
1138 the received dictionary completed with a combination of 1138 the received dictionary completed with a combination of
1139 canBeCommited and canBeAdded or None in order to signal an error 1139 canBeCommited and canBeAdded or None in order to signal an error
1140 </dd> 1140 </dd>
1141 </dl> 1141 </dl>
1161 <dd> 1161 <dd>
1162 flag indicating quiet operations 1162 flag indicating quiet operations
1163 </dd> 1163 </dd>
1164 </dl> 1164 </dl>
1165 <dl> 1165 <dl>
1166 <dt>Returns:</dt> 1166 <dt>Return:</dt>
1167 <dd> 1167 <dd>
1168 flag indicating an execution without errors (boolean) 1168 flag indicating an execution without errors (boolean)
1169 </dd> 1169 </dd>
1170 </dl> 1170 </dl>
1171 <a NAME="Subversion.vcsCleanup" ID="Subversion.vcsCleanup"></a> 1171 <a NAME="Subversion.vcsCleanup" ID="Subversion.vcsCleanup"></a>
1270 1270
1271 <p> 1271 <p>
1272 Public method used to test for the presence of the svn executable. 1272 Public method used to test for the presence of the svn executable.
1273 </p> 1273 </p>
1274 <dl> 1274 <dl>
1275 <dt>Returns:</dt> 1275 <dt>Return:</dt>
1276 <dd> 1276 <dd>
1277 flag indicating the existance (boolean) and an error message 1277 flag indicating the existance (boolean) and an error message
1278 (string) 1278 (string)
1279 </dd> 1279 </dd>
1280 </dl> 1280 </dl>
1296 <dd> 1296 <dd>
1297 project directory to create (string) 1297 project directory to create (string)
1298 </dd> 1298 </dd>
1299 </dl> 1299 </dl>
1300 <dl> 1300 <dl>
1301 <dt>Returns:</dt> 1301 <dt>Return:</dt>
1302 <dd> 1302 <dd>
1303 flag indicating an execution without errors (boolean) 1303 flag indicating an execution without errors (boolean)
1304 </dd> 1304 </dd>
1305 </dl> 1305 </dl>
1306 <a NAME="Subversion.vcsGetProjectBrowserHelper" ID="Subversion.vcsGetProjectBrowserHelper"></a> 1306 <a NAME="Subversion.vcsGetProjectBrowserHelper" ID="Subversion.vcsGetProjectBrowserHelper"></a>
1326 flag indicating, the helper is requested 1326 flag indicating, the helper is requested
1327 for the translations browser (this needs some special treatment) 1327 for the translations browser (this needs some special treatment)
1328 </dd> 1328 </dd>
1329 </dl> 1329 </dl>
1330 <dl> 1330 <dl>
1331 <dt>Returns:</dt> 1331 <dt>Return:</dt>
1332 <dd> 1332 <dd>
1333 the project browser helper object 1333 the project browser helper object
1334 </dd> 1334 </dd>
1335 </dl> 1335 </dl>
1336 <a NAME="Subversion.vcsGetProjectHelper" ID="Subversion.vcsGetProjectHelper"></a> 1336 <a NAME="Subversion.vcsGetProjectHelper" ID="Subversion.vcsGetProjectHelper"></a>
1346 <dd> 1346 <dd>
1347 reference to the project object 1347 reference to the project object
1348 </dd> 1348 </dd>
1349 </dl> 1349 </dl>
1350 <dl> 1350 <dl>
1351 <dt>Returns:</dt> 1351 <dt>Return:</dt>
1352 <dd> 1352 <dd>
1353 the project helper object 1353 the project helper object
1354 </dd> 1354 </dd>
1355 </dl> 1355 </dl>
1356 <a NAME="Subversion.vcsImport" ID="Subversion.vcsImport"></a> 1356 <a NAME="Subversion.vcsImport" ID="Subversion.vcsImport"></a>
1379 <dd> 1379 <dd>
1380 flag indicating to add all files to the repository 1380 flag indicating to add all files to the repository
1381 </dd> 1381 </dd>
1382 </dl> 1382 </dl>
1383 <dl> 1383 <dl>
1384 <dt>Returns:</dt> 1384 <dt>Return:</dt>
1385 <dd> 1385 <dd>
1386 tuple containing a flag indicating an execution without errors 1386 tuple containing a flag indicating an execution without errors
1387 and a flag indicating the version controll status 1387 and a flag indicating the version controll status
1388 </dd> 1388 </dd>
1389 </dl> 1389 </dl>
1415 <dd> 1415 <dd>
1416 flag indicating quiet operations (boolean) 1416 flag indicating quiet operations (boolean)
1417 </dd> 1417 </dd>
1418 </dl> 1418 </dl>
1419 <dl> 1419 <dl>
1420 <dt>Returns:</dt> 1420 <dt>Return:</dt>
1421 <dd> 1421 <dd>
1422 always TRUE 1422 always TRUE
1423 </dd> 1423 </dd>
1424 </dl> 1424 </dl>
1425 <a NAME="Subversion.vcsInitConfig" ID="Subversion.vcsInitConfig"></a> 1425 <a NAME="Subversion.vcsInitConfig" ID="Subversion.vcsInitConfig"></a>
1498 <dd> 1498 <dd>
1499 flag indicating quiet operations 1499 flag indicating quiet operations
1500 </dd> 1500 </dd>
1501 </dl> 1501 </dl>
1502 <dl> 1502 <dl>
1503 <dt>Returns:</dt> 1503 <dt>Return:</dt>
1504 <dd> 1504 <dd>
1505 flag indicating successfull operation (boolean) 1505 flag indicating successfull operation (boolean)
1506 </dd> 1506 </dd>
1507 </dl> 1507 </dl>
1508 <a NAME="Subversion.vcsName" ID="Subversion.vcsName"></a> 1508 <a NAME="Subversion.vcsName" ID="Subversion.vcsName"></a>
1511 1511
1512 <p> 1512 <p>
1513 Public method returning the name of the vcs. 1513 Public method returning the name of the vcs.
1514 </p> 1514 </p>
1515 <dl> 1515 <dl>
1516 <dt>Returns:</dt> 1516 <dt>Return:</dt>
1517 <dd> 1517 <dd>
1518 always 'Subversion' (string) 1518 always 'Subversion' (string)
1519 </dd> 1519 </dd>
1520 </dl> 1520 </dl>
1521 <a NAME="Subversion.vcsNewProjectOptionsDialog" ID="Subversion.vcsNewProjectOptionsDialog"></a> 1521 <a NAME="Subversion.vcsNewProjectOptionsDialog" ID="Subversion.vcsNewProjectOptionsDialog"></a>
1532 <dd> 1532 <dd>
1533 parent widget (QWidget) 1533 parent widget (QWidget)
1534 </dd> 1534 </dd>
1535 </dl> 1535 </dl>
1536 <dl> 1536 <dl>
1537 <dt>Returns:</dt> 1537 <dt>Return:</dt>
1538 <dd> 1538 <dd>
1539 reference to the instantiated options dialog 1539 reference to the instantiated options dialog
1540 (SvnNewProjectOptionsDialog) 1540 (SvnNewProjectOptionsDialog)
1541 </dd> 1541 </dd>
1542 </dl> 1542 </dl>
1566 <dd> 1566 <dd>
1567 parent widget (QWidget) 1567 parent widget (QWidget)
1568 </dd> 1568 </dd>
1569 </dl> 1569 </dl>
1570 <dl> 1570 <dl>
1571 <dt>Returns:</dt> 1571 <dt>Return:</dt>
1572 <dd> 1572 <dd>
1573 reference to the instantiated options dialog (SvnOptionsDialog) 1573 reference to the instantiated options dialog (SvnOptionsDialog)
1574 </dd> 1574 </dd>
1575 </dl> 1575 </dl>
1576 <a NAME="Subversion.vcsRegisteredState" ID="Subversion.vcsRegisteredState"></a> 1576 <a NAME="Subversion.vcsRegisteredState" ID="Subversion.vcsRegisteredState"></a>
1586 <dd> 1586 <dd>
1587 filename to check (string) 1587 filename to check (string)
1588 </dd> 1588 </dd>
1589 </dl> 1589 </dl>
1590 <dl> 1590 <dl>
1591 <dt>Returns:</dt> 1591 <dt>Return:</dt>
1592 <dd> 1592 <dd>
1593 a combination of canBeCommited and canBeAdded 1593 a combination of canBeCommited and canBeAdded
1594 </dd> 1594 </dd>
1595 </dl> 1595 </dl>
1596 <a NAME="Subversion.vcsRemove" ID="Subversion.vcsRemove"></a> 1596 <a NAME="Subversion.vcsRemove" ID="Subversion.vcsRemove"></a>
1620 <dd> 1620 <dd>
1621 flag indicating quiet operations 1621 flag indicating quiet operations
1622 </dd> 1622 </dd>
1623 </dl> 1623 </dl>
1624 <dl> 1624 <dl>
1625 <dt>Returns:</dt> 1625 <dt>Return:</dt>
1626 <dd> 1626 <dd>
1627 flag indicating successfull operation (boolean) 1627 flag indicating successfull operation (boolean)
1628 </dd> 1628 </dd>
1629 </dl> 1629 </dl>
1630 <a NAME="Subversion.vcsRepositoryInfos" ID="Subversion.vcsRepositoryInfos"></a> 1630 <a NAME="Subversion.vcsRepositoryInfos" ID="Subversion.vcsRepositoryInfos"></a>
1640 <dd> 1640 <dd>
1641 local path to get the repository infos (string) 1641 local path to get the repository infos (string)
1642 </dd> 1642 </dd>
1643 </dl> 1643 </dl>
1644 <dl> 1644 <dl>
1645 <dt>Returns:</dt> 1645 <dt>Return:</dt>
1646 <dd> 1646 <dd>
1647 string with ready formated info for display (string) 1647 string with ready formated info for display (string)
1648 </dd> 1648 </dd>
1649 </dl> 1649 </dl>
1650 <a NAME="Subversion.vcsRevert" ID="Subversion.vcsRevert"></a> 1650 <a NAME="Subversion.vcsRevert" ID="Subversion.vcsRevert"></a>
1697 <dd> 1697 <dd>
1698 directory name to be switched (string) 1698 directory name to be switched (string)
1699 </dd> 1699 </dd>
1700 </dl> 1700 </dl>
1701 <dl> 1701 <dl>
1702 <dt>Returns:</dt> 1702 <dt>Return:</dt>
1703 <dd> 1703 <dd>
1704 flag indicating, that the switch contained an add 1704 flag indicating, that the switch contained an add
1705 or delete (boolean) 1705 or delete (boolean)
1706 </dd> 1706 </dd>
1707 </dl> 1707 </dl>
1739 <dd> 1739 <dd>
1740 flag indicating quiet operations (boolean) 1740 flag indicating quiet operations (boolean)
1741 </dd> 1741 </dd>
1742 </dl> 1742 </dl>
1743 <dl> 1743 <dl>
1744 <dt>Returns:</dt> 1744 <dt>Return:</dt>
1745 <dd> 1745 <dd>
1746 flag indicating, that the update contained an add 1746 flag indicating, that the update contained an add
1747 or delete (boolean) 1747 or delete (boolean)
1748 </dd> 1748 </dd>
1749 </dl> 1749 </dl>

eric ide

mercurial