The nested status is a TortoiseSVN specific status that tells you that there
is a working copy below the parent working copy (a ‘nested’ working copy).
This is exactly how externals are implemented in Subversion, so I would
recommend leaving it at this.
Bert
From: 許阿光 [mailto:[email protected]]
Sent: dinsdag 26 juni 2012 04:42
To: [email protected]
Subject: Nested status if external link folder have another external link
folder under it
Hi,
I have use svn:externl command to manage my source code (actually I am using
TortoiseSVN 1.7.7)
When setup svn:externel like:
local_folder/ Url1
local_folder/hierarchy2/ Url2
to get 2 remote repository into my local folder
This folder would be in NESTED status
Can I fix this status or just leave it? or any suggestion to achieve same
layout of folder heirarchy
Thanks a lot.