Julie S wrote: > I've read a bit on svn and just got confused. How do I get those two > files to appear in the my-patch?
I recommend you to make a new working development copy of RG by checking it out from the repository. A cycle will look like this: Check out a new working copy, do the changes and make the patch (which will contain all your changes). Here's the commands (suggestions): $ svn co https://rosegarden.svn.sourceforge.net/svnroot/rosegarden/trunk/rosegarden rgtrunk-dev $ cd rgtrunk-dev [do your changes in the code] $ svn diff > ../my.patch Now, you should have one shiny new patch file which contains your changes no matter how many files you have altered inside your working subversion copy. Jostein ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
