I added the following text to the wiki page:

"There are two official repos for Rosegarden and you can fork and submit changes via either of them. The primary repo is at sourceforge https://sourceforge.net/p/rosegarden/git/ci/master/tree/ . The secondary is at github: https://github.com/tedfelix/rosegarden-official . The following steps are for sourceforge. The github steps are similar."

  And I updated the git clone command to look suspicious:

git clone ssh://[email protected]/u/youruserid/rosegarden rosegarden-git

  Hopefully that's better.  Please review.

https://www.rosegardenmusic.com/wiki/dev:using_git#fork_the_repo

Ted.

On 11/24/25 7:52 AM, Ted Felix wrote:
On 11/23/25 6:37 AM, David Faure wrote:
I'd like to contribute a small compile fix, but I'm confused about how to proceed.

* https://github.com/tedfelix/rosegarden-official is called "official" but isn't mentioned in
https://www.rosegardenmusic.com/wiki/dev:using_git#making_changes

  You can contribute there if you prefer github.  I'll add it to that page.

* If I follow the instructions on that wiki, I can fetch from my ssh://dfaure_kde@ remote,
but I can't push to it.

error: remote unpack failed: unable to create temporary object directory
To ssh://git.code.sf.net/u/tedfelix/rosegarden
  ! [remote rejected]     fix_ninja_build -> fix_ninja_build (unpacker error) error: failed to push some refs to 'ssh://git.code.sf.net/u/tedfelix/ rosegarden'

  That looks like permissions.  You should be pushing to your own remote, not mine.  I'm guessing the remote is pointing to the wrong place.  Take a look at the output of this:

$ git remote -v

  It might show origin pointing to "ssh://[email protected]/u/ tedfelix/rosegarden".  That should point to your fork on sourceforge instead.  It can be changed with "git remote set-url".

  The instructions aren't clear that the "git clone" command needs to be modified to use the fork you just made.  I will update it.

Ted.



_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel



_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to