Page 1 of 1
Can someone run a diff on 2.2.7 to 2.2.8?
Posted: Mon Dec 05, 2005 9:01 am
by Geesu
Or tell me how? Only way I know how is via the CVS, which isn't that efficient if I have to check each file manually...
I would prefer for someone to tell me how so I could do it in the future, but I'm grateful either way

Posted: Mon Dec 05, 2005 2:32 pm
by GUNN3R17
if you find out how can u post...i would like to know how aswell
Re: Can someone run a diff on 2.2.7 to 2.2.8?
Posted: Wed Dec 07, 2005 3:42 pm
by floyd25
Geesu wrote:Or tell me how? Only way I know how is via the CVS, which isn't that efficient if I have to check each file manually...
I would prefer for someone to tell me how so I could do it in the future, but I'm grateful either way

Geesu, its this line:
diff -uNr ./old-dir ./new-dir > output
Posted: Thu Dec 08, 2005 8:10 am
by Geesu
yay ty !