Dongsheng Song <dongsheng.song@xxxxxxxxx> wrote: > [ ~/wc/git-svn]$ mkdir apr > [ ~/wc/git-svn]$ cd apr/ > [ ~/wc/git-svn/apr]$ ls > [ ~/wc/git-svn/apr]$ git-svn init -T trunk -b branches -t tags > http://svn.apache.org/repos/asf/apr/apr > Initialized empty Git repository in .git/ > Using higher level of URL: http://svn.apache.org/repos/asf/apr/apr => > http://svn.apache.org/repos/asf > [ ~/wc/git-svn/apr]$ git-svn fetch > W: Ignoring error from SVN, path probably does not exist: (175002): RA > layer request failed: REPORT request failed on > '/repos/asf/!svn/bc/2200': REPORT of '/repos/asf/!svn/bc/2200': 200 OK > (http://svn.apache.org) > > What's wrong? Nothing. The "W:" there means it's just a warning. git-svn looks into the beginning of history in an attempt to fetch all history, and if the directory you're tracking doesn't exist, it'll spit out that warning message once (it used to spit it out a lot more). -- Eric Wong - 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