Up to now, when working on sunrise with git-svn, I faced two minor issues that it didn't handle nicely.
a) When copying stuff from sunrise/ to reviewed/ so that it goes out via layman, the file was added although it was merged.
b) It left empty dirs behind when I kicked an app (as it went over to gentoo-x86)
After reading a bunch of mailinglists and forums posts, I finally had a working solution. Just add these lines to .git/config file:
[diff]
renames = copies
[svn]
findcopiesharder = 1
rmdir = 1
http://planet.gentoo.org/developers/htsrv/trackback.php/1417
No Comments/Trackbacks for this post yet...
| Mon | Tue | Wed | Thu | Fri | Sat | Sun |
|---|---|---|---|---|---|---|
| << < | ||||||
| 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 | ||