Almost every non-toy IDE includes patch support.
Keywords: patch, diff, RCS (revison controll system)
generic discription:
1) open the patchfile with a text editor
2) locate the first line starting with "---"
3) find a known dir in this path
4) change to this dir
5) type "patch -pX < the-patch-file.diff"
X is a number e.g. you found the entry
--- unknownA/unknownB/known_dir/.....
X will be 2 as to unknown hirachies have to be stripped from
the path
in this case you could also simply save the attached
Jmol.properties file ;)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
unified diff to cvs 2004-09-15
Logged In: YES
user_id=1050060
I don't have experience applying patches.
How do I apply this patch to Jmol.properties in order to generate
Jmol_de.properties?
Logged In: YES
user_id=303038
Almost every non-toy IDE includes patch support.
Keywords: patch, diff, RCS (revison controll system)
generic discription:
1) open the patchfile with a text editor
2) locate the first line starting with "---"
3) find a known dir in this path
4) change to this dir
5) type "patch -pX < the-patch-file.diff"
X is a number e.g. you found the entry
--- unknownA/unknownB/known_dir/.....
X will be 2 as to unknown hirachies have to be stripped from
the path
in this case you could also simply save the attached
Jmol.properties file ;)
Logged In: YES
user_id=25678
Miguel, I've just applied this patch... (hope you don't mind)
Logged In: YES
user_id=1050060
I do not use an IDE.
Thanks egon