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

changeset 945
8cd4d08fa9f6
parent 767
27554f80d08f
child 1083
dc680a0ce221
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
235 <td>Public method used to update a file/directory with the Subversion repository.</td> 235 <td>Public method used to update a file/directory with the Subversion repository.</td>
236 </tr> 236 </tr>
237 </table> 237 </table>
238 <a NAME="Subversion.__init__" ID="Subversion.__init__"></a> 238 <a NAME="Subversion.__init__" ID="Subversion.__init__"></a>
239 <h4>Subversion (Constructor)</h4> 239 <h4>Subversion (Constructor)</h4>
240 <b>Subversion</b>(<i>plugin, parent = None, name = None</i>) 240 <b>Subversion</b>(<i>plugin, parent=None, name=None</i>)
241 <p> 241 <p>
242 Constructor 242 Constructor
243 </p><dl> 243 </p><dl>
244 <dt><i>plugin</i></dt> 244 <dt><i>plugin</i></dt>
245 <dd> 245 <dd>
355 <dd> 355 <dd>
356 flag indicating successfull operation (boolean) 356 flag indicating successfull operation (boolean)
357 </dd> 357 </dd>
358 </dl><a NAME="Subversion.svnDelProp" ID="Subversion.svnDelProp"></a> 358 </dl><a NAME="Subversion.svnDelProp" ID="Subversion.svnDelProp"></a>
359 <h4>Subversion.svnDelProp</h4> 359 <h4>Subversion.svnDelProp</h4>
360 <b>svnDelProp</b>(<i>name, recursive = False</i>) 360 <b>svnDelProp</b>(<i>name, recursive=False</i>)
361 <p> 361 <p>
362 Public method used to delete a property of a file/directory. 362 Public method used to delete a property of a file/directory.
363 </p><dl> 363 </p><dl>
364 <dt><i>name</i></dt> 364 <dt><i>name</i></dt>
365 <dd> 365 <dd>
370 </dd> 370 </dd>
371 </dl><a NAME="Subversion.svnExtendedDiff" ID="Subversion.svnExtendedDiff"></a> 371 </dl><a NAME="Subversion.svnExtendedDiff" ID="Subversion.svnExtendedDiff"></a>
372 <h4>Subversion.svnExtendedDiff</h4> 372 <h4>Subversion.svnExtendedDiff</h4>
373 <b>svnExtendedDiff</b>(<i>name</i>) 373 <b>svnExtendedDiff</b>(<i>name</i>)
374 <p> 374 <p>
375 Public method used to view the difference of a file/directory to the 375 Public method used to view the difference of a file/directory to the
376 Subversion repository. 376 Subversion repository.
377 </p><p> 377 </p><p>
378 If name is a directory and is the project directory, all project files 378 If name is a directory and is the project directory, all project files
379 are saved first. If name is a file (or list of files), which is/are being edited 379 are saved first. If name is a file (or list of files), which is/are being edited
380 and has unsaved modification, they can be saved or the operation may be aborted. 380 and has unsaved modification, they can be saved or the operation may be aborted.
381 </p><p> 381 </p><p>
382 This method gives the chance to enter the revisions to be compared. 382 This method gives the chance to enter the revisions to be compared.
383 </p><dl> 383 </p><dl>
384 <dt><i>name</i></dt> 384 <dt><i>name</i></dt>
413 <dd> 413 <dd>
414 file/directory name relative to the project (string) 414 file/directory name relative to the project (string)
415 </dd> 415 </dd>
416 </dl><a NAME="Subversion.svnListProps" ID="Subversion.svnListProps"></a> 416 </dl><a NAME="Subversion.svnListProps" ID="Subversion.svnListProps"></a>
417 <h4>Subversion.svnListProps</h4> 417 <h4>Subversion.svnListProps</h4>
418 <b>svnListProps</b>(<i>name, recursive = False</i>) 418 <b>svnListProps</b>(<i>name, recursive=False</i>)
419 <p> 419 <p>
420 Public method used to list the properties of a file/directory. 420 Public method used to list the properties of a file/directory.
421 </p><dl> 421 </p><dl>
422 <dt><i>name</i></dt> 422 <dt><i>name</i></dt>
423 <dd> 423 <dd>
426 <dd> 426 <dd>
427 flag indicating a recursive list is requested 427 flag indicating a recursive list is requested
428 </dd> 428 </dd>
429 </dl><a NAME="Subversion.svnListTagBranch" ID="Subversion.svnListTagBranch"></a> 429 </dl><a NAME="Subversion.svnListTagBranch" ID="Subversion.svnListTagBranch"></a>
430 <h4>Subversion.svnListTagBranch</h4> 430 <h4>Subversion.svnListTagBranch</h4>
431 <b>svnListTagBranch</b>(<i>path, tags = True</i>) 431 <b>svnListTagBranch</b>(<i>path, tags=True</i>)
432 <p> 432 <p>
433 Public method used to list the available tags or branches. 433 Public method used to list the available tags or branches.
434 </p><dl> 434 </p><dl>
435 <dt><i>path</i></dt> 435 <dt><i>path</i></dt>
436 <dd> 436 <dd>
458 </dd> 458 </dd>
459 </dl><a NAME="Subversion.svnLogBrowser" ID="Subversion.svnLogBrowser"></a> 459 </dl><a NAME="Subversion.svnLogBrowser" ID="Subversion.svnLogBrowser"></a>
460 <h4>Subversion.svnLogBrowser</h4> 460 <h4>Subversion.svnLogBrowser</h4>
461 <b>svnLogBrowser</b>(<i>path</i>) 461 <b>svnLogBrowser</b>(<i>path</i>)
462 <p> 462 <p>
463 Public method used to browse the log of a file/directory from the 463 Public method used to browse the log of a file/directory from the
464 Subversion repository. 464 Subversion repository.
465 </p><dl> 465 </p><dl>
466 <dt><i>path</i></dt> 466 <dt><i>path</i></dt>
467 <dd> 467 <dd>
468 file/directory name to show the log of (string) 468 file/directory name to show the log of (string)
469 </dd> 469 </dd>
470 </dl><a NAME="Subversion.svnLogLimited" ID="Subversion.svnLogLimited"></a> 470 </dl><a NAME="Subversion.svnLogLimited" ID="Subversion.svnLogLimited"></a>
471 <h4>Subversion.svnLogLimited</h4> 471 <h4>Subversion.svnLogLimited</h4>
472 <b>svnLogLimited</b>(<i>name</i>) 472 <b>svnLogLimited</b>(<i>name</i>)
473 <p> 473 <p>
474 Public method used to view the (limited) log of a file/directory from the 474 Public method used to view the (limited) log of a file/directory from the
475 Subversion repository. 475 Subversion repository.
476 </p><dl> 476 </p><dl>
477 <dt><i>name</i></dt> 477 <dt><i>name</i></dt>
478 <dd> 478 <dd>
479 file/directory name to show the log of (string) 479 file/directory name to show the log of (string)
516 name or list of names of file or directory to remove 516 name or list of names of file or directory to remove
517 (string) 517 (string)
518 </dd> 518 </dd>
519 </dl><a NAME="Subversion.svnRepoBrowser" ID="Subversion.svnRepoBrowser"></a> 519 </dl><a NAME="Subversion.svnRepoBrowser" ID="Subversion.svnRepoBrowser"></a>
520 <h4>Subversion.svnRepoBrowser</h4> 520 <h4>Subversion.svnRepoBrowser</h4>
521 <b>svnRepoBrowser</b>(<i>projectPath = None</i>) 521 <b>svnRepoBrowser</b>(<i>projectPath=None</i>)
522 <p> 522 <p>
523 Public method to open the repository browser. 523 Public method to open the repository browser.
524 </p><dl> 524 </p><dl>
525 <dt><i>projectPath</i></dt> 525 <dt><i>projectPath</i></dt>
526 <dd> 526 <dd>
536 <dd> 536 <dd>
537 file/directory name to be resolved (string) 537 file/directory name to be resolved (string)
538 </dd> 538 </dd>
539 </dl><a NAME="Subversion.svnSetProp" ID="Subversion.svnSetProp"></a> 539 </dl><a NAME="Subversion.svnSetProp" ID="Subversion.svnSetProp"></a>
540 <h4>Subversion.svnSetProp</h4> 540 <h4>Subversion.svnSetProp</h4>
541 <b>svnSetProp</b>(<i>name, recursive = False</i>) 541 <b>svnSetProp</b>(<i>name, recursive=False</i>)
542 <p> 542 <p>
543 Public method used to add a property to a file/directory. 543 Public method used to add a property to a file/directory.
544 </p><dl> 544 </p><dl>
545 <dt><i>name</i></dt> 545 <dt><i>name</i></dt>
546 <dd> 546 <dd>
571 <p> 571 <p>
572 Public method used to view the difference of a file/directory of two 572 Public method used to view the difference of a file/directory of two
573 repository URLs. 573 repository URLs.
574 </p><p> 574 </p><p>
575 If name is a directory and is the project directory, all project files 575 If name is a directory and is the project directory, all project files
576 are saved first. If name is a file (or list of files), which is/are being edited 576 are saved first. If name is a file (or list of files), which is/are being edited
577 and has unsaved modification, they can be saved or the operation may be aborted. 577 and has unsaved modification, they can be saved or the operation may be aborted.
578 </p><p> 578 </p><p>
579 This method gives the chance to enter the revisions to be compared. 579 This method gives the chance to enter the revisions to be compared.
580 </p><dl> 580 </p><dl>
581 <dt><i>name</i></dt> 581 <dt><i>name</i></dt>
582 <dd> 582 <dd>
583 file/directory name to be diffed (string) 583 file/directory name to be diffed (string)
584 </dd> 584 </dd>
585 </dl><a NAME="Subversion.vcsAdd" ID="Subversion.vcsAdd"></a> 585 </dl><a NAME="Subversion.vcsAdd" ID="Subversion.vcsAdd"></a>
586 <h4>Subversion.vcsAdd</h4> 586 <h4>Subversion.vcsAdd</h4>
587 <b>vcsAdd</b>(<i>name, isDir = False, noDialog = False</i>) 587 <b>vcsAdd</b>(<i>name, isDir=False, noDialog=False</i>)
588 <p> 588 <p>
589 Public method used to add a file/directory to the Subversion repository. 589 Public method used to add a file/directory to the Subversion repository.
590 </p><dl> 590 </p><dl>
591 <dt><i>name</i></dt> 591 <dt><i>name</i></dt>
592 <dd> 592 <dd>
598 <dd> 598 <dd>
599 flag indicating quiet operations (boolean) 599 flag indicating quiet operations (boolean)
600 </dd> 600 </dd>
601 </dl><a NAME="Subversion.vcsAddBinary" ID="Subversion.vcsAddBinary"></a> 601 </dl><a NAME="Subversion.vcsAddBinary" ID="Subversion.vcsAddBinary"></a>
602 <h4>Subversion.vcsAddBinary</h4> 602 <h4>Subversion.vcsAddBinary</h4>
603 <b>vcsAddBinary</b>(<i>name, isDir = False</i>) 603 <b>vcsAddBinary</b>(<i>name, isDir=False</i>)
604 <p> 604 <p>
605 Public method used to add a file/directory in binary mode to the 605 Public method used to add a file/directory in binary mode to the
606 Subversion repository. 606 Subversion repository.
607 </p><dl> 607 </p><dl>
608 <dt><i>name</i></dt> 608 <dt><i>name</i></dt>
622 <dd> 622 <dd>
623 root directory of the tree to be added (string or list of strings)) 623 root directory of the tree to be added (string or list of strings))
624 </dd> 624 </dd>
625 </dl><a NAME="Subversion.vcsAllRegisteredStates" ID="Subversion.vcsAllRegisteredStates"></a> 625 </dl><a NAME="Subversion.vcsAllRegisteredStates" ID="Subversion.vcsAllRegisteredStates"></a>
626 <h4>Subversion.vcsAllRegisteredStates</h4> 626 <h4>Subversion.vcsAllRegisteredStates</h4>
627 <b>vcsAllRegisteredStates</b>(<i>names, dname, shortcut = True</i>) 627 <b>vcsAllRegisteredStates</b>(<i>names, dname, shortcut=True</i>)
628 <p> 628 <p>
629 Public method used to get the registered states of a number of files in the vcs. 629 Public method used to get the registered states of a number of files in the vcs.
630 </p><p> 630 </p><p>
631 <b>Note:</b> If a shortcut is to be taken, the code will only check, if the named 631 <b>Note:</b> If a shortcut is to be taken, the code will only check, if the named
632 directory has been scanned already. If so, it is assumed, that the states for 632 directory has been scanned already. If so, it is assumed, that the states for
648 the received dictionary completed with a combination of 648 the received dictionary completed with a combination of
649 canBeCommited and canBeAdded or None in order to signal an error 649 canBeCommited and canBeAdded or None in order to signal an error
650 </dd> 650 </dd>
651 </dl><a NAME="Subversion.vcsCheckout" ID="Subversion.vcsCheckout"></a> 651 </dl><a NAME="Subversion.vcsCheckout" ID="Subversion.vcsCheckout"></a>
652 <h4>Subversion.vcsCheckout</h4> 652 <h4>Subversion.vcsCheckout</h4>
653 <b>vcsCheckout</b>(<i>vcsDataDict, projectDir, noDialog = False</i>) 653 <b>vcsCheckout</b>(<i>vcsDataDict, projectDir, noDialog=False</i>)
654 <p> 654 <p>
655 Public method used to check the project out of the Subversion repository. 655 Public method used to check the project out of the Subversion repository.
656 </p><dl> 656 </p><dl>
657 <dt><i>vcsDataDict</i></dt> 657 <dt><i>vcsDataDict</i></dt>
658 <dd> 658 <dd>
689 <dd> 689 <dd>
690 directory name of the working directory (string) 690 directory name of the working directory (string)
691 </dd> 691 </dd>
692 </dl><a NAME="Subversion.vcsCommit" ID="Subversion.vcsCommit"></a> 692 </dl><a NAME="Subversion.vcsCommit" ID="Subversion.vcsCommit"></a>
693 <h4>Subversion.vcsCommit</h4> 693 <h4>Subversion.vcsCommit</h4>
694 <b>vcsCommit</b>(<i>name, message, noDialog = False</i>) 694 <b>vcsCommit</b>(<i>name, message, noDialog=False</i>)
695 <p> 695 <p>
696 Public method used to make the change of a file/directory permanent in the 696 Public method used to make the change of a file/directory permanent in the
697 Subversion repository. 697 Subversion repository.
698 </p><dl> 698 </p><dl>
699 <dt><i>name</i></dt> 699 <dt><i>name</i></dt>
721 </dd> 721 </dd>
722 </dl><a NAME="Subversion.vcsDiff" ID="Subversion.vcsDiff"></a> 722 </dl><a NAME="Subversion.vcsDiff" ID="Subversion.vcsDiff"></a>
723 <h4>Subversion.vcsDiff</h4> 723 <h4>Subversion.vcsDiff</h4>
724 <b>vcsDiff</b>(<i>name</i>) 724 <b>vcsDiff</b>(<i>name</i>)
725 <p> 725 <p>
726 Public method used to view the difference of a file/directory to the 726 Public method used to view the difference of a file/directory to the
727 Subversion repository. 727 Subversion repository.
728 </p><p> 728 </p><p>
729 If name is a directory and is the project directory, all project files 729 If name is a directory and is the project directory, all project files
730 are saved first. If name is a file (or list of files), which is/are being edited 730 are saved first. If name is a file (or list of files), which is/are being edited
731 and has unsaved modification, they can be saved or the operation may be aborted. 731 and has unsaved modification, they can be saved or the operation may be aborted.
732 </p><dl> 732 </p><dl>
733 <dt><i>name</i></dt> 733 <dt><i>name</i></dt>
734 <dd> 734 <dd>
735 file/directory name to be diffed (string) 735 file/directory name to be diffed (string)
762 <dd> 762 <dd>
763 flag indicating an execution without errors (boolean) 763 flag indicating an execution without errors (boolean)
764 </dd> 764 </dd>
765 </dl><a NAME="Subversion.vcsGetProjectBrowserHelper" ID="Subversion.vcsGetProjectBrowserHelper"></a> 765 </dl><a NAME="Subversion.vcsGetProjectBrowserHelper" ID="Subversion.vcsGetProjectBrowserHelper"></a>
766 <h4>Subversion.vcsGetProjectBrowserHelper</h4> 766 <h4>Subversion.vcsGetProjectBrowserHelper</h4>
767 <b>vcsGetProjectBrowserHelper</b>(<i>browser, project, isTranslationsBrowser = False</i>) 767 <b>vcsGetProjectBrowserHelper</b>(<i>browser, project, isTranslationsBrowser=False</i>)
768 <p> 768 <p>
769 Public method to instanciate a helper object for the different project browsers. 769 Public method to instanciate a helper object for the different project browsers.
770 </p><dl> 770 </p><dl>
771 <dt><i>browser</i></dt> 771 <dt><i>browser</i></dt>
772 <dd> 772 <dd>
799 <dd> 799 <dd>
800 the project helper object 800 the project helper object
801 </dd> 801 </dd>
802 </dl><a NAME="Subversion.vcsImport" ID="Subversion.vcsImport"></a> 802 </dl><a NAME="Subversion.vcsImport" ID="Subversion.vcsImport"></a>
803 <h4>Subversion.vcsImport</h4> 803 <h4>Subversion.vcsImport</h4>
804 <b>vcsImport</b>(<i>vcsDataDict, projectDir, noDialog = False</i>) 804 <b>vcsImport</b>(<i>vcsDataDict, projectDir, noDialog=False</i>)
805 <p> 805 <p>
806 Public method used to import the project into the Subversion repository. 806 Public method used to import the project into the Subversion repository.
807 </p><dl> 807 </p><dl>
808 <dt><i>vcsDataDict</i></dt> 808 <dt><i>vcsDataDict</i></dt>
809 <dd> 809 <dd>
821 flag indicating an execution without errors (boolean) 821 flag indicating an execution without errors (boolean)
822 and a flag indicating the version controll status (boolean) 822 and a flag indicating the version controll status (boolean)
823 </dd> 823 </dd>
824 </dl><a NAME="Subversion.vcsInit" ID="Subversion.vcsInit"></a> 824 </dl><a NAME="Subversion.vcsInit" ID="Subversion.vcsInit"></a>
825 <h4>Subversion.vcsInit</h4> 825 <h4>Subversion.vcsInit</h4>
826 <b>vcsInit</b>(<i>vcsDir, noDialog = False</i>) 826 <b>vcsInit</b>(<i>vcsDir, noDialog=False</i>)
827 <p> 827 <p>
828 Public method used to initialize the subversion repository. 828 Public method used to initialize the subversion repository.
829 </p><p> 829 </p><p>
830 The subversion repository has to be initialized from outside eric5 830 The subversion repository has to be initialized from outside eric5
831 because the respective command always works locally. Therefore we 831 because the respective command always works locally. Therefore we
845 </dd> 845 </dd>
846 </dl><a NAME="Subversion.vcsLog" ID="Subversion.vcsLog"></a> 846 </dl><a NAME="Subversion.vcsLog" ID="Subversion.vcsLog"></a>
847 <h4>Subversion.vcsLog</h4> 847 <h4>Subversion.vcsLog</h4>
848 <b>vcsLog</b>(<i>name</i>) 848 <b>vcsLog</b>(<i>name</i>)
849 <p> 849 <p>
850 Public method used to view the log of a file/directory from the 850 Public method used to view the log of a file/directory from the
851 Subversion repository. 851 Subversion repository.
852 </p><dl> 852 </p><dl>
853 <dt><i>name</i></dt> 853 <dt><i>name</i></dt>
854 <dd> 854 <dd>
855 file/directory name to show the log of (string) 855 file/directory name to show the log of (string)
864 <dd> 864 <dd>
865 file/directory name to be merged (string) 865 file/directory name to be merged (string)
866 </dd> 866 </dd>
867 </dl><a NAME="Subversion.vcsMove" ID="Subversion.vcsMove"></a> 867 </dl><a NAME="Subversion.vcsMove" ID="Subversion.vcsMove"></a>
868 <h4>Subversion.vcsMove</h4> 868 <h4>Subversion.vcsMove</h4>
869 <b>vcsMove</b>(<i>name, project, target = None, noDialog = False</i>) 869 <b>vcsMove</b>(<i>name, project, target=None, noDialog=False</i>)
870 <p> 870 <p>
871 Public method used to move a file/directory. 871 Public method used to move a file/directory.
872 </p><dl> 872 </p><dl>
873 <dt><i>name</i></dt> 873 <dt><i>name</i></dt>
874 <dd> 874 <dd>
898 <dd> 898 <dd>
899 always 'Subversion' (string) 899 always 'Subversion' (string)
900 </dd> 900 </dd>
901 </dl><a NAME="Subversion.vcsNewProjectOptionsDialog" ID="Subversion.vcsNewProjectOptionsDialog"></a> 901 </dl><a NAME="Subversion.vcsNewProjectOptionsDialog" ID="Subversion.vcsNewProjectOptionsDialog"></a>
902 <h4>Subversion.vcsNewProjectOptionsDialog</h4> 902 <h4>Subversion.vcsNewProjectOptionsDialog</h4>
903 <b>vcsNewProjectOptionsDialog</b>(<i>parent = None</i>) 903 <b>vcsNewProjectOptionsDialog</b>(<i>parent=None</i>)
904 <p> 904 <p>
905 Public method to get a dialog to enter repository info for getting a new project. 905 Public method to get a dialog to enter repository info for getting a new project.
906 </p><dl> 906 </p><dl>
907 <dt><i>parent</i></dt> 907 <dt><i>parent</i></dt>
908 <dd> 908 <dd>
909 parent widget (QWidget) 909 parent widget (QWidget)
910 </dd> 910 </dd>
911 </dl><a NAME="Subversion.vcsOptionsDialog" ID="Subversion.vcsOptionsDialog"></a> 911 </dl><a NAME="Subversion.vcsOptionsDialog" ID="Subversion.vcsOptionsDialog"></a>
912 <h4>Subversion.vcsOptionsDialog</h4> 912 <h4>Subversion.vcsOptionsDialog</h4>
913 <b>vcsOptionsDialog</b>(<i>project, archive, editable = False, parent = None</i>) 913 <b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>)
914 <p> 914 <p>
915 Public method to get a dialog to enter repository info. 915 Public method to get a dialog to enter repository info.
916 </p><dl> 916 </p><dl>
917 <dt><i>project</i></dt> 917 <dt><i>project</i></dt>
918 <dd> 918 <dd>
942 <dd> 942 <dd>
943 a combination of canBeCommited and canBeAdded 943 a combination of canBeCommited and canBeAdded
944 </dd> 944 </dd>
945 </dl><a NAME="Subversion.vcsRemove" ID="Subversion.vcsRemove"></a> 945 </dl><a NAME="Subversion.vcsRemove" ID="Subversion.vcsRemove"></a>
946 <h4>Subversion.vcsRemove</h4> 946 <h4>Subversion.vcsRemove</h4>
947 <b>vcsRemove</b>(<i>name, project = False, noDialog = False</i>) 947 <b>vcsRemove</b>(<i>name, project=False, noDialog=False</i>)
948 <p> 948 <p>
949 Public method used to remove a file/directory from the Subversion repository. 949 Public method used to remove a file/directory from the Subversion repository.
950 </p><p> 950 </p><p>
951 The default operation is to remove the local copy as well. 951 The default operation is to remove the local copy as well.
952 </p><dl> 952 </p><dl>
997 Public method used to shutdown the Subversion interface. 997 Public method used to shutdown the Subversion interface.
998 </p><a NAME="Subversion.vcsStatus" ID="Subversion.vcsStatus"></a> 998 </p><a NAME="Subversion.vcsStatus" ID="Subversion.vcsStatus"></a>
999 <h4>Subversion.vcsStatus</h4> 999 <h4>Subversion.vcsStatus</h4>
1000 <b>vcsStatus</b>(<i>name</i>) 1000 <b>vcsStatus</b>(<i>name</i>)
1001 <p> 1001 <p>
1002 Public method used to view the status of files/directories in the 1002 Public method used to view the status of files/directories in the
1003 Subversion repository. 1003 Subversion repository.
1004 </p><dl> 1004 </p><dl>
1005 <dt><i>name</i></dt> 1005 <dt><i>name</i></dt>
1006 <dd> 1006 <dd>
1007 file/directory name(s) to show the status of 1007 file/directory name(s) to show the status of
1019 </dd> 1019 </dd>
1020 </dl><a NAME="Subversion.vcsTag" ID="Subversion.vcsTag"></a> 1020 </dl><a NAME="Subversion.vcsTag" ID="Subversion.vcsTag"></a>
1021 <h4>Subversion.vcsTag</h4> 1021 <h4>Subversion.vcsTag</h4>
1022 <b>vcsTag</b>(<i>name</i>) 1022 <b>vcsTag</b>(<i>name</i>)
1023 <p> 1023 <p>
1024 Public method used to set the tag of a file/directory in the 1024 Public method used to set the tag of a file/directory in the
1025 Subversion repository. 1025 Subversion repository.
1026 </p><dl> 1026 </p><dl>
1027 <dt><i>name</i></dt> 1027 <dt><i>name</i></dt>
1028 <dd> 1028 <dd>
1029 file/directory name to be tagged (string) 1029 file/directory name to be tagged (string)
1030 </dd> 1030 </dd>
1031 </dl><a NAME="Subversion.vcsUpdate" ID="Subversion.vcsUpdate"></a> 1031 </dl><a NAME="Subversion.vcsUpdate" ID="Subversion.vcsUpdate"></a>
1032 <h4>Subversion.vcsUpdate</h4> 1032 <h4>Subversion.vcsUpdate</h4>
1033 <b>vcsUpdate</b>(<i>name, noDialog = False</i>) 1033 <b>vcsUpdate</b>(<i>name, noDialog=False</i>)
1034 <p> 1034 <p>
1035 Public method used to update a file/directory with the Subversion repository. 1035 Public method used to update a file/directory with the Subversion repository.
1036 </p><dl> 1036 </p><dl>
1037 <dt><i>name</i></dt> 1037 <dt><i>name</i></dt>
1038 <dd> 1038 <dd>

eric ide

mercurial