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

Invalid deleted the source repository error #49

Closed
miohtama opened this issue Mar 14, 2013 · 3 comments
Closed

Invalid deleted the source repository error #49

miohtama opened this issue Mar 14, 2013 · 3 comments
Assignees
Labels

Comments

@miohtama
Copy link

I am getting the following error

git-pulls merge 39
Sorry, opensourcehacker deleted the source repository, git-pulls doesn't support this.
You can manually patch your repo by running:

  curl https://github.com/opensourcehacker/sevabot/pull/39.patch | git am

Tell the contributor not to do this.

However I have not deleted any repository and there must be some kind of fault in the checking logic? I am trying to merge pull request from dev branch to master and both exist in the same repository.

Here is what happens if I run git am by hand:

curl https://github.com/opensourcehacker/sevabot/pull/39.patch | git am
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 92895  100 92895    0     0  57634      0  0:00:01  0:00:01 --:--:-- 60282
Applying: Working on stateful handlers
Applying: More stateful handler work-in-progress
Applying: Polished new stateful modules interface
error: patch failed: sevabot/frontend/main.py:70
error: sevabot/frontend/main.py: patch does not apply
Patch failed at 0003 Polished new stateful modules interface
The copy of the patch that failed is found in:
   /Users/mikko/code/sevabot/.git/rebase-apply/patch
When you have resolved this problem, run "git am --resolved".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".

Also looks like git-pulls checkout fails

git-pulls checkout 39
Checking out all open pull requests for opensourcehacker/sevabot
> dev into pull-dev
usage: git branch [options] [-r | -a] [--merged | --no-merged]
   or: git branch [options] [-l] [-f] <branchname> [<start-point>]
   or: git branch [options] [-r] (-d | -D) <branchname>...
   or: git branch [options] (-m | -M) [<oldbranch>] <newbranch>

Generic options
    -v, --verbose         show hash and subject, give twice for upstream branch
    -q, --quiet           suppress informational messages
    -t, --track           set up tracking mode (see git-pull(1))
    --set-upstream        change upstream info
    -u, --set-upstream-to <upstream>
                          change the upstream info
    --unset-upstream      Unset the upstream info
    --color[=<when>]      use colored output
    -r, --remotes         act on remote-tracking branches
    --contains <commit>   print only branches that contain the commit
    --abbrev[=<n>]        use <n> digits to display SHA-1s

Specific git-branch actions:
    -a, --all             list both remote-tracking and local branches
    -d, --delete          delete fully merged branch
    -D                    delete branch (even if not merged)
    -m, --move            move/rename a branch and its reflog
    -M                    move/rename a branch, even if target exists
    --list                list branch names
    -l, --create-reflog   create the branch's reflog
    --edit-description    edit the description for the branch
    -f, --force           force creation (when already exists)
    --no-merged <commit>  print only not merged branches
    --merged <commit>     print only merged branches
    --column[=<style>]    list branches in columns

Git version 1.8.1.3, OSX, Macports.

@AdrienGiboire
Copy link
Collaborator

Is this still happening? If so, did you try running git pulls update first? Are you working with a private/public repo?

@miohtama
Copy link
Author

Hi! I cannot repeat the problem anymore, thanks!

@AdrienGiboire
Copy link
Collaborator

Awesome!

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

No branches or pull requests

2 participants