Sascha H�depohl wrote: > Hi, > > if i have made a change to the Blackbox-code and would like to make it > available, the right way would be to supply a patch via sourceforge, > right? > > How would i create the Patch? > > I have my modified code-base (extracted tarball from sourceforge) in the > directory "blackbox". And the unmodified code from the same tarball in > the directory "blackbox-0.70.". Both directorys are in my current > workingdirectory. What Steps do i need to create a valid Patch? > > diff -Naur blackbox-0.70/src blackbox/src > my.patch ?
This works... what you could also do is keep an anonymous CVS checkout and make modifications there. You can then generate a patch by running 'cvs diff > my.diff' > regards > sascha -- Bradley T. Hughes - bhughes at trolltech.com Trolltech AS - Waldemar Thranes gt. 98 N-0175 Oslo, Norway -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html
