You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -93,9 +93,9 @@ Creates a rule that matches paths by `REGEX` and applies some `PARAMETERS` to th
93
93
94
94
-`export` I have no idea what this does
95
95
-`ignore` ignores this path
96
-
-`recurse` tells svn2git to ignore this path and continue searching it's children.
96
+
-`recurse` tells svn2git to ignore this path and continue searching its children.
97
97
98
-
-`annotate true` creates annotated tags instead of lightweight tags
98
+
-`annotated true` creates annotated tags instead of lightweight tags. You can see the commit log with `git tag -n`.
99
99
100
100
### `include FILENAME`
101
101
@@ -113,4 +113,4 @@ Please feel free to fill this section in.
113
113
Some SVN tricks
114
114
---------------
115
115
You can access your newly rsynced SVN repo with commands like `svn ls file:///path/to/repo/trunk/KDE`.
116
-
A common issue is tracking when an item left playground for kdereview and then went from kdereview to its final destination. There is no straightforward way to do this. So the following command comes in handy: `svn log -v file:///path/to/repo/kde-svn/kde/trunk/kdereview | grep /trunk/kdereview/mplayerthumbs -A 5 -B 5` This will print all commits relevant to the package you are trying to track. You can also pipe the above command to head or tail to see the the first and last commit it was in that directory.
116
+
A common issue is tracking when an item left playground for kdereview and then went from kdereview to its final destination. There is no straightforward way to do this. So the following command comes in handy: `svn log -v file:///path/to/repo/kde-svn/kde/trunk/kdereview | grep /trunk/kdereview/mplayerthumbs -A 5 -B 5` This will print all commits relevant to the package you are trying to track. You can also pipe the above command to head or tail to see the first and last commit it was in that directory.
0 commit comments