forked from universal-ctags/ctags
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TRACKING
76 lines (46 loc) · 1.7 KB
/
TRACKING
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
This is working note for tracking activity at exuberant tree.
subversion
============================================================
* status
Revisions up to <r807> are merged except:
<r779> - conflicts
<r785> - conflicts
<r788> - conflicts
(Tue Apr 29 15:34:30 2014 by yamato)
* howto
[svn] -> [local exuberant git repo] -> [exuberant branch of local fishman git repo]
1. prepare fishman repo: a local git repo forked from github.
You may know how to do it.
2. prepare exuberant repo: a local git repo clone from exuberant svn tree.
You can make a clone repo with following command line:
$ git svn clone http://svn.code.sf.net/p/ctags/code -T trunk
Rename `code' to $DIR/exuberant.
If you have exuberant repo already, do git svn fetch to get
the latest changes.
3. add exuberant as remote repo to config of fishman repos
[remote "exuberant"]
url = file:///$DIR/exuberant
fetch = +refs/heads/master:refs/remotes/exuberant
4. fetch the changes
$ git fetch exuberant
5. cherry-pick
5.1 Make a branch at local fishman repo and switch to it.
5.2 Do cherry-pick like:
$ git cherry-pick -s -x c81a8ce
You can find commit id on the another terminal:
$ git checkout exuberant
$ git log
or
$ git long --oneline
If conflicts are occurred in cherry-picking, you can
abort/reset cherry-picking with:
$ git reset --hard
at the branch for picking.
bugs
============================================================
Do nothing yet.
patches
============================================================
<84> - solved by annother implementation
c93e3bfa05b70d7fbc2539454c957eb2169e16b3
502355489b1ba748b1a235641bbd512ba6da315e