nomem
nomem

Reputation: 1588

How to clean unfinished repo sync

I am trying to download android source using repo tool. Due to low bandwidth it hasn't finished downloading after several days. Now I want to clean up all the recieve files. How to do that? I don't see any clean command for the repo.

Upvotes: 1

Views: 1106

Answers (1)

skoperst
skoperst

Reputation: 2309

You still can continue downloading the repository just run:

repo sync

If you want to clean the repository just delete whats under .repo, its a hidden directory

Upvotes: 1

Related Questions