I need to publish a document in more than one space. How can I reference a document from another space without making a copy. I am looking to something similar to "ln" command from linux.
"If the target of a link is removed, the document vanishes and all links to it become orphans. Conversely, removing a symbolic link has no effect on its target." - Shariff
Put another way, you are somewhat linking through the name of another item - not directly linking to its contents. So if you delete the initial item all of your links break.
(This is a good feature but we also need hard links at times)