berkus / muddle

Automatically exported from code.google.com/p/muddle
0 stars 0 forks source link

calling 'muddle init' with a bad url breaks the directory in a non-obvious fashion #253

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
calling 'muddle init' with a bad url, E.G:

    $ muddle init ssh+git:git@badaddress.c

fails to pull the build description but creates a .muddle directory, causing 
any future 'muddle init' commands to try and pull from the original bad 
repository.

This can be easily fixed by calling `rm -rf .muddle`, but if you're not aware 
of the problem it can cause undue pain.

Original issue reported on code.google.com by David.La...@gmail.com on 2 Jul 2013 at 5:00