You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "OlekMazur (via GitHub)" <gi...@apache.org> on 2023/05/27 12:30:36 UTC

[GitHub] [couchdb] OlekMazur commented on pull request #4388: Bump recon to 2.5.3

OlekMazur commented on PR #4388:
URL: https://github.com/apache/couchdb/pull/4388#issuecomment-1565392992

   Hi,
   
   I have a problem configuring couchdb at Fedora 38 which seems related to recon 2.5.3:
   ```
   Updating recon from {git,"https://github.com/apache/couchdb-recon.git",
                            {tag,"2.5.3"}}
   error: pathspec '2.5.3' did not match any file(s) known to git
   ERROR: sh(git checkout -q 2.5.3)
   failed with return code 1 and the following output:
   error: pathspec '2.5.3' did not match any file(s) known to git
   ```
   
   https://github.com/apache/couchdb-recon/tree/2.5.3 shows "This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository."
   
   But when I switched remote "origin" url in src/recon/.git/config from https://github.com/apache/couchdb-recon.git to https://github.com/ferd/recon.git , configure script succeeded.
   
   Looks like you can't checkout 2.5.3 out of apache/couchdb-recon.git repo (?)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org