summaryrefslogtreecommitdiffstats
path: root/src/tdesvnd/tdesvn_subversion.desktop.cmake
blob: aca5d5a7a59657af194225f6ee3dfeff248b4425 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
[Desktop Entry]
Encoding=UTF-8
X-TDE-ServiceTypes=inode/directory,all/allfiles
X-TDE-Submenu=Subversion (tdesvn)

@ACTION_MENU@

[Desktop Action Log]
Name=Subversion log (last 100)
Comment=Displays the subversion log
Icon=tdesvnlog
Exec=tdesvn exec -r HEAD:1 -l 100 log %U

[Desktop Action Info]
Name=Detailed subversion info
Icon=tdesvninfo
Exec=tdesvn exec info %U

[Desktop Action Add]
Name=Add to Repository
Icon=tdesvnadd
Exec=tdesvn exec add %U

[Desktop Action Addnew]
Name=Check for unversioned items
Icon=tdesvnaddrecursive
Exec=tdesvn exec addnew %U

[Desktop Action Delete]
Name=Delete From Repository
Icon=tdesvndelete
Exec=tdesvn exec rm %U

[Desktop Action Revert]
Name=Revert Local Changes
Comment=Remove any changes made locally. Warning - this cannot be undone.
Icon=undo
Exec=tdesvn exec revert %U

[Desktop Action Rename]
Name=Rename...
Comment=Rename a file locally and in the repository.  Use this rather than adding and deleting to rename a file.
Icon=pencil
Exec=tdesvn exec mv %U

[Desktop Action Import]
Name=Import Repository
Comment=Put folder into an existing repository to put it under revision control.
Icon=svn_import
Exec=tdeio_svn_helper -i %U

[Desktop Action Checkout]
Name=Checkout From Repository...
Comment=Checkout out files from an existing repository into this folder.
Icon=tdesvncheckout
Exec=tdesvn exec checkout %U

[Desktop Action Switch]
Name=Switch...
Comment=Switch given working copy to another branch
Icon=tdesvnswitch
Exec=tdesvn exec switch %U

[Desktop Action Merge]
Name=Merge...
Comment=Merge changes between this and another branch
Icon=svn_merge
Exec=tdeio_svn_helper -m %U

[Desktop Action Blame]
Name=Blame...
Comment=See who wrote each line of the file and in what revision
Icon=tdesvnblame
Exec=tdesvn exec blame %U

[Desktop Action CreatePatch]
Name=Create Patch...
Exec=tdeio_svn_helper -p %U

[Desktop Action Export]
Name=Export...
Comment=Checkout out an unversioned copy of a tree from a repository
Icon=tdesvnexport
Exec=tdesvn exec export %U

[Desktop Action Diff]
Name=Diff (local)
Comment=Show local changes since last update
Icon=tdesvndiff
Exec=tdesvn exec diff %U

[Desktop Action Update]
Name=TDESvn Update
Icon=tdesvnupdate
Exec=tdesvn exec update %U

[Desktop Action Commit]
Name=TDESvn Commit
Icon=tdesvncommit
Exec=tdesvn exec commit %U

[Desktop Action Checkout]
Name=Checkout From Repository...
Comment=Checkout out files from an existing repository into this folder.
Icon=tdesvncheckout
Exec=tdesvn exec checkout %U

[Desktop Action Export]
Name=Export...
Comment=Checkout out an unversioned copy of a tree from a repository
Icon=tdesvnexport
Exec=tdesvn exec export %U

[Desktop Action Checkoutto]
Name=Checkout from a repository...
Comment=Checkout out files from an existing repository into this folder.
Icon=tdesvncheckout
Exec=tdesvn exec checkoutto %U

[Desktop Action Exportto]
Name=Export from a subversion repository...
Comment=Checkout out an unversioned copy of a tree from a repository
Icon=tdesvnexport
Exec=tdesvn exec exportto %U

[Desktop Action Tree]
Name=Display revision tree
Comment=Show complete revision tree
Icon=tdesvnlog
Exec=tdesvn exec tree %U