tags:

views:

15

answers:

1

Hi,

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 network 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

+1  A: 

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.

Stefan
It works so a very big thank you but you can you explain the reason why it is disable on Network Drives
TheITGuy
it's unreliable, it's slow, the status cache will be out-of-date most of the time, ...basically: don't do it.
Stefan