Skip to content

Commit d8084f9

Browse files
uqstnyblom
authored andcommitted
Fix some typos in the README and add a pointer to where annotated tags
are to be found after the conversion.
1 parent ece0088 commit d8084f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ Creates a rule that matches paths by `REGEX` and applies some `PARAMETERS` to th
9393

9494
- `export` I have no idea what this does
9595
- `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.
9797

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`.
9999

100100
### `include FILENAME`
101101

@@ -113,4 +113,4 @@ Please feel free to fill this section in.
113113
Some SVN tricks
114114
---------------
115115
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

Comments
 (0)