summaryrefslogtreecommitdiffstats
path: root/tdeioslave/svn/svnhelper/subversion.desktop
blob: e3fc25ef7f95afdb0223b8b5b3d0233804b460ae (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
[Desktop Entry]
X-TDE-ServiceTypes=inode/directory,all/all
X-TDE-Submenu=Subversion
#X-TDE-ShowIfDcopCall=kded ksvnd anyValidWorkingCopy(KURL::List)

#Return type of below is a QStringList with a list of Actions which is appended to the Actions above
X-TDE-GetActionMenu=kded ksvnd getActionMenu(KURL::List)

[Desktop Action Add]
Name=Add to Repository
Icon=svn_add
Exec=tdeio_svn_helper -a %U

[Desktop Action Delete]
Name=Delete From Repository
Icon=svn_remove
Exec=tdeio_svn_helper -d %U

[Desktop Action Revert]
Name=Revert Local Changes
Comment=Remove any changes made locally. Warning - this cannot be undone.
Icon=edit-undo
Exec=tdeio_svn_helper -r %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=tdeio_svn_helper -r %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=svn_checkout
Exec=tdeio_svn_helper -C %U

[Desktop Action Switch]
Name=Switch...
Comment=Switch given working copy to another branch
Icon=svn_switch
Exec=tdeio_svn_helper -s %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=svn_blame
Exec=tdeio_svn_helper -b %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=svn_export
Exec=tdeio_svn_helper -e %U

[Desktop Action Diff]
Name=Diff (local)
Comment=Show local changes since last update
Icon=svn_diff
Exec=tdeio_svn_helper -D %U