Game Development Community

submitting patches

by Desmond Fletcher · in Torque Game Engine · 06/09/2002 (1:39 pm) · 2 replies

The instructions for submitting patches review how to specify folders; how would I specify a single file from the cvs commandline? (e.g. I have a folder with changes in numerous files but only one file is ready for patching).

#1
06/09/2002 (9:17 pm)
Des-

You should apply just the stuff you want to submit to a fresh HEAD version, and make the patch based on that.
#2
06/10/2002 (7:33 am)
I figured that was what I'd have to do if there was no better commandline option. And I guess that means two versions of HEAD to also test the patch before submission. Thanks