On 05/30/2015 11:58 AM, Lambacher, Armin wrote: > I did a > > svn diff > checkForParallels.diff
That's exactly what you want to do. > and have now a diff file that contains my changes to the existing code. Was > this correct? I assume this did a diff against the version I downloaded in > the beginning…? Yes. It's probably best, though, to do an "svn update" (and a make) first before doing the "svn diff". This way you make sure your diff is against the latest code. Since you are working in the notation editor, and not much has happened there recently, it likely won't matter. But just in case, it's a good idea. > I have tow additional files (CheckForParallelsDialog.h and > CheckForParallelsDialog.cpp in rosegarden-code/src/gui/dialogs ) which > contain the code for doing the work. I think you can use "svn add" to add those files, and then I think svn diff will see them and include them in the patch. Give it a shot and see if the new files end up in the diff. If so, this is ideal. > Somehow I do not understand how I send this to > https://sourceforge.net/p/rosegarden/patches/ Create a new ticket by clicking on "Create Ticket". (You'll need to be logged into SourceForge or else you may not be able to create a ticket. I think we have anonymous tickets disabled.) Give it a title, and perhaps a brief description, then click on the "Add attachments" link to attach the patch file. Finally, click on save to save the ticket. There's a wiki page on this: http://www.rosegardenmusic.com/wiki/dev:contributing#create_patch_against_svn_and_source_root Ted. ------------------------------------------------------------------------------ _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
