i've got a repo which was imported from our internal git repo, but after many heck i delete it:
```
./bin/remove destroy rV
rm -rf /var/repo/V
```
then i try to reimport it with the same callsign and and the same name:
- Create or Import Repository
- Import an Existing External Repository
- Git
- same repo name (Vidux) andd callsign (V)
- same local http git repo url (without password auth required)
- default policy
- Configure More Options First
- Edit Hosting
- Host Repository on Phabricator
- SSH/HTTP read/write
- Activate Repository
And the import process finish in a few seconds with "Fully Imported" even though it' s a rather big git repo. but when i select the repo i've got:
```
Empty Repository
This repository does not have any commits yet.
````
and the command line git clone works for the url. I can't find anything in the log file so i can't figure out what can happened.