-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tables not being created, only namespaces
#57
Comments
Can you share the repository, or a cut-down copy of it with just a few commits? Is it possible that you need to use |
Hi @simonw ! Thanks for the quick reply. This is the repository https://github.com/lassebenni/shortbet. I am trying to get the commits for relative path I added a print statement to the commit checking code in git-history/git_history/cli.py Line 26 in b2f0274
The issue seems to be that the commit-tree-blobs do not contain the name of Not exactly sure what the issue is here.. |
So this ended up being due to my data living in a subfolder, in this case #52 Will solve this issue. I didn't notice the PR before so I ended up with a similar fix locally. =( |
I just ran into the same problem and can reproduce the behaviour when having data in a subfolder. |
I still get the same behaviour (empty db) with a fresh install. Multiple jsons in different directories https://github.com/gov2-ro/prometeu/ → https://flatgithub.com/gov2-ro/prometeu |
Hi!
I am trying to run
git-history
on a repository containing ajson
file that has multiple versions over time ( hundreds of commits to the same file).When I run
git-history file some_data.db data/latest.json --branch master
, it creates asome_data.db
but there are nocommits
tables being created:Only a single
namespaces
table with a single item is created..Not sure what I am missing here?
Kind regards,
Lasse
The text was updated successfully, but these errors were encountered: