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

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 10259
b51dfacef37f
child 10441
a79201e0e149
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
348 <p> 348 <p>
349 Constructor 349 Constructor
350 </p> 350 </p>
351 <dl> 351 <dl>
352 352
353 <dt><i>plugin</i></dt> 353 <dt><i>plugin</i> (VcsSubversionPlugin)</dt>
354 <dd> 354 <dd>
355 reference to the plugin object 355 reference to the plugin object
356 </dd> 356 </dd>
357 <dt><i>parent</i></dt> 357 <dt><i>parent</i> (QWidget)</dt>
358 <dd> 358 <dd>
359 parent widget (QWidget) 359 parent widget
360 </dd> 360 </dd>
361 <dt><i>name</i></dt> 361 <dt><i>name</i> (str)</dt>
362 <dd> 362 <dd>
363 name of this object (string) 363 name of this object
364 </dd> 364 </dd>
365 </dl> 365 </dl>
366 <a NAME="Subversion.__svnGetFileForRevision" ID="Subversion.__svnGetFileForRevision"></a> 366 <a NAME="Subversion.__svnGetFileForRevision" ID="Subversion.__svnGetFileForRevision"></a>
367 <h4>Subversion.__svnGetFileForRevision</h4> 367 <h4>Subversion.__svnGetFileForRevision</h4>
368 <b>__svnGetFileForRevision</b>(<i>name, rev=""</i>) 368 <b>__svnGetFileForRevision</b>(<i>name, rev=""</i>)
371 Private method to get a file for a specific revision from the 371 Private method to get a file for a specific revision from the
372 repository. 372 repository.
373 </p> 373 </p>
374 <dl> 374 <dl>
375 375
376 <dt><i>name</i></dt> 376 <dt><i>name</i> (str)</dt>
377 <dd> 377 <dd>
378 file name to get from the repository (string) 378 file name to get from the repository
379 </dd> 379 </dd>
380 <dt><i>rev</i></dt> 380 <dt><i>rev</i> (int or str)</dt>
381 <dd> 381 <dd>
382 revision to retrieve (integer or string) 382 revision to retrieve
383 </dd> 383 </dd>
384 </dl> 384 </dl>
385 <dl> 385 <dl>
386 <dt>Return:</dt> 386 <dt>Return:</dt>
387 <dd> 387 <dd>
388 contents of the file (string) and an error message (string) 388 contents of the file (string) and an error message
389 </dd>
390 </dl>
391 <dl>
392 <dt>Return Type:</dt>
393 <dd>
394 str
389 </dd> 395 </dd>
390 </dl> 396 </dl>
391 <a NAME="Subversion.__svnURL" ID="Subversion.__svnURL"></a> 397 <a NAME="Subversion.__svnURL" ID="Subversion.__svnURL"></a>
392 <h4>Subversion.__svnURL</h4> 398 <h4>Subversion.__svnURL</h4>
393 <b>__svnURL</b>(<i>url</i>) 399 <b>__svnURL</b>(<i>url</i>)
395 <p> 401 <p>
396 Private method to format a url for subversion. 402 Private method to format a url for subversion.
397 </p> 403 </p>
398 <dl> 404 <dl>
399 405
400 <dt><i>url</i></dt> 406 <dt><i>url</i> (str)</dt>
401 <dd> 407 <dd>
402 unformatted url string (string) 408 unformatted url string
403 </dd> 409 </dd>
404 </dl> 410 </dl>
405 <dl> 411 <dl>
406 <dt>Return:</dt> 412 <dt>Return:</dt>
407 <dd> 413 <dd>
408 properly formated url for subversion (string) 414 properly formated url for subversion
415 </dd>
416 </dl>
417 <dl>
418 <dt>Return Type:</dt>
419 <dd>
420 str
409 </dd> 421 </dd>
410 </dl> 422 </dl>
411 <a NAME="Subversion.__vcsAllRegisteredStates_wc" ID="Subversion.__vcsAllRegisteredStates_wc"></a> 423 <a NAME="Subversion.__vcsAllRegisteredStates_wc" ID="Subversion.__vcsAllRegisteredStates_wc"></a>
412 <h4>Subversion.__vcsAllRegisteredStates_wc</h4> 424 <h4>Subversion.__vcsAllRegisteredStates_wc</h4>
413 <b>__vcsAllRegisteredStates_wc</b>(<i>names, dname, shortcut=True</i>) 425 <b>__vcsAllRegisteredStates_wc</b>(<i>names, dname, shortcut=True</i>)
425 if the named directory has been scanned already. If so, it is assumed, 437 if the named directory has been scanned already. If so, it is assumed,
426 that the states for all files has been populated by the previous run. 438 that the states for all files has been populated by the previous run.
427 </p> 439 </p>
428 <dl> 440 <dl>
429 441
430 <dt><i>names</i></dt> 442 <dt><i>names</i> (dict)</dt>
431 <dd> 443 <dd>
432 dictionary with all filenames to be checked as keys 444 dictionary with all filenames to be checked as keys
433 </dd> 445 </dd>
434 <dt><i>dname</i></dt> 446 <dt><i>dname</i> (str)</dt>
435 <dd> 447 <dd>
436 directory to check in (string) 448 directory to check in
437 </dd> 449 </dd>
438 <dt><i>shortcut</i></dt> 450 <dt><i>shortcut</i> (bool)</dt>
439 <dd> 451 <dd>
440 flag indicating a shortcut should be taken (boolean) 452 flag indicating a shortcut should be taken
441 </dd> 453 </dd>
442 </dl> 454 </dl>
443 <dl> 455 <dl>
444 <dt>Return:</dt> 456 <dt>Return:</dt>
445 <dd> 457 <dd>
446 the received dictionary completed with a combination of 458 the received dictionary completed with a combination of
447 canBeCommited and canBeAdded or None in order to signal an error 459 canBeCommited and canBeAdded or None in order to signal an error
460 </dd>
461 </dl>
462 <dl>
463 <dt>Return Type:</dt>
464 <dd>
465 dict
448 </dd> 466 </dd>
449 </dl> 467 </dl>
450 <a NAME="Subversion.__vcsAllRegisteredStates_wcng" ID="Subversion.__vcsAllRegisteredStates_wcng"></a> 468 <a NAME="Subversion.__vcsAllRegisteredStates_wcng" ID="Subversion.__vcsAllRegisteredStates_wcng"></a>
451 <h4>Subversion.__vcsAllRegisteredStates_wcng</h4> 469 <h4>Subversion.__vcsAllRegisteredStates_wcng</h4>
452 <b>__vcsAllRegisteredStates_wcng</b>(<i>names, dname</i>) 470 <b>__vcsAllRegisteredStates_wcng</b>(<i>names, dname</i>)
464 if the named directory has been scanned already. If so, it is assumed, 482 if the named directory has been scanned already. If so, it is assumed,
465 that the states for all files has been populated by the previous run. 483 that the states for all files has been populated by the previous run.
466 </p> 484 </p>
467 <dl> 485 <dl>
468 486
469 <dt><i>names</i></dt> 487 <dt><i>names</i> (dict)</dt>
470 <dd> 488 <dd>
471 dictionary with all filenames to be checked as keys 489 dictionary with all filenames to be checked as keys
472 </dd> 490 </dd>
473 <dt><i>dname</i></dt> 491 <dt><i>dname</i> (str)</dt>
474 <dd> 492 <dd>
475 directory to check in (string) 493 directory to check in
476 </dd> 494 </dd>
477 </dl> 495 </dl>
478 <dl> 496 <dl>
479 <dt>Return:</dt> 497 <dt>Return:</dt>
480 <dd> 498 <dd>
481 the received dictionary completed with a combination of 499 the received dictionary completed with a combination of
482 canBeCommited and canBeAdded or None in order to signal an error 500 canBeCommited and canBeAdded or None in order to signal an error
501 </dd>
502 </dl>
503 <dl>
504 <dt>Return Type:</dt>
505 <dd>
506 dict
483 </dd> 507 </dd>
484 </dl> 508 </dl>
485 <a NAME="Subversion.__vcsCommit_Step2" ID="Subversion.__vcsCommit_Step2"></a> 509 <a NAME="Subversion.__vcsCommit_Step2" ID="Subversion.__vcsCommit_Step2"></a>
486 <h4>Subversion.__vcsCommit_Step2</h4> 510 <h4>Subversion.__vcsCommit_Step2</h4>
487 <b>__vcsCommit_Step2</b>(<i></i>) 511 <b>__vcsCommit_Step2</b>(<i></i>)
500 This is the variant for subversion installations using the old working 524 This is the variant for subversion installations using the old working
501 copy meta-data format. 525 copy meta-data format.
502 </p> 526 </p>
503 <dl> 527 <dl>
504 528
505 <dt><i>name</i></dt> 529 <dt><i>name</i> (str)</dt>
506 <dd> 530 <dd>
507 filename to check (string) 531 filename to check
508 </dd> 532 </dd>
509 </dl> 533 </dl>
510 <dl> 534 <dl>
511 <dt>Return:</dt> 535 <dt>Return:</dt>
512 <dd> 536 <dd>
513 a combination of canBeCommited and canBeAdded 537 registered state (one of canBeCommited and canBeAdded)
538 </dd>
539 </dl>
540 <dl>
541 <dt>Return Type:</dt>
542 <dd>
543 int
514 </dd> 544 </dd>
515 </dl> 545 </dl>
516 <a NAME="Subversion.__vcsRegisteredState_wcng" ID="Subversion.__vcsRegisteredState_wcng"></a> 546 <a NAME="Subversion.__vcsRegisteredState_wcng" ID="Subversion.__vcsRegisteredState_wcng"></a>
517 <h4>Subversion.__vcsRegisteredState_wcng</h4> 547 <h4>Subversion.__vcsRegisteredState_wcng</h4>
518 <b>__vcsRegisteredState_wcng</b>(<i>name</i>) 548 <b>__vcsRegisteredState_wcng</b>(<i>name</i>)
524 This is the variant for subversion installations using the new 554 This is the variant for subversion installations using the new
525 working copy meta-data format. 555 working copy meta-data format.
526 </p> 556 </p>
527 <dl> 557 <dl>
528 558
529 <dt><i>name</i></dt> 559 <dt><i>name</i> (str)</dt>
530 <dd> 560 <dd>
531 filename to check (string) 561 filename to check
532 </dd> 562 </dd>
533 </dl> 563 </dl>
534 <dl> 564 <dl>
535 <dt>Return:</dt> 565 <dt>Return:</dt>
536 <dd> 566 <dd>
537 a combination of canBeCommited and canBeAdded 567 registered state (one of canBeCommited and canBeAdded)
568 </dd>
569 </dl>
570 <dl>
571 <dt>Return Type:</dt>
572 <dd>
573 int
538 </dd> 574 </dd>
539 </dl> 575 </dl>
540 <a NAME="Subversion._createStatusMonitorThread" ID="Subversion._createStatusMonitorThread"></a> 576 <a NAME="Subversion._createStatusMonitorThread" ID="Subversion._createStatusMonitorThread"></a>
541 <h4>Subversion._createStatusMonitorThread</h4> 577 <h4>Subversion._createStatusMonitorThread</h4>
542 <b>_createStatusMonitorThread</b>(<i>interval, project</i>) 578 <b>_createStatusMonitorThread</b>(<i>interval, project</i>)
545 Protected method to create an instance of the VCS status monitor 581 Protected method to create an instance of the VCS status monitor
546 thread. 582 thread.
547 </p> 583 </p>
548 <dl> 584 <dl>
549 585
550 <dt><i>interval</i></dt> 586 <dt><i>interval</i> (int)</dt>
551 <dd> 587 <dd>
552 check interval for the monitor thread in seconds 588 check interval for the monitor thread in seconds
553 (integer) 589 </dd>
554 </dd> 590 <dt><i>project</i> (Project)</dt>
555 <dt><i>project</i></dt>
556 <dd> 591 <dd>
557 reference to the project object 592 reference to the project object
558 </dd> 593 </dd>
559 </dl> 594 </dl>
560 <dl> 595 <dl>
561 <dt>Return:</dt> 596 <dt>Return:</dt>
562 <dd> 597 <dd>
563 reference to the monitor thread (QThread) 598 reference to the monitor thread
599 </dd>
600 </dl>
601 <dl>
602 <dt>Return Type:</dt>
603 <dd>
604 SvnStatusMonitorThread
564 </dd> 605 </dd>
565 </dl> 606 </dl>
566 <a NAME="Subversion.clearStatusCache" ID="Subversion.clearStatusCache"></a> 607 <a NAME="Subversion.clearStatusCache" ID="Subversion.clearStatusCache"></a>
567 <h4>Subversion.clearStatusCache</h4> 608 <h4>Subversion.clearStatusCache</h4>
568 <b>clearStatusCache</b>(<i></i>) 609 <b>clearStatusCache</b>(<i></i>)
578 Public method to get a reference to the plugin object. 619 Public method to get a reference to the plugin object.
579 </p> 620 </p>
580 <dl> 621 <dl>
581 <dt>Return:</dt> 622 <dt>Return:</dt>
582 <dd> 623 <dd>
583 reference to the plugin object (VcsSubversionPlugin) 624 reference to the plugin object
625 </dd>
626 </dl>
627 <dl>
628 <dt>Return Type:</dt>
629 <dd>
630 VcsSubversionPlugin
584 </dd> 631 </dd>
585 </dl> 632 </dl>
586 <a NAME="Subversion.svnAddToChangelist" ID="Subversion.svnAddToChangelist"></a> 633 <a NAME="Subversion.svnAddToChangelist" ID="Subversion.svnAddToChangelist"></a>
587 <h4>Subversion.svnAddToChangelist</h4> 634 <h4>Subversion.svnAddToChangelist</h4>
588 <b>svnAddToChangelist</b>(<i>names</i>) 635 <b>svnAddToChangelist</b>(<i>names</i>)
593 <p> 640 <p>
594 Note: Directories will be added recursively. 641 Note: Directories will be added recursively.
595 </p> 642 </p>
596 <dl> 643 <dl>
597 644
598 <dt><i>names</i></dt> 645 <dt><i>names</i> (str or list of str)</dt>
599 <dd> 646 <dd>
600 name or list of names of file or directory to add 647 name or list of names of file or directory to add
601 (string)
602 </dd> 648 </dd>
603 </dl> 649 </dl>
604 <a NAME="Subversion.svnBlame" ID="Subversion.svnBlame"></a> 650 <a NAME="Subversion.svnBlame" ID="Subversion.svnBlame"></a>
605 <h4>Subversion.svnBlame</h4> 651 <h4>Subversion.svnBlame</h4>
606 <b>svnBlame</b>(<i>name</i>) 652 <b>svnBlame</b>(<i>name</i>)
608 <p> 654 <p>
609 Public method to show the output of the svn blame command. 655 Public method to show the output of the svn blame command.
610 </p> 656 </p>
611 <dl> 657 <dl>
612 658
613 <dt><i>name</i></dt> 659 <dt><i>name</i> (str)</dt>
614 <dd> 660 <dd>
615 file name to show the blame for (string) 661 file name to show the blame for
616 </dd> 662 </dd>
617 </dl> 663 </dl>
618 <a NAME="Subversion.svnCopy" ID="Subversion.svnCopy"></a> 664 <a NAME="Subversion.svnCopy" ID="Subversion.svnCopy"></a>
619 <h4>Subversion.svnCopy</h4> 665 <h4>Subversion.svnCopy</h4>
620 <b>svnCopy</b>(<i>name, project</i>) 666 <b>svnCopy</b>(<i>name, project</i>)
622 <p> 668 <p>
623 Public method used to copy a file/directory. 669 Public method used to copy a file/directory.
624 </p> 670 </p>
625 <dl> 671 <dl>
626 672
627 <dt><i>name</i></dt> 673 <dt><i>name</i> (str)</dt>
628 <dd> 674 <dd>
629 file/directory name to be copied (string) 675 file/directory name to be copied
630 </dd> 676 </dd>
631 <dt><i>project</i></dt> 677 <dt><i>project</i> (Project)</dt>
632 <dd> 678 <dd>
633 reference to the project object 679 reference to the project object
634 </dd> 680 </dd>
635 </dl> 681 </dl>
636 <dl> 682 <dl>
637 <dt>Return:</dt> 683 <dt>Return:</dt>
638 <dd> 684 <dd>
639 flag indicating successfull operation (boolean) 685 flag indicating successfull operation
686 </dd>
687 </dl>
688 <dl>
689 <dt>Return Type:</dt>
690 <dd>
691 bool
640 </dd> 692 </dd>
641 </dl> 693 </dl>
642 <a NAME="Subversion.svnDelProp" ID="Subversion.svnDelProp"></a> 694 <a NAME="Subversion.svnDelProp" ID="Subversion.svnDelProp"></a>
643 <h4>Subversion.svnDelProp</h4> 695 <h4>Subversion.svnDelProp</h4>
644 <b>svnDelProp</b>(<i>name, recursive=False</i>) 696 <b>svnDelProp</b>(<i>name, recursive=False</i>)
646 <p> 698 <p>
647 Public method used to delete a property of a file/directory. 699 Public method used to delete a property of a file/directory.
648 </p> 700 </p>
649 <dl> 701 <dl>
650 702
651 <dt><i>name</i></dt> 703 <dt><i>name</i> (str or list of str)</dt>
652 <dd> 704 <dd>
653 file/directory name (string or list of strings) 705 file/directory name
654 </dd> 706 </dd>
655 <dt><i>recursive</i></dt> 707 <dt><i>recursive</i> (bool)</dt>
656 <dd> 708 <dd>
657 flag indicating a recursive list is requested 709 flag indicating a recursive list is requested
658 </dd> 710 </dd>
659 </dl> 711 </dl>
660 <a NAME="Subversion.svnExtendedDiff" ID="Subversion.svnExtendedDiff"></a> 712 <a NAME="Subversion.svnExtendedDiff" ID="Subversion.svnExtendedDiff"></a>
674 <p> 726 <p>
675 This method gives the chance to enter the revisions to be compared. 727 This method gives the chance to enter the revisions to be compared.
676 </p> 728 </p>
677 <dl> 729 <dl>
678 730
679 <dt><i>name</i></dt> 731 <dt><i>name</i> (str)</dt>
680 <dd> 732 <dd>
681 file/directory name to be diffed (string) 733 file/directory name to be diffed
682 </dd> 734 </dd>
683 </dl> 735 </dl>
684 <a NAME="Subversion.svnGetChangelists" ID="Subversion.svnGetChangelists"></a> 736 <a NAME="Subversion.svnGetChangelists" ID="Subversion.svnGetChangelists"></a>
685 <h4>Subversion.svnGetChangelists</h4> 737 <h4>Subversion.svnGetChangelists</h4>
686 <b>svnGetChangelists</b>(<i></i>) 738 <b>svnGetChangelists</b>(<i></i>)
689 Public method to get a list of all defined change lists. 741 Public method to get a list of all defined change lists.
690 </p> 742 </p>
691 <dl> 743 <dl>
692 <dt>Return:</dt> 744 <dt>Return:</dt>
693 <dd> 745 <dd>
694 list of defined change list names (list of strings) 746 list of defined change list names
747 </dd>
748 </dl>
749 <dl>
750 <dt>Return Type:</dt>
751 <dd>
752 list of str
695 </dd> 753 </dd>
696 </dl> 754 </dl>
697 <a NAME="Subversion.svnGetReposName" ID="Subversion.svnGetReposName"></a> 755 <a NAME="Subversion.svnGetReposName" ID="Subversion.svnGetReposName"></a>
698 <h4>Subversion.svnGetReposName</h4> 756 <h4>Subversion.svnGetReposName</h4>
699 <b>svnGetReposName</b>(<i>path</i>) 757 <b>svnGetReposName</b>(<i>path</i>)
702 Public method used to retrieve the URL of the subversion repository 760 Public method used to retrieve the URL of the subversion repository
703 path. 761 path.
704 </p> 762 </p>
705 <dl> 763 <dl>
706 764
707 <dt><i>path</i></dt> 765 <dt><i>path</i> (str)</dt>
708 <dd> 766 <dd>
709 local path to get the svn repository path for (string) 767 local path to get the svn repository path for
710 </dd> 768 </dd>
711 </dl> 769 </dl>
712 <dl> 770 <dl>
713 <dt>Return:</dt> 771 <dt>Return:</dt>
714 <dd> 772 <dd>
715 string with the repository path URL 773 string with the repository path URL
774 </dd>
775 </dl>
776 <dl>
777 <dt>Return Type:</dt>
778 <dd>
779 str
716 </dd> 780 </dd>
717 </dl> 781 </dl>
718 <a NAME="Subversion.svnListProps" ID="Subversion.svnListProps"></a> 782 <a NAME="Subversion.svnListProps" ID="Subversion.svnListProps"></a>
719 <h4>Subversion.svnListProps</h4> 783 <h4>Subversion.svnListProps</h4>
720 <b>svnListProps</b>(<i>name, recursive=False</i>) 784 <b>svnListProps</b>(<i>name, recursive=False</i>)
722 <p> 786 <p>
723 Public method used to list the properties of a file/directory. 787 Public method used to list the properties of a file/directory.
724 </p> 788 </p>
725 <dl> 789 <dl>
726 790
727 <dt><i>name</i></dt> 791 <dt><i>name</i> (str or list of str)</dt>
728 <dd> 792 <dd>
729 file/directory name (string or list of strings) 793 file/directory name
730 </dd> 794 </dd>
731 <dt><i>recursive</i></dt> 795 <dt><i>recursive</i> (bool)</dt>
732 <dd> 796 <dd>
733 flag indicating a recursive list is requested 797 flag indicating a recursive list is requested
734 </dd> 798 </dd>
735 </dl> 799 </dl>
736 <a NAME="Subversion.svnListTagBranch" ID="Subversion.svnListTagBranch"></a> 800 <a NAME="Subversion.svnListTagBranch" ID="Subversion.svnListTagBranch"></a>
740 <p> 804 <p>
741 Public method used to list the available tags or branches. 805 Public method used to list the available tags or branches.
742 </p> 806 </p>
743 <dl> 807 <dl>
744 808
745 <dt><i>path</i></dt> 809 <dt><i>path</i> (str)</dt>
746 <dd> 810 <dd>
747 directory name of the project (string) 811 directory name of the project
748 </dd> 812 </dd>
749 <dt><i>tags</i></dt> 813 <dt><i>tags</i> (bool)</dt>
750 <dd> 814 <dd>
751 flag indicating listing of branches or tags 815 flag indicating listing of branches or tags
752 (False = branches, True = tags) 816 (False = branches, True = tags)
753 </dd> 817 </dd>
754 </dl> 818 </dl>
755 <a NAME="Subversion.svnLock" ID="Subversion.svnLock"></a> 819 <a NAME="Subversion.svnLock" ID="Subversion.svnLock"></a>
756 <h4>Subversion.svnLock</h4> 820 <h4>Subversion.svnLock</h4>
757 <b>svnLock</b>(<i>name, stealIt=False, parent=None</i>) 821 <b>svnLock</b>(<i>name, stealIt=False, parent=None</i>)
759 <p> 823 <p>
760 Public method used to lock a file in the Subversion repository. 824 Public method used to lock a file in the Subversion repository.
761 </p> 825 </p>
762 <dl> 826 <dl>
763 827
764 <dt><i>name</i></dt> 828 <dt><i>name</i> (str or list of str)</dt>
765 <dd> 829 <dd>
766 file/directory name to be locked (string or list of 830 file/directory name to be locked
767 strings) 831 </dd>
768 </dd> 832 <dt><i>stealIt</i> (bool)</dt>
769 <dt><i>stealIt</i></dt> 833 <dd>
770 <dd> 834 flag indicating a forced operation
771 flag indicating a forced operation (boolean) 835 </dd>
772 </dd> 836 <dt><i>parent</i> (QWidget)</dt>
773 <dt><i>parent</i></dt>
774 <dd> 837 <dd>
775 reference to the parent object of the subversion dialog 838 reference to the parent object of the subversion dialog
776 (QWidget)
777 </dd> 839 </dd>
778 </dl> 840 </dl>
779 <a NAME="Subversion.svnNormalizeURL" ID="Subversion.svnNormalizeURL"></a> 841 <a NAME="Subversion.svnNormalizeURL" ID="Subversion.svnNormalizeURL"></a>
780 <h4>Subversion.svnNormalizeURL</h4> 842 <h4>Subversion.svnNormalizeURL</h4>
781 <b>svnNormalizeURL</b>(<i>url</i>) 843 <b>svnNormalizeURL</b>(<i>url</i>)
783 <p> 845 <p>
784 Public method to normalize a url for subversion. 846 Public method to normalize a url for subversion.
785 </p> 847 </p>
786 <dl> 848 <dl>
787 849
788 <dt><i>url</i></dt> 850 <dt><i>url</i> (str)</dt>
789 <dd> 851 <dd>
790 url string (string) 852 url string
791 </dd> 853 </dd>
792 </dl> 854 </dl>
793 <dl> 855 <dl>
794 <dt>Return:</dt> 856 <dt>Return:</dt>
795 <dd> 857 <dd>
796 properly normalized url for subversion (string) 858 properly normalized url for subversion
859 </dd>
860 </dl>
861 <dl>
862 <dt>Return Type:</dt>
863 <dd>
864 str
797 </dd> 865 </dd>
798 </dl> 866 </dl>
799 <a NAME="Subversion.svnRelocate" ID="Subversion.svnRelocate"></a> 867 <a NAME="Subversion.svnRelocate" ID="Subversion.svnRelocate"></a>
800 <h4>Subversion.svnRelocate</h4> 868 <h4>Subversion.svnRelocate</h4>
801 <b>svnRelocate</b>(<i>projectPath</i>) 869 <b>svnRelocate</b>(<i>projectPath</i>)
803 <p> 871 <p>
804 Public method to relocate the working copy to a new repository URL. 872 Public method to relocate the working copy to a new repository URL.
805 </p> 873 </p>
806 <dl> 874 <dl>
807 875
808 <dt><i>projectPath</i></dt> 876 <dt><i>projectPath</i> (str)</dt>
809 <dd> 877 <dd>
810 path name of the project (string) 878 path name of the project
811 </dd> 879 </dd>
812 </dl> 880 </dl>
813 <a NAME="Subversion.svnRemoveFromChangelist" ID="Subversion.svnRemoveFromChangelist"></a> 881 <a NAME="Subversion.svnRemoveFromChangelist" ID="Subversion.svnRemoveFromChangelist"></a>
814 <h4>Subversion.svnRemoveFromChangelist</h4> 882 <h4>Subversion.svnRemoveFromChangelist</h4>
815 <b>svnRemoveFromChangelist</b>(<i>names</i>) 883 <b>svnRemoveFromChangelist</b>(<i>names</i>)
820 <p> 888 <p>
821 Note: Directories will be removed recursively. 889 Note: Directories will be removed recursively.
822 </p> 890 </p>
823 <dl> 891 <dl>
824 892
825 <dt><i>names</i></dt> 893 <dt><i>names</i> (str or list of str)</dt>
826 <dd> 894 <dd>
827 name or list of names of file or directory to remove 895 name or list of names of file or directory to remove
828 (string)
829 </dd> 896 </dd>
830 </dl> 897 </dl>
831 <a NAME="Subversion.svnRepoBrowser" ID="Subversion.svnRepoBrowser"></a> 898 <a NAME="Subversion.svnRepoBrowser" ID="Subversion.svnRepoBrowser"></a>
832 <h4>Subversion.svnRepoBrowser</h4> 899 <h4>Subversion.svnRepoBrowser</h4>
833 <b>svnRepoBrowser</b>(<i>projectPath=None</i>) 900 <b>svnRepoBrowser</b>(<i>projectPath=None</i>)
835 <p> 902 <p>
836 Public method to open the repository browser. 903 Public method to open the repository browser.
837 </p> 904 </p>
838 <dl> 905 <dl>
839 906
840 <dt><i>projectPath</i></dt> 907 <dt><i>projectPath</i> (str)</dt>
841 <dd> 908 <dd>
842 path name of the project (string) 909 path name of the project
843 </dd> 910 </dd>
844 </dl> 911 </dl>
845 <a NAME="Subversion.svnSetProp" ID="Subversion.svnSetProp"></a> 912 <a NAME="Subversion.svnSetProp" ID="Subversion.svnSetProp"></a>
846 <h4>Subversion.svnSetProp</h4> 913 <h4>Subversion.svnSetProp</h4>
847 <b>svnSetProp</b>(<i>name, recursive=False</i>) 914 <b>svnSetProp</b>(<i>name, recursive=False</i>)
849 <p> 916 <p>
850 Public method used to add a property to a file/directory. 917 Public method used to add a property to a file/directory.
851 </p> 918 </p>
852 <dl> 919 <dl>
853 920
854 <dt><i>name</i></dt> 921 <dt><i>name</i> (str or list of str)</dt>
855 <dd> 922 <dd>
856 file/directory name (string or list of strings) 923 file/directory name
857 </dd> 924 </dd>
858 <dt><i>recursive</i></dt> 925 <dt><i>recursive</i> (bool)</dt>
859 <dd> 926 <dd>
860 flag indicating a recursive list is requested 927 flag indicating a recursive list is requested
861 </dd> 928 </dd>
862 </dl> 929 </dl>
863 <a NAME="Subversion.svnShowChangelists" ID="Subversion.svnShowChangelists"></a> 930 <a NAME="Subversion.svnShowChangelists" ID="Subversion.svnShowChangelists"></a>
867 <p> 934 <p>
868 Public method used to inspect the change lists defined for the project. 935 Public method used to inspect the change lists defined for the project.
869 </p> 936 </p>
870 <dl> 937 <dl>
871 938
872 <dt><i>path</i></dt> 939 <dt><i>path</i> (str)</dt>
873 <dd> 940 <dd>
874 directory name to show change lists for (string) 941 directory name to show change lists for
875 </dd> 942 </dd>
876 </dl> 943 </dl>
877 <a NAME="Subversion.svnUnlock" ID="Subversion.svnUnlock"></a> 944 <a NAME="Subversion.svnUnlock" ID="Subversion.svnUnlock"></a>
878 <h4>Subversion.svnUnlock</h4> 945 <h4>Subversion.svnUnlock</h4>
879 <b>svnUnlock</b>(<i>name, breakIt=False, parent=None</i>) 946 <b>svnUnlock</b>(<i>name, breakIt=False, parent=None</i>)
881 <p> 948 <p>
882 Public method used to unlock a file in the Subversion repository. 949 Public method used to unlock a file in the Subversion repository.
883 </p> 950 </p>
884 <dl> 951 <dl>
885 952
886 <dt><i>name</i></dt> 953 <dt><i>name</i> (str or list of str)</dt>
887 <dd> 954 <dd>
888 file/directory name to be unlocked (string or list of 955 file/directory name to be unlocked
889 strings) 956 </dd>
890 </dd> 957 <dt><i>breakIt</i> (bool)</dt>
891 <dt><i>breakIt</i></dt> 958 <dd>
892 <dd> 959 flag indicating a forced operation
893 flag indicating a forced operation (boolean) 960 </dd>
894 </dd> 961 <dt><i>parent</i> (QWidget)</dt>
895 <dt><i>parent</i></dt>
896 <dd> 962 <dd>
897 reference to the parent object of the subversion dialog 963 reference to the parent object of the subversion dialog
898 (QWidget)
899 </dd> 964 </dd>
900 </dl> 965 </dl>
901 <a NAME="Subversion.svnUpgrade" ID="Subversion.svnUpgrade"></a> 966 <a NAME="Subversion.svnUpgrade" ID="Subversion.svnUpgrade"></a>
902 <h4>Subversion.svnUpgrade</h4> 967 <h4>Subversion.svnUpgrade</h4>
903 <b>svnUpgrade</b>(<i>path</i>) 968 <b>svnUpgrade</b>(<i>path</i>)
905 <p> 970 <p>
906 Public method to upgrade the working copy format. 971 Public method to upgrade the working copy format.
907 </p> 972 </p>
908 <dl> 973 <dl>
909 974
910 <dt><i>path</i></dt> 975 <dt><i>path</i> (str)</dt>
911 <dd> 976 <dd>
912 directory name to show change lists for (string) 977 directory name to show change lists for
913 </dd> 978 </dd>
914 </dl> 979 </dl>
915 <a NAME="Subversion.svnUrlDiff" ID="Subversion.svnUrlDiff"></a> 980 <a NAME="Subversion.svnUrlDiff" ID="Subversion.svnUrlDiff"></a>
916 <h4>Subversion.svnUrlDiff</h4> 981 <h4>Subversion.svnUrlDiff</h4>
917 <b>svnUrlDiff</b>(<i>name</i>) 982 <b>svnUrlDiff</b>(<i>name</i>)
929 <p> 994 <p>
930 This method gives the chance to enter the revisions to be compared. 995 This method gives the chance to enter the revisions to be compared.
931 </p> 996 </p>
932 <dl> 997 <dl>
933 998
934 <dt><i>name</i></dt> 999 <dt><i>name</i> (str)</dt>
935 <dd> 1000 <dd>
936 file/directory name to be diffed (string) 1001 file/directory name to be diffed
937 </dd> 1002 </dd>
938 </dl> 1003 </dl>
939 <a NAME="Subversion.vcsAdd" ID="Subversion.vcsAdd"></a> 1004 <a NAME="Subversion.vcsAdd" ID="Subversion.vcsAdd"></a>
940 <h4>Subversion.vcsAdd</h4> 1005 <h4>Subversion.vcsAdd</h4>
941 <b>vcsAdd</b>(<i>name, isDir=False, noDialog=False</i>) 1006 <b>vcsAdd</b>(<i>name, isDir=False, noDialog=False</i>)
944 Public method used to add a file/directory to the Subversion 1009 Public method used to add a file/directory to the Subversion
945 repository. 1010 repository.
946 </p> 1011 </p>
947 <dl> 1012 <dl>
948 1013
949 <dt><i>name</i></dt> 1014 <dt><i>name</i> (str)</dt>
950 <dd> 1015 <dd>
951 file/directory name to be added (string) 1016 file/directory name to be added
952 </dd> 1017 </dd>
953 <dt><i>isDir</i></dt> 1018 <dt><i>isDir</i> (bool)</dt>
954 <dd> 1019 <dd>
955 flag indicating name is a directory (boolean) 1020 flag indicating name is a directory
956 </dd> 1021 </dd>
957 <dt><i>noDialog</i></dt> 1022 <dt><i>noDialog</i> (bool)</dt>
958 <dd> 1023 <dd>
959 flag indicating quiet operations 1024 flag indicating quiet operations
960 </dd> 1025 </dd>
961 </dl> 1026 </dl>
962 <a NAME="Subversion.vcsAddBinary" ID="Subversion.vcsAddBinary"></a> 1027 <a NAME="Subversion.vcsAddBinary" ID="Subversion.vcsAddBinary"></a>
967 Public method used to add a file/directory in binary mode to the 1032 Public method used to add a file/directory in binary mode to the
968 Subversion repository. 1033 Subversion repository.
969 </p> 1034 </p>
970 <dl> 1035 <dl>
971 1036
972 <dt><i>name</i></dt> 1037 <dt><i>name</i> (str)</dt>
973 <dd> 1038 <dd>
974 file/directory name to be added (string) 1039 file/directory name to be added
975 </dd> 1040 </dd>
976 <dt><i>isDir</i></dt> 1041 <dt><i>isDir</i> (bool)</dt>
977 <dd> 1042 <dd>
978 flag indicating name is a directory (boolean) 1043 flag indicating name is a directory
979 </dd> 1044 </dd>
980 </dl> 1045 </dl>
981 <a NAME="Subversion.vcsAddCommitMessage" ID="Subversion.vcsAddCommitMessage"></a> 1046 <a NAME="Subversion.vcsAddCommitMessage" ID="Subversion.vcsAddCommitMessage"></a>
982 <h4>Subversion.vcsAddCommitMessage</h4> 1047 <h4>Subversion.vcsAddCommitMessage</h4>
983 <b>vcsAddCommitMessage</b>(<i>message</i>) 1048 <b>vcsAddCommitMessage</b>(<i>message</i>)
1000 Public method to add a directory tree rooted at path to the Subversion 1065 Public method to add a directory tree rooted at path to the Subversion
1001 repository. 1066 repository.
1002 </p> 1067 </p>
1003 <dl> 1068 <dl>
1004 1069
1005 <dt><i>path</i></dt> 1070 <dt><i>path</i> (str or list of str)</dt>
1006 <dd> 1071 <dd>
1007 root directory of the tree to be added (string or list of 1072 root directory of the tree to be added
1008 strings))
1009 </dd> 1073 </dd>
1010 </dl> 1074 </dl>
1011 <a NAME="Subversion.vcsAllRegisteredStates" ID="Subversion.vcsAllRegisteredStates"></a> 1075 <a NAME="Subversion.vcsAllRegisteredStates" ID="Subversion.vcsAllRegisteredStates"></a>
1012 <h4>Subversion.vcsAllRegisteredStates</h4> 1076 <h4>Subversion.vcsAllRegisteredStates</h4>
1013 <b>vcsAllRegisteredStates</b>(<i>names, dname, shortcut=True</i>) 1077 <b>vcsAllRegisteredStates</b>(<i>names, dname, shortcut=True</i>)
1021 if the named directory has been scanned already. If so, it is assumed, 1085 if the named directory has been scanned already. If so, it is assumed,
1022 that the states for all files have been populated by the previous run. 1086 that the states for all files have been populated by the previous run.
1023 </p> 1087 </p>
1024 <dl> 1088 <dl>
1025 1089
1026 <dt><i>names</i></dt> 1090 <dt><i>names</i> (dict)</dt>
1027 <dd> 1091 <dd>
1028 dictionary with all filenames to be checked as keys 1092 dictionary with all filenames to be checked as keys
1029 </dd> 1093 </dd>
1030 <dt><i>dname</i></dt> 1094 <dt><i>dname</i> (str)</dt>
1031 <dd> 1095 <dd>
1032 directory to check in (string) 1096 directory to check in
1033 </dd> 1097 </dd>
1034 <dt><i>shortcut</i></dt> 1098 <dt><i>shortcut</i> (bool)</dt>
1035 <dd> 1099 <dd>
1036 flag indicating a shortcut should be taken (boolean) 1100 flag indicating a shortcut should be taken
1037 </dd> 1101 </dd>
1038 </dl> 1102 </dl>
1039 <dl> 1103 <dl>
1040 <dt>Return:</dt> 1104 <dt>Return:</dt>
1041 <dd> 1105 <dd>
1042 the received dictionary completed with a combination of 1106 the received dictionary completed with a combination of
1043 canBeCommited and canBeAdded or None in order to signal an error 1107 canBeCommited and canBeAdded or None in order to signal an error
1108 </dd>
1109 </dl>
1110 <dl>
1111 <dt>Return Type:</dt>
1112 <dd>
1113 dict
1044 </dd> 1114 </dd>
1045 </dl> 1115 </dl>
1046 <a NAME="Subversion.vcsCheckout" ID="Subversion.vcsCheckout"></a> 1116 <a NAME="Subversion.vcsCheckout" ID="Subversion.vcsCheckout"></a>
1047 <h4>Subversion.vcsCheckout</h4> 1117 <h4>Subversion.vcsCheckout</h4>
1048 <b>vcsCheckout</b>(<i>vcsDataDict, projectDir, noDialog=False</i>) 1118 <b>vcsCheckout</b>(<i>vcsDataDict, projectDir, noDialog=False</i>)
1051 Public method used to check the project out of the Subversion 1121 Public method used to check the project out of the Subversion
1052 repository. 1122 repository.
1053 </p> 1123 </p>
1054 <dl> 1124 <dl>
1055 1125
1056 <dt><i>vcsDataDict</i></dt> 1126 <dt><i>vcsDataDict</i> (dict)</dt>
1057 <dd> 1127 <dd>
1058 dictionary of data required for the checkout 1128 dictionary of data required for the checkout
1059 </dd> 1129 </dd>
1060 <dt><i>projectDir</i></dt> 1130 <dt><i>projectDir</i> (str)</dt>
1061 <dd> 1131 <dd>
1062 project directory to create (string) 1132 project directory to create
1063 </dd> 1133 </dd>
1064 <dt><i>noDialog</i></dt> 1134 <dt><i>noDialog</i> (bool)</dt>
1065 <dd> 1135 <dd>
1066 flag indicating quiet operations 1136 flag indicating quiet operations
1067 </dd> 1137 </dd>
1068 </dl> 1138 </dl>
1069 <dl> 1139 <dl>
1070 <dt>Return:</dt> 1140 <dt>Return:</dt>
1071 <dd> 1141 <dd>
1072 flag indicating an execution without errors (boolean) 1142 flag indicating an execution without errors
1143 </dd>
1144 </dl>
1145 <dl>
1146 <dt>Return Type:</dt>
1147 <dd>
1148 bool
1073 </dd> 1149 </dd>
1074 </dl> 1150 </dl>
1075 <a NAME="Subversion.vcsCleanup" ID="Subversion.vcsCleanup"></a> 1151 <a NAME="Subversion.vcsCleanup" ID="Subversion.vcsCleanup"></a>
1076 <h4>Subversion.vcsCleanup</h4> 1152 <h4>Subversion.vcsCleanup</h4>
1077 <b>vcsCleanup</b>(<i>name</i>) 1153 <b>vcsCleanup</b>(<i>name</i>)
1079 <p> 1155 <p>
1080 Public method used to cleanup the working copy. 1156 Public method used to cleanup the working copy.
1081 </p> 1157 </p>
1082 <dl> 1158 <dl>
1083 1159
1084 <dt><i>name</i></dt> 1160 <dt><i>name</i> (str)</dt>
1085 <dd> 1161 <dd>
1086 directory name to be cleaned up (string) 1162 directory name to be cleaned up
1087 </dd> 1163 </dd>
1088 </dl> 1164 </dl>
1089 <a NAME="Subversion.vcsClearCommitMessages" ID="Subversion.vcsClearCommitMessages"></a> 1165 <a NAME="Subversion.vcsClearCommitMessages" ID="Subversion.vcsClearCommitMessages"></a>
1090 <h4>Subversion.vcsClearCommitMessages</h4> 1166 <h4>Subversion.vcsClearCommitMessages</h4>
1091 <b>vcsClearCommitMessages</b>(<i></i>) 1167 <b>vcsClearCommitMessages</b>(<i></i>)
1100 <p> 1176 <p>
1101 Public method used to execute arbitrary subversion commands. 1177 Public method used to execute arbitrary subversion commands.
1102 </p> 1178 </p>
1103 <dl> 1179 <dl>
1104 1180
1105 <dt><i>name</i></dt> 1181 <dt><i>name</i> (str)</dt>
1106 <dd> 1182 <dd>
1107 directory name of the working directory (string) 1183 directory name of the working directory
1108 </dd> 1184 </dd>
1109 </dl> 1185 </dl>
1110 <a NAME="Subversion.vcsCommit" ID="Subversion.vcsCommit"></a> 1186 <a NAME="Subversion.vcsCommit" ID="Subversion.vcsCommit"></a>
1111 <h4>Subversion.vcsCommit</h4> 1187 <h4>Subversion.vcsCommit</h4>
1112 <b>vcsCommit</b>(<i>name, message, noDialog=False</i>) 1188 <b>vcsCommit</b>(<i>name, message, noDialog=False</i>)
1115 Public method used to make the change of a file/directory permanent 1191 Public method used to make the change of a file/directory permanent
1116 in the Subversion repository. 1192 in the Subversion repository.
1117 </p> 1193 </p>
1118 <dl> 1194 <dl>
1119 1195
1120 <dt><i>name</i></dt> 1196 <dt><i>name</i> (str or list of str)</dt>
1121 <dd> 1197 <dd>
1122 file/directory name to be committed (string or list of 1198 file/directory name to be committed
1123 strings) 1199 </dd>
1124 </dd> 1200 <dt><i>message</i> (str)</dt>
1125 <dt><i>message</i></dt> 1201 <dd>
1126 <dd> 1202 message for this operation
1127 message for this operation (string) 1203 </dd>
1128 </dd> 1204 <dt><i>noDialog</i> (bool)</dt>
1129 <dt><i>noDialog</i></dt>
1130 <dd> 1205 <dd>
1131 flag indicating quiet operations 1206 flag indicating quiet operations
1132 </dd> 1207 </dd>
1133 </dl> 1208 </dl>
1134 <a NAME="Subversion.vcsCommitMessages" ID="Subversion.vcsCommitMessages"></a> 1209 <a NAME="Subversion.vcsCommitMessages" ID="Subversion.vcsCommitMessages"></a>
1187 being edited and has unsaved modification, they can be saved or the 1262 being edited and has unsaved modification, they can be saved or the
1188 operation may be aborted. 1263 operation may be aborted.
1189 </p> 1264 </p>
1190 <dl> 1265 <dl>
1191 1266
1192 <dt><i>name</i></dt> 1267 <dt><i>name</i> (str)</dt>
1193 <dd> 1268 <dd>
1194 file/directory name to be diffed (string) 1269 file/directory name to be diffed
1195 </dd> 1270 </dd>
1196 </dl> 1271 </dl>
1197 <a NAME="Subversion.vcsExists" ID="Subversion.vcsExists"></a> 1272 <a NAME="Subversion.vcsExists" ID="Subversion.vcsExists"></a>
1198 <h4>Subversion.vcsExists</h4> 1273 <h4>Subversion.vcsExists</h4>
1199 <b>vcsExists</b>(<i></i>) 1274 <b>vcsExists</b>(<i></i>)
1203 </p> 1278 </p>
1204 <dl> 1279 <dl>
1205 <dt>Return:</dt> 1280 <dt>Return:</dt>
1206 <dd> 1281 <dd>
1207 flag indicating the existance (boolean) and an error message 1282 flag indicating the existance (boolean) and an error message
1208 (string) 1283 </dd>
1284 </dl>
1285 <dl>
1286 <dt>Return Type:</dt>
1287 <dd>
1288 str
1209 </dd> 1289 </dd>
1210 </dl> 1290 </dl>
1211 <a NAME="Subversion.vcsExport" ID="Subversion.vcsExport"></a> 1291 <a NAME="Subversion.vcsExport" ID="Subversion.vcsExport"></a>
1212 <h4>Subversion.vcsExport</h4> 1292 <h4>Subversion.vcsExport</h4>
1213 <b>vcsExport</b>(<i>vcsDataDict, projectDir</i>) 1293 <b>vcsExport</b>(<i>vcsDataDict, projectDir</i>)
1216 Public method used to export a directory from the Subversion 1296 Public method used to export a directory from the Subversion
1217 repository. 1297 repository.
1218 </p> 1298 </p>
1219 <dl> 1299 <dl>
1220 1300
1221 <dt><i>vcsDataDict</i></dt> 1301 <dt><i>vcsDataDict</i> (dict)</dt>
1222 <dd> 1302 <dd>
1223 dictionary of data required for the checkout 1303 dictionary of data required for the checkout
1224 </dd> 1304 </dd>
1225 <dt><i>projectDir</i></dt> 1305 <dt><i>projectDir</i> (str)</dt>
1226 <dd> 1306 <dd>
1227 project directory to create (string) 1307 project directory to create
1228 </dd> 1308 </dd>
1229 </dl> 1309 </dl>
1230 <dl> 1310 <dl>
1231 <dt>Return:</dt> 1311 <dt>Return:</dt>
1232 <dd> 1312 <dd>
1233 flag indicating an execution without errors (boolean) 1313 flag indicating an execution without errors
1314 </dd>
1315 </dl>
1316 <dl>
1317 <dt>Return Type:</dt>
1318 <dd>
1319 bool
1234 </dd> 1320 </dd>
1235 </dl> 1321 </dl>
1236 <a NAME="Subversion.vcsForget" ID="Subversion.vcsForget"></a> 1322 <a NAME="Subversion.vcsForget" ID="Subversion.vcsForget"></a>
1237 <h4>Subversion.vcsForget</h4> 1323 <h4>Subversion.vcsForget</h4>
1238 <b>vcsForget</b>(<i>name</i>) 1324 <b>vcsForget</b>(<i>name</i>)
1259 Public method to instanciate a helper object for the different 1345 Public method to instanciate a helper object for the different
1260 project browsers. 1346 project browsers.
1261 </p> 1347 </p>
1262 <dl> 1348 <dl>
1263 1349
1264 <dt><i>browser</i></dt> 1350 <dt><i>browser</i> (ProjectBaseBrowser)</dt>
1265 <dd> 1351 <dd>
1266 reference to the project browser object 1352 reference to the project browser object
1267 </dd> 1353 </dd>
1268 <dt><i>project</i></dt> 1354 <dt><i>project</i> (Project)</dt>
1269 <dd> 1355 <dd>
1270 reference to the project object 1356 reference to the project object
1271 </dd> 1357 </dd>
1272 <dt><i>isTranslationsBrowser</i></dt> 1358 <dt><i>isTranslationsBrowser</i> (bool)</dt>
1273 <dd> 1359 <dd>
1274 flag indicating, the helper is requested 1360 flag indicating, the helper is requested
1275 for the translations browser (this needs some special treatment) 1361 for the translations browser (this needs some special treatment)
1276 </dd> 1362 </dd>
1277 </dl> 1363 </dl>
1278 <dl> 1364 <dl>
1279 <dt>Return:</dt> 1365 <dt>Return:</dt>
1280 <dd> 1366 <dd>
1281 the project browser helper object 1367 the project browser helper object
1368 </dd>
1369 </dl>
1370 <dl>
1371 <dt>Return Type:</dt>
1372 <dd>
1373 SvnProjectBrowserHelper
1282 </dd> 1374 </dd>
1283 </dl> 1375 </dl>
1284 <a NAME="Subversion.vcsGetProjectHelper" ID="Subversion.vcsGetProjectHelper"></a> 1376 <a NAME="Subversion.vcsGetProjectHelper" ID="Subversion.vcsGetProjectHelper"></a>
1285 <h4>Subversion.vcsGetProjectHelper</h4> 1377 <h4>Subversion.vcsGetProjectHelper</h4>
1286 <b>vcsGetProjectHelper</b>(<i>project</i>) 1378 <b>vcsGetProjectHelper</b>(<i>project</i>)
1288 <p> 1380 <p>
1289 Public method to instanciate a helper object for the project. 1381 Public method to instanciate a helper object for the project.
1290 </p> 1382 </p>
1291 <dl> 1383 <dl>
1292 1384
1293 <dt><i>project</i></dt> 1385 <dt><i>project</i> (Project)</dt>
1294 <dd> 1386 <dd>
1295 reference to the project object 1387 reference to the project object
1296 </dd> 1388 </dd>
1297 </dl> 1389 </dl>
1298 <dl> 1390 <dl>
1299 <dt>Return:</dt> 1391 <dt>Return:</dt>
1300 <dd> 1392 <dd>
1301 the project helper object 1393 the project helper object
1394 </dd>
1395 </dl>
1396 <dl>
1397 <dt>Return Type:</dt>
1398 <dd>
1399 SvnProjectHelper
1302 </dd> 1400 </dd>
1303 </dl> 1401 </dl>
1304 <a NAME="Subversion.vcsImport" ID="Subversion.vcsImport"></a> 1402 <a NAME="Subversion.vcsImport" ID="Subversion.vcsImport"></a>
1305 <h4>Subversion.vcsImport</h4> 1403 <h4>Subversion.vcsImport</h4>
1306 <b>vcsImport</b>(<i>vcsDataDict, projectDir, noDialog=False, addAll=True</i>) 1404 <b>vcsImport</b>(<i>vcsDataDict, projectDir, noDialog=False, addAll=True</i>)
1315 <dd> 1413 <dd>
1316 dictionary of data required for the import 1414 dictionary of data required for the import
1317 </dd> 1415 </dd>
1318 <dt><i>projectDir</i> (str)</dt> 1416 <dt><i>projectDir</i> (str)</dt>
1319 <dd> 1417 <dd>
1320 project directory (string) 1418 project directory
1321 </dd> 1419 </dd>
1322 <dt><i>noDialog</i> (bool)</dt> 1420 <dt><i>noDialog</i> (bool)</dt>
1323 <dd> 1421 <dd>
1324 flag indicating quiet operations 1422 flag indicating quiet operations
1325 </dd> 1423 </dd>
1353 because the respective command always works locally. Therefore we 1451 because the respective command always works locally. Therefore we
1354 always return TRUE without doing anything. 1452 always return TRUE without doing anything.
1355 </p> 1453 </p>
1356 <dl> 1454 <dl>
1357 1455
1358 <dt><i>vcsDir</i></dt> 1456 <dt><i>vcsDir</i> (str)</dt>
1359 <dd> 1457 <dd>
1360 name of the VCS directory (string) 1458 name of the VCS directory
1361 </dd> 1459 </dd>
1362 <dt><i>noDialog</i></dt> 1460 <dt><i>noDialog</i> (bool)</dt>
1363 <dd> 1461 <dd>
1364 flag indicating quiet operations (boolean) 1462 flag indicating quiet operations
1365 </dd> 1463 </dd>
1366 </dl> 1464 </dl>
1367 <dl> 1465 <dl>
1368 <dt>Return:</dt> 1466 <dt>Return:</dt>
1369 <dd> 1467 <dd>
1370 always TRUE 1468 always True
1469 </dd>
1470 </dl>
1471 <dl>
1472 <dt>Return Type:</dt>
1473 <dd>
1474 bool
1371 </dd> 1475 </dd>
1372 </dl> 1476 </dl>
1373 <a NAME="Subversion.vcsInitConfig" ID="Subversion.vcsInitConfig"></a> 1477 <a NAME="Subversion.vcsInitConfig" ID="Subversion.vcsInitConfig"></a>
1374 <h4>Subversion.vcsInitConfig</h4> 1478 <h4>Subversion.vcsInitConfig</h4>
1375 <b>vcsInitConfig</b>(<i>project</i>) 1479 <b>vcsInitConfig</b>(<i>project</i>)
1380 <p> 1484 <p>
1381 This method ensures, that an ignore file exists. 1485 This method ensures, that an ignore file exists.
1382 </p> 1486 </p>
1383 <dl> 1487 <dl>
1384 1488
1385 <dt><i>project</i></dt> 1489 <dt><i>project</i> (Project)</dt>
1386 <dd> 1490 <dd>
1387 reference to the project (Project) 1491 reference to the project
1388 </dd> 1492 </dd>
1389 </dl> 1493 </dl>
1390 <a NAME="Subversion.vcsLogBrowser" ID="Subversion.vcsLogBrowser"></a> 1494 <a NAME="Subversion.vcsLogBrowser" ID="Subversion.vcsLogBrowser"></a>
1391 <h4>Subversion.vcsLogBrowser</h4> 1495 <h4>Subversion.vcsLogBrowser</h4>
1392 <b>vcsLogBrowser</b>(<i>name, isFile=False</i>) 1496 <b>vcsLogBrowser</b>(<i>name, isFile=False</i>)
1395 Public method used to browse the log of a file/directory from the 1499 Public method used to browse the log of a file/directory from the
1396 Subversion repository. 1500 Subversion repository.
1397 </p> 1501 </p>
1398 <dl> 1502 <dl>
1399 1503
1400 <dt><i>name</i></dt> 1504 <dt><i>name</i> (str)</dt>
1401 <dd> 1505 <dd>
1402 file/directory name to show the log of (string) 1506 file/directory name to show the log of
1403 </dd> 1507 </dd>
1404 <dt><i>isFile</i></dt> 1508 <dt><i>isFile</i> (bool)</dt>
1405 <dd> 1509 <dd>
1406 flag indicating log for a file is to be shown (boolean) 1510 flag indicating log for a file is to be shown
1407 </dd> 1511 </dd>
1408 </dl> 1512 </dl>
1409 <a NAME="Subversion.vcsMerge" ID="Subversion.vcsMerge"></a> 1513 <a NAME="Subversion.vcsMerge" ID="Subversion.vcsMerge"></a>
1410 <h4>Subversion.vcsMerge</h4> 1514 <h4>Subversion.vcsMerge</h4>
1411 <b>vcsMerge</b>(<i>name</i>) 1515 <b>vcsMerge</b>(<i>name</i>)
1413 <p> 1517 <p>
1414 Public method used to merge a URL/revision into the local project. 1518 Public method used to merge a URL/revision into the local project.
1415 </p> 1519 </p>
1416 <dl> 1520 <dl>
1417 1521
1418 <dt><i>name</i></dt> 1522 <dt><i>name</i> (str)</dt>
1419 <dd> 1523 <dd>
1420 file/directory name to be merged (string) 1524 file/directory name to be merged
1421 </dd> 1525 </dd>
1422 </dl> 1526 </dl>
1423 <a NAME="Subversion.vcsMove" ID="Subversion.vcsMove"></a> 1527 <a NAME="Subversion.vcsMove" ID="Subversion.vcsMove"></a>
1424 <h4>Subversion.vcsMove</h4> 1528 <h4>Subversion.vcsMove</h4>
1425 <b>vcsMove</b>(<i>name, project, target=None, noDialog=False</i>) 1529 <b>vcsMove</b>(<i>name, project, target=None, noDialog=False</i>)
1427 <p> 1531 <p>
1428 Public method used to move a file/directory. 1532 Public method used to move a file/directory.
1429 </p> 1533 </p>
1430 <dl> 1534 <dl>
1431 1535
1432 <dt><i>name</i></dt> 1536 <dt><i>name</i> (str)</dt>
1433 <dd> 1537 <dd>
1434 file/directory name to be moved (string) 1538 file/directory name to be moved
1435 </dd> 1539 </dd>
1436 <dt><i>project</i></dt> 1540 <dt><i>project</i> (Project)</dt>
1437 <dd> 1541 <dd>
1438 reference to the project object 1542 reference to the project object
1439 </dd> 1543 </dd>
1440 <dt><i>target</i></dt> 1544 <dt><i>target</i> (str)</dt>
1441 <dd> 1545 <dd>
1442 new name of the file/directory (string) 1546 new name of the file/directory
1443 </dd> 1547 </dd>
1444 <dt><i>noDialog</i></dt> 1548 <dt><i>noDialog</i> (bool)</dt>
1445 <dd> 1549 <dd>
1446 flag indicating quiet operations 1550 flag indicating quiet operations
1447 </dd> 1551 </dd>
1448 </dl> 1552 </dl>
1449 <dl> 1553 <dl>
1450 <dt>Return:</dt> 1554 <dt>Return:</dt>
1451 <dd> 1555 <dd>
1452 flag indicating successfull operation (boolean) 1556 flag indicating successfull operation
1557 </dd>
1558 </dl>
1559 <dl>
1560 <dt>Return Type:</dt>
1561 <dd>
1562 bool
1453 </dd> 1563 </dd>
1454 </dl> 1564 </dl>
1455 <a NAME="Subversion.vcsName" ID="Subversion.vcsName"></a> 1565 <a NAME="Subversion.vcsName" ID="Subversion.vcsName"></a>
1456 <h4>Subversion.vcsName</h4> 1566 <h4>Subversion.vcsName</h4>
1457 <b>vcsName</b>(<i></i>) 1567 <b>vcsName</b>(<i></i>)
1460 Public method returning the name of the vcs. 1570 Public method returning the name of the vcs.
1461 </p> 1571 </p>
1462 <dl> 1572 <dl>
1463 <dt>Return:</dt> 1573 <dt>Return:</dt>
1464 <dd> 1574 <dd>
1465 always 'Subversion' (string) 1575 always 'Subversion'
1576 </dd>
1577 </dl>
1578 <dl>
1579 <dt>Return Type:</dt>
1580 <dd>
1581 str
1466 </dd> 1582 </dd>
1467 </dl> 1583 </dl>
1468 <a NAME="Subversion.vcsNewProjectOptionsDialog" ID="Subversion.vcsNewProjectOptionsDialog"></a> 1584 <a NAME="Subversion.vcsNewProjectOptionsDialog" ID="Subversion.vcsNewProjectOptionsDialog"></a>
1469 <h4>Subversion.vcsNewProjectOptionsDialog</h4> 1585 <h4>Subversion.vcsNewProjectOptionsDialog</h4>
1470 <b>vcsNewProjectOptionsDialog</b>(<i>parent=None</i>) 1586 <b>vcsNewProjectOptionsDialog</b>(<i>parent=None</i>)
1473 Public method to get a dialog to enter repository info for getting 1589 Public method to get a dialog to enter repository info for getting
1474 a new project. 1590 a new project.
1475 </p> 1591 </p>
1476 <dl> 1592 <dl>
1477 1593
1478 <dt><i>parent</i></dt> 1594 <dt><i>parent</i> (QWidget)</dt>
1479 <dd> 1595 <dd>
1480 parent widget (QWidget) 1596 parent widget
1481 </dd> 1597 </dd>
1482 </dl> 1598 </dl>
1483 <dl> 1599 <dl>
1484 <dt>Return:</dt> 1600 <dt>Return:</dt>
1485 <dd> 1601 <dd>
1486 reference to the instantiated options dialog 1602 reference to the instantiated options dialog
1487 (SvnNewProjectOptionsDialog) 1603 </dd>
1604 </dl>
1605 <dl>
1606 <dt>Return Type:</dt>
1607 <dd>
1608 SvnNewProjectOptionsDialog
1488 </dd> 1609 </dd>
1489 </dl> 1610 </dl>
1490 <a NAME="Subversion.vcsOptionsDialog" ID="Subversion.vcsOptionsDialog"></a> 1611 <a NAME="Subversion.vcsOptionsDialog" ID="Subversion.vcsOptionsDialog"></a>
1491 <h4>Subversion.vcsOptionsDialog</h4> 1612 <h4>Subversion.vcsOptionsDialog</h4>
1492 <b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>) 1613 <b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>)
1494 <p> 1615 <p>
1495 Public method to get a dialog to enter repository info. 1616 Public method to get a dialog to enter repository info.
1496 </p> 1617 </p>
1497 <dl> 1618 <dl>
1498 1619
1499 <dt><i>project</i></dt> 1620 <dt><i>project</i> (Project)</dt>
1500 <dd> 1621 <dd>
1501 reference to the project object 1622 reference to the project object
1502 </dd> 1623 </dd>
1503 <dt><i>archive</i></dt> 1624 <dt><i>archive</i> (str)</dt>
1504 <dd> 1625 <dd>
1505 name of the project in the repository (string) 1626 name of the project in the repository
1506 </dd> 1627 </dd>
1507 <dt><i>editable</i></dt> 1628 <dt><i>editable</i> (bool)</dt>
1508 <dd> 1629 <dd>
1509 flag indicating that the project name is editable 1630 flag indicating that the project name is editable
1510 (boolean) 1631 </dd>
1511 </dd> 1632 <dt><i>parent</i> (QWidget)</dt>
1512 <dt><i>parent</i></dt> 1633 <dd>
1513 <dd> 1634 parent widget
1514 parent widget (QWidget) 1635 </dd>
1515 </dd> 1636 </dl>
1516 </dl> 1637 <dl>
1517 <dl> 1638 <dt>Return:</dt>
1518 <dt>Return:</dt> 1639 <dd>
1519 <dd> 1640 reference to the instantiated options dialog
1520 reference to the instantiated options dialog (SvnOptionsDialog) 1641 </dd>
1642 </dl>
1643 <dl>
1644 <dt>Return Type:</dt>
1645 <dd>
1646 SvnOptionsDialog
1521 </dd> 1647 </dd>
1522 </dl> 1648 </dl>
1523 <a NAME="Subversion.vcsRegisteredState" ID="Subversion.vcsRegisteredState"></a> 1649 <a NAME="Subversion.vcsRegisteredState" ID="Subversion.vcsRegisteredState"></a>
1524 <h4>Subversion.vcsRegisteredState</h4> 1650 <h4>Subversion.vcsRegisteredState</h4>
1525 <b>vcsRegisteredState</b>(<i>name</i>) 1651 <b>vcsRegisteredState</b>(<i>name</i>)
1527 <p> 1653 <p>
1528 Public method used to get the registered state of a file in the vcs. 1654 Public method used to get the registered state of a file in the vcs.
1529 </p> 1655 </p>
1530 <dl> 1656 <dl>
1531 1657
1532 <dt><i>name</i></dt> 1658 <dt><i>name</i> (str)</dt>
1533 <dd> 1659 <dd>
1534 filename to check (string) 1660 filename to check
1535 </dd> 1661 </dd>
1536 </dl> 1662 </dl>
1537 <dl> 1663 <dl>
1538 <dt>Return:</dt> 1664 <dt>Return:</dt>
1539 <dd> 1665 <dd>
1540 a combination of canBeCommited and canBeAdded 1666 registered state (one of canBeCommited and canBeAdded)
1667 </dd>
1668 </dl>
1669 <dl>
1670 <dt>Return Type:</dt>
1671 <dd>
1672 int
1541 </dd> 1673 </dd>
1542 </dl> 1674 </dl>
1543 <a NAME="Subversion.vcsRemove" ID="Subversion.vcsRemove"></a> 1675 <a NAME="Subversion.vcsRemove" ID="Subversion.vcsRemove"></a>
1544 <h4>Subversion.vcsRemove</h4> 1676 <h4>Subversion.vcsRemove</h4>
1545 <b>vcsRemove</b>(<i>name, project=False, noDialog=False</i>) 1677 <b>vcsRemove</b>(<i>name, project=False, noDialog=False</i>)
1551 <p> 1683 <p>
1552 The default operation is to remove the local copy as well. 1684 The default operation is to remove the local copy as well.
1553 </p> 1685 </p>
1554 <dl> 1686 <dl>
1555 1687
1556 <dt><i>name</i></dt> 1688 <dt><i>name</i> (str or list of str)</dt>
1557 <dd> 1689 <dd>
1558 file/directory name to be removed (string or list of 1690 file/directory name to be removed
1559 strings)) 1691 </dd>
1560 </dd> 1692 <dt><i>project</i> (bool)</dt>
1561 <dt><i>project</i></dt> 1693 <dd>
1562 <dd> 1694 flag indicating deletion of a project tree
1563 flag indicating deletion of a project tree (boolean) 1695 </dd>
1564 (not needed) 1696 <dt><i>noDialog</i> (bool)</dt>
1565 </dd>
1566 <dt><i>noDialog</i></dt>
1567 <dd> 1697 <dd>
1568 flag indicating quiet operations 1698 flag indicating quiet operations
1569 </dd> 1699 </dd>
1570 </dl> 1700 </dl>
1571 <dl> 1701 <dl>
1572 <dt>Return:</dt> 1702 <dt>Return:</dt>
1573 <dd> 1703 <dd>
1574 flag indicating successfull operation (boolean) 1704 flag indicating successfull operation
1705 </dd>
1706 </dl>
1707 <dl>
1708 <dt>Return Type:</dt>
1709 <dd>
1710 bool
1575 </dd> 1711 </dd>
1576 </dl> 1712 </dl>
1577 <a NAME="Subversion.vcsRepositoryInfos" ID="Subversion.vcsRepositoryInfos"></a> 1713 <a NAME="Subversion.vcsRepositoryInfos" ID="Subversion.vcsRepositoryInfos"></a>
1578 <h4>Subversion.vcsRepositoryInfos</h4> 1714 <h4>Subversion.vcsRepositoryInfos</h4>
1579 <b>vcsRepositoryInfos</b>(<i>ppath</i>) 1715 <b>vcsRepositoryInfos</b>(<i>ppath</i>)
1581 <p> 1717 <p>
1582 Public method to retrieve information about the repository. 1718 Public method to retrieve information about the repository.
1583 </p> 1719 </p>
1584 <dl> 1720 <dl>
1585 1721
1586 <dt><i>ppath</i></dt> 1722 <dt><i>ppath</i> (str)</dt>
1587 <dd> 1723 <dd>
1588 local path to get the repository infos (string) 1724 local path to get the repository infos
1589 </dd> 1725 </dd>
1590 </dl> 1726 </dl>
1591 <dl> 1727 <dl>
1592 <dt>Return:</dt> 1728 <dt>Return:</dt>
1593 <dd> 1729 <dd>
1594 string with ready formated info for display (string) 1730 string with ready formated info for display
1731 </dd>
1732 </dl>
1733 <dl>
1734 <dt>Return Type:</dt>
1735 <dd>
1736 str
1595 </dd> 1737 </dd>
1596 </dl> 1738 </dl>
1597 <a NAME="Subversion.vcsResolved" ID="Subversion.vcsResolved"></a> 1739 <a NAME="Subversion.vcsResolved" ID="Subversion.vcsResolved"></a>
1598 <h4>Subversion.vcsResolved</h4> 1740 <h4>Subversion.vcsResolved</h4>
1599 <b>vcsResolved</b>(<i>name</i>) 1741 <b>vcsResolved</b>(<i>name</i>)
1601 <p> 1743 <p>
1602 Public method used to resolve conflicts of a file/directory. 1744 Public method used to resolve conflicts of a file/directory.
1603 </p> 1745 </p>
1604 <dl> 1746 <dl>
1605 1747
1606 <dt><i>name</i></dt> 1748 <dt><i>name</i> (str)</dt>
1607 <dd> 1749 <dd>
1608 file/directory name to be resolved (string) 1750 file/directory name to be resolved
1609 </dd> 1751 </dd>
1610 </dl> 1752 </dl>
1611 <a NAME="Subversion.vcsRevert" ID="Subversion.vcsRevert"></a> 1753 <a NAME="Subversion.vcsRevert" ID="Subversion.vcsRevert"></a>
1612 <h4>Subversion.vcsRevert</h4> 1754 <h4>Subversion.vcsRevert</h4>
1613 <b>vcsRevert</b>(<i>name</i>) 1755 <b>vcsRevert</b>(<i>name</i>)
1643 Public method used to view the difference of a file to the Mercurial 1785 Public method used to view the difference of a file to the Mercurial
1644 repository side-by-side. 1786 repository side-by-side.
1645 </p> 1787 </p>
1646 <dl> 1788 <dl>
1647 1789
1648 <dt><i>name</i></dt> 1790 <dt><i>name</i> (str)</dt>
1649 <dd> 1791 <dd>
1650 file name to be diffed (string) 1792 file name to be diffed
1651 </dd> 1793 </dd>
1652 <dt><i>extended</i></dt> 1794 <dt><i>extended</i> (bool)</dt>
1653 <dd> 1795 <dd>
1654 flag indicating the extended variant (boolean) 1796 flag indicating the extended variant
1655 </dd> 1797 </dd>
1656 <dt><i>revisions</i></dt> 1798 <dt><i>revisions</i> (tuple of (str, str))</dt>
1657 <dd> 1799 <dd>
1658 tuple of two revisions (tuple of strings) 1800 tuple of two revisions
1659 </dd> 1801 </dd>
1660 </dl> 1802 </dl>
1661 <dl> 1803 <dl>
1662 1804
1663 <dt>Raises <b>ValueError</b>:</dt> 1805 <dt>Raises <b>ValueError</b>:</dt>
1680 Public method used to view the status of files/directories in the 1822 Public method used to view the status of files/directories in the
1681 Subversion repository. 1823 Subversion repository.
1682 </p> 1824 </p>
1683 <dl> 1825 <dl>
1684 1826
1685 <dt><i>name</i></dt> 1827 <dt><i>name</i> (str or list of str)</dt>
1686 <dd> 1828 <dd>
1687 file/directory name(s) to show the status of 1829 file/directory name(s) to show the status of
1688 (string or list of strings)
1689 </dd> 1830 </dd>
1690 </dl> 1831 </dl>
1691 <a NAME="Subversion.vcsSwitch" ID="Subversion.vcsSwitch"></a> 1832 <a NAME="Subversion.vcsSwitch" ID="Subversion.vcsSwitch"></a>
1692 <h4>Subversion.vcsSwitch</h4> 1833 <h4>Subversion.vcsSwitch</h4>
1693 <b>vcsSwitch</b>(<i>name</i>) 1834 <b>vcsSwitch</b>(<i>name</i>)
1695 <p> 1836 <p>
1696 Public method used to switch a directory to a different tag/branch. 1837 Public method used to switch a directory to a different tag/branch.
1697 </p> 1838 </p>
1698 <dl> 1839 <dl>
1699 1840
1700 <dt><i>name</i></dt> 1841 <dt><i>name</i> (str)</dt>
1701 <dd> 1842 <dd>
1702 directory name to be switched (string) 1843 directory name to be switched
1703 </dd> 1844 </dd>
1704 </dl> 1845 </dl>
1705 <dl> 1846 <dl>
1706 <dt>Return:</dt> 1847 <dt>Return:</dt>
1707 <dd> 1848 <dd>
1708 flag indicating added or changed files (boolean) 1849 flag indicating added or changed files
1850 </dd>
1851 </dl>
1852 <dl>
1853 <dt>Return Type:</dt>
1854 <dd>
1855 bool
1709 </dd> 1856 </dd>
1710 </dl> 1857 </dl>
1711 <a NAME="Subversion.vcsTag" ID="Subversion.vcsTag"></a> 1858 <a NAME="Subversion.vcsTag" ID="Subversion.vcsTag"></a>
1712 <h4>Subversion.vcsTag</h4> 1859 <h4>Subversion.vcsTag</h4>
1713 <b>vcsTag</b>(<i>name</i>) 1860 <b>vcsTag</b>(<i>name</i>)
1716 Public method used to set the tag of a file/directory in the 1863 Public method used to set the tag of a file/directory in the
1717 Subversion repository. 1864 Subversion repository.
1718 </p> 1865 </p>
1719 <dl> 1866 <dl>
1720 1867
1721 <dt><i>name</i></dt> 1868 <dt><i>name</i> (str)</dt>
1722 <dd> 1869 <dd>
1723 file/directory name to be tagged (string) 1870 file/directory name to be tagged
1724 </dd> 1871 </dd>
1725 </dl> 1872 </dl>
1726 <a NAME="Subversion.vcsUpdate" ID="Subversion.vcsUpdate"></a> 1873 <a NAME="Subversion.vcsUpdate" ID="Subversion.vcsUpdate"></a>
1727 <h4>Subversion.vcsUpdate</h4> 1874 <h4>Subversion.vcsUpdate</h4>
1728 <b>vcsUpdate</b>(<i>name, noDialog=False</i>) 1875 <b>vcsUpdate</b>(<i>name, noDialog=False</i>)
1731 Public method used to update a file/directory with the Subversion 1878 Public method used to update a file/directory with the Subversion
1732 repository. 1879 repository.
1733 </p> 1880 </p>
1734 <dl> 1881 <dl>
1735 1882
1736 <dt><i>name</i></dt> 1883 <dt><i>name</i> (str or list of str)</dt>
1737 <dd> 1884 <dd>
1738 file/directory name to be updated (string or list of 1885 file/directory name to be updated
1739 strings) 1886 </dd>
1740 </dd> 1887 <dt><i>noDialog</i> (bool)</dt>
1741 <dt><i>noDialog</i></dt> 1888 <dd>
1742 <dd> 1889 flag indicating quiet operations
1743 flag indicating quiet operations (boolean) 1890 </dd>
1744 </dd> 1891 </dl>
1745 </dl> 1892 <dl>
1746 <dl> 1893 <dt>Return:</dt>
1747 <dt>Return:</dt> 1894 <dd>
1748 <dd> 1895 flag indicating, that the update contained an add or delete
1749 flag indicating, that the update contained an add 1896 </dd>
1750 or delete (boolean) 1897 </dl>
1898 <dl>
1899 <dt>Return Type:</dt>
1900 <dd>
1901 bool
1751 </dd> 1902 </dd>
1752 </dl> 1903 </dl>
1753 <div align="right"><a href="#top">Up</a></div> 1904 <div align="right"><a href="#top">Up</a></div>
1754 <hr /> 1905 <hr />
1755 </body></html> 1906 </body></html>

eric ide

mercurial