> I'll take a look at that. The problem I had is that svn didn't want to > recognise the files in a directory that weren't in the repository. But I > should be able to put it all in one patch file.
Yeah I tried doing the same with banshee.. even created my own svn repo, but found it far easier to just use quilt to stay up to date. With quilt you just keep a patches/ directory at the toplevel that has your patch in it and use commands like push/pop to work on the patch. It only tracks the files you tell it to, so you don't screw up your local copy of the repo and updating the baseline is typically as easy as: $ quilt pop $ svn up $ quilt push $ quilt refresh Anyway, satisfied user spiel over :) > I'm probably not going to get time to look at it until Tuesday at the > earliest, particularly as my test Karma has helpfully died again. Alrighty. If I have a chance before then I'll take a look. -- Bob Copeland %% www.bobcopeland.com ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ linux-karma-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-karma-devel
