On 2008.09.17 03:38:12 -0700, Michael Kerrisk wrote: > $ svn list file:///home/mtk/man-pages-rep/tags > man-pages-2.00 > man-pages-2.01 > man-pages-2.02 > man-pages-2.03 > ... > $ svn list file:///home/mtk/man-pages-rep/tags/man-pages-2.00 > man-pages > $ svn list file:///home/mtk/man-pages-rep/tags/man-pages-2.01 > man-pages > [and so on] > $ svn list file:///home/mtk/man-pages-rep/branches > $ > (i.e., no branches, since this has been a linear svn repo.) That means that you also need to pass the "man-pages" suffix for the tags and branches. git svn clone file:///path/to/repo \ -T trunk/man-pages \ -b branches/*/man-pages \ -t tags/*/man-pages Might require a more recent git-svn version, not sure about that. Björn -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html