From: John A. T. <jat...@ja...> - 2008-11-21 21:05:04
|
On Fri, 21 Nov 2008, Erik Vos wrote: > It took me some trouble to apply these patches (I must add immediately that > I have never worked with diff patches before). On lines like > --- 18xx.orig/rails/ui/swing/GameUIManager.java 2008-06-30 > 13:35:29.000000000 -0700 > it seems that Eclipse considers the date/time stuff as a part of the > filename; I had to remove that. > And the "orig" part I had to remove as well. You should just be able to run patch -p1 <patchfile to apply the diffs -- -p1 tells it to strip off 1 path component, which in this case would be 18xx, so you should be in the top of your working copy. -- John A. Tamplin ja...@ja... 770/436-5387 HOME 4116 Manson Ave Smyrna, GA 30082-3723 |