summaryrefslogtreecommitdiffstats
path: root/kioslave/svn/TODO
blob: b5bbe683e9fc6c15db800492749bd0a420d97645 (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
For the menu options, tortoise SVN has something like below.
We can follow this to some extent:

Folder not in SVN at all:

SVN Checkout
Svn:
  Export
  Create Repository here
  Import
  ----
  Settings...
  Help

A folder and a file in an SVN folder and in the SVN repository

SVN Update
SVN Commit....
Svn:
  Show Log
  Check for modifications
  Revision Graph
  ----
  Update to revision...
  Rename...
  Delete
  Revert
  Cleanup
  ----
  Branch/tag...
  Switch...
  Merge...
  Export...
  Relocate...
  ----
  Add (?)
  ---- 
  Create Patch...
  Apply Patch...
  ----
  Settings...
  Help
  
A file in an SVN folder and in SVN repository

SVN Update
SVN Commit....
Svn:
  Show Log
  Check for modifications
  Revision Graph
  ----
  Update to revision...
  Rename...
  Delete
  Revert
  Cleanup
  ----
  Branch/tag...
  Switch...
  Merge...
  Blame...
  ----
  Settings...
  Help


A file in SVN folder, but not in repos

Svn:
  Add
  Add to ignore list