svn - TortoiseSVN: Show status of multiple working folders in parent folder -
i have repository configured this:
\util_1 \branches \tags \trunk \util_2 \branches \tags \trunk ...
now, on local disk have:
\dev \utils \util_1 \util_2
in util_xx folders trunks. if enter utils folder, tortoisesvn shows status icons each util. unfortunately, utils folder contain them doesn't have status icon. it's not checkout folder can't see there changed in unless enter it. looking @ dev folder shows nothing it. happened didn't checkin , since i'm not regular developer repo, forgot file there month.
is there way make tortoisesvn show cumulative status of child folders in parent folder?
you could install svn server locally, set 'utils' repo keep date 'externals' links each of util_1, util_2, etc., ... , don't know sure if work because don't know if tortoisesvn shows status of external children in icon of parent.
you should change folder hierarchy align actual repository hierarchy. this:
\dev \util_1 \util_2 \non-util_project_repo
you should change process. if there project don't work on month @ time or longer, why keeping working copy of anyway?
Comments
Post a Comment