Re: How to create a link that works between OS X and Ubuntu
From: richard Cavell <richardcavell_at_mail.com>
Date: Tue, 26 Apr 2011 04:12:44 +0000
The link count for autobot and a1 will be 2; each name references the same file on disk. The symbolic link, however, is a pointer to a name. You can replace the file autobot without affecting a2, but if you replace autobot (rm autobot; make autobot) you will find that the connection between autobot and a is broken.
Richard
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.