On 3/25/06, Alexander Panzhin <[EMAIL PROTECTED]> wrote: > OK. Here's a question by a noob. > Got any links how to create those patches? > Because where I work we use svn and never actually needed to use patches. > I've made the changes, and they seem to work.
On 3/25/06, Alexander Panzhin <[EMAIL PROTECTED]> wrote: > PS: Maybe any recommended tools? Depends on your environment. Eclipse has a Team -> Create Patch. TortoiseSVN also has a Create Patch option. On unix-like systems, you can use the "diff -u" command.
