forked from adamm/git-importer
3d1684f01be491768acd26cb44c84241f9f91aa4
Instead of calculating diffs, just apply the revision to the branch as-is. If things don't match, update them. Done. Problems happens if there are devel project changes and histories are no longer linear and the diffs are not calculated properly. eg. trytond_stock_lot devel branch was imported incorrectly
sudo zypper in python3-psycopg sudo su - postgres
createdb -O <LOCAL_USER> imported_git
To reset the database, drop table scheme
Description
Languages
Python
99.1%
Shell
0.5%
Makefile
0.4%