Sharing Files in SVN

后端 未结 4 358
清酒与你
清酒与你 2021-01-02 19:50

I am in the process of moving from VSS to SVN and I\'m not sure how to share files in SVN.

Basically we have the following structure in VSS

$MOSS
  -         


        
4条回答
  •  一整个雨季
    2021-01-02 20:45

    I second Rick on this. To me, the whole concept of "sharing" (= having the same file occur in two places at checkouts) is weird.

    I guess each versioning system has its own mindset implicitly attached to it. I've tried Perforce and I've stayed with Subversion. Bringing your projects to it without changing the mindset and maybe workflow may be flawed, though.

    The Book on svn is a worthy read, to get some of the mindset submerged before doing the plunge. You can select some sections only, you don't have to read all at once.

提交回复
热议问题