tags:

views:

194

answers:

1

Hi is it possible in Tortoise SVN to create soft Link or Sharing Repository.

Explanation: suppose I have 2 Repository A & B

A have 2 folders 1 and 2.

B also have 2 folders X and Y

Now the contains of folder X is suppose to come from folder 1 in A Repository.

If one update some files inside X directory that update should go to A Repository.

but when I checkout B Repository. all the contains should get downloded.

+2  A: 

SVN is notoriously grumpy in dealing with softlinks/symlinks, especially if you check out the working copy to a Windows host (TSVN is Windows-only, IIRC).

However, svn:externals might be just what you're looking for.

Piskvor
Tanks a lot but this works only for Local Folders, but in SVN server. Any Help on that.
openidsujoy