Subversion Working Copy on Network Share don't show Subversion Status
I am very new to the Subversion system but based on my experience on TFS and CVS, I belive I can have the my working copy on a network and it wroks as well.
But only problem I am facing now is that when I checkout files from Subversion system, it doesn't show subversion file status on checked out file on ne开发者_开发技巧twork folder. If I do the same thing on local computer then it does show the subversion file status.
Doesn't anyone faced this kind of behaviour before? Any suggestions on how to fix it?
Any help is appriciated
Assuming you mean the icon overlays of TortoiseSVN:
those are disabled on network shares by default. But you can enable them again if you really, really have to: Settings Dialog->Icon Overlays->Drive Types
- check the "Network drives"
box.
But remember, there's a reason why this is disabled by default.
精彩评论