Skip to content
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

Cgit plugin does not retrieve all revisions #82

Open
michel-slm opened this issue Feb 13, 2014 · 5 comments
Open

Cgit plugin does not retrieve all revisions #82

michel-slm opened this issue Feb 13, 2014 · 5 comments

Comments

@michel-slm
Copy link

For some reason, Cgit imports all revisions of my project up to a particular revision, and any attempt to import newer data (using "Import Latest Data" from the Manage Repositories interface, or using the post-receive hook below)

#!/bin/sh

curl "http://localhost/issues/plugin.php?page=Source/import&id=allapi_key=MY_API_KEY"

results in this message:

Oldest 'master' branch parent: ''
Retrieving master ... processing fdeca4274efd46b4122c3b2cecedb0c06a12019d ... already exists.

I've tried deleting the repository configuration and re-creating it and it's stuck at the same revision.

If I pick "Import Everything" I get some "already exists" message as well, for example

Retrieving 2a1973c8be416890722f5a275a761787e0bdca87 ... processing 2a1973c8be416890722f5a275a761787e0bdca87 ... already exists.

interspersed among the normal ones, ending with the same revision as when updating

Retrieving 09afc275dc6841b92c6e6ffe980bc6d02f5ca25b ... processing 09afc275dc6841b92c6e6ffe980bc6d02f5ca25b ... saved.

Oldest 'master' branch parent: ''
Retrieving master ... processing fdeca4274efd46b4122c3b2cecedb0c06a12019d ... already exists.
@michel-slm
Copy link
Author

Additional details: using Cgit 0.9.2, latest source-integration commit (ab86175
) and Mantis BT 1.2.16 on CentOS 6.5

@michel-slm
Copy link
Author

Full "Import Everything" log uploaded https://gist.github.com/michel-slm/8972004

@rkparikh
Copy link

I am facing the same issue. Can anyone help with this?

@rattkin
Copy link
Contributor

rattkin commented Sep 11, 2014

I have a simmilar problem with svn repository. Just one though.

@kierun
Copy link

kierun commented Jun 12, 2015

I am getting this as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants