next up previous contents
Next: Better merge support Up: Missing Features Previous: Missing Features   Contents

Symbolic Links

Sometimes projects use symbolic links to either ensure that only one copy of a file exists (so changes can be seen everywhere) and to put a copy of a file into a path without actually making another full copy. Java does this by making all of its commands (java, javac, etc) be links to one executable with different names. Neither CVS nor Subversion supports this.

root 2004-02-24