RE: NTFS Junction points (symlinks) within the working copy
From: Duncan Booth <duncan.booth_at_suttoncourtenay.org.uk>
Date: 2006-04-14 10:39:52 CEST
Foy, Sean wrote:
>> which contains junction points (symlinks) linked to other locations
In what respect? It looks pretty symlink-like to me. When I start renaming
C:\temp>mkdir sub
C:\temp>mkdir sub\dir1
C:\temp>echo "hello" >sub\dir1\hello.txt
C:\temp>junction j sub\dir1
Junction v1.03 - Win2K junction creator and reparse point viewer
Created: C:\temp\j
C:\temp>dir j
Directory of C:\temp\j
14/04/2006 09:20 <DIR> .
C:\temp>move sub\dir1 sub\dir2
C:\temp>dir j
Directory of C:\temp\j
File Not Found
C:\temp>mkdir sub\dir1
C:\temp>echo "hello" >sub\dir1\hello2.txt
C:\temp>dir j
Directory of C:\temp\j
14/04/2006 09:21 <DIR> .
C:\temp>
---------------------------------------------------------------------
|
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.