|
2 | 2 | "name": "svn-scm", |
3 | 3 | "displayName": "SVN", |
4 | 4 | "description": "Integrated Subversion source control", |
5 | | - "version": "2.12.4", |
| 5 | + "version": "2.13.0", |
6 | 6 | "publisher": "johnstoncode", |
7 | 7 | "engines": { |
8 | 8 | "vscode": "^1.44.0" |
|
494 | 494 | "command": "svn.addToIgnoreExplorer", |
495 | 495 | "when": "false" |
496 | 496 | }, |
| 497 | + { |
| 498 | + "command": "svn.addToIgnoreSCM", |
| 499 | + "when": "false" |
| 500 | + }, |
497 | 501 | { |
498 | 502 | "command": "svn.branchchanges.openDiff", |
499 | 503 | "when": "false" |
|
566 | 570 | "command": "svn.openChangeHead", |
567 | 571 | "when": "config.svn.enabled && svnOpenRepositoryCount != 0 && svnActiveEditorHasChanges" |
568 | 572 | }, |
| 573 | + { |
| 574 | + "command": "svn.openChangePrev", |
| 575 | + "when": "false" |
| 576 | + }, |
569 | 577 | { |
570 | 578 | "command": "svn.openFile", |
571 | 579 | "when": "config.svn.enabled && svnOpenRepositoryCount != 0" |
|
582 | 590 | "command": "svn.patchAll", |
583 | 591 | "when": "config.svn.enabled && svnOpenRepositoryCount != 0" |
584 | 592 | }, |
| 593 | + { |
| 594 | + "command": "svn.patchChangeList", |
| 595 | + "when": "false" |
| 596 | + }, |
585 | 597 | { |
586 | 598 | "command": "svn.pickCommitMessage", |
587 | 599 | "when": "config.svn.enabled && svnOpenRepositoryCount != 0" |
|
590 | 602 | "command": "svn.refresh", |
591 | 603 | "when": "config.svn.enabled && svnOpenRepositoryCount != 0" |
592 | 604 | }, |
| 605 | + { |
| 606 | + "command": "svn.refreshRemoteChanges", |
| 607 | + "when": "config.svn.enabled && svnOpenRepositoryCount != 0" |
| 608 | + }, |
593 | 609 | { |
594 | 610 | "command": "svn.remove", |
595 | 611 | "when": "config.svn.enabled && svnOpenRepositoryCount != 0" |
|
670 | 686 | "command": "svn.switchBranch", |
671 | 687 | "when": "config.svn.enabled && svnOpenRepositoryCount != 0" |
672 | 688 | }, |
673 | | - { |
674 | | - "command": "svn.update", |
675 | | - "when": "config.svn.enabled && svnOpenRepositoryCount != 0" |
676 | | - }, |
677 | 689 | { |
678 | 690 | "command": "svn.treeview.pullIncomingChange", |
679 | 691 | "when": "false" |
680 | 692 | }, |
681 | | - { |
682 | | - "command": "svn.patchChangeList", |
683 | | - "when": "false" |
684 | | - }, |
685 | | - { |
686 | | - "command": "svn.refreshRemoteChanges", |
687 | | - "when": "config.svn.enabled && svnOpenRepositoryCount != 0" |
688 | | - }, |
689 | | - { |
690 | | - "command": "svn.openChangePrev", |
691 | | - "when": "false" |
692 | | - }, |
693 | 693 | { |
694 | 694 | "command": "svn.treeview.refreshProvider", |
695 | 695 | "when": "false" |
696 | 696 | }, |
697 | 697 | { |
698 | | - "command": "svn.addToIgnoreSCM", |
699 | | - "when": "false" |
| 698 | + "command": "svn.update", |
| 699 | + "when": "config.svn.enabled && svnOpenRepositoryCount != 0" |
700 | 700 | } |
701 | 701 | ], |
702 | 702 | "view/title": [ |
|
0 commit comments