News:

Come Chat with us live! Learn how HERE!

Main Menu

What command-line utility creates patch files?

Started by Le Compilateur, June 02, 2008, 08:27:38 PM

Le Compilateur

I would like to create a patch for people who want to use my QVM but also want to apply their own changes. What command-line utility do I use for this? Is it patch, diff, or something else I haven't heard of?
I'm a developer! If you'd like to contribute to the Equilibrium QVM project or download the latest version, please visit this thread.

QVMs now compile under Leopard; get the patch here. Requires SVN r1053 or later.

Plague

cd to your qvm's directory and use svn diff > filename.patch

Le Compilateur

#2
You mean the source code directory (such as ~/tremulous-svn/) or the actual directory where the QVM is?

Whatever, I will try this on my own with the source directory.

NVM this worked great. Thanks!
I'm a developer! If you'd like to contribute to the Equilibrium QVM project or download the latest version, please visit this thread.

QVMs now compile under Leopard; get the patch here. Requires SVN r1053 or later.