[OT] Anyone w/ svn->git experience and advice?
Vladimir Panteleev
vladimir at thecybershadow.net
Thu Jan 12 19:38:34 PST 2012
On Friday, 13 January 2012 at 03:32:03 UTC, Nick Sabalausky wrote:
> On one SVN repo:
> Failed to strip path 'bin/lang/.gitignore'
> ((?-xism:^trunk(/|$)))
--preserve-empty-dirs works by putting a dummy file inside empty
directories. The file name is ".gitignore". It looks like
--preserve-empty-dirs is broken for your case.
More information about the Digitalmars-d
mailing list