mdlr icon indicating copy to clipboard operation
mdlr copied to clipboard

Possible bug with existing subrepo

Open BarbzYHOOL opened this issue 7 years ago • 1 comments

I think I found a bug, but can't really reproduce (I had it the first time I used mdlr)

I had a repository with another repo inside it but not declared as a submodule. I did this:

mdlr init
mdlr add ...
mdlr import -f

And it seems like the import didn't overwrite or work because it was already there.

Then I retried but I first deleted the subrepository and it worked fine. I can't say more :P

BarbzYHOOL avatar Aug 24 '18 15:08 BarbzYHOOL

I'm not sure what could cause such behavior, assuming that the mdlr.yml file was properly configured since, during a force operation, the dir is cleared entirely regardless of whether or not it might exist I believe

svarlamov avatar Nov 30 '18 10:11 svarlamov