My goal is to create a subversion repository with the following layout
project Template (docs , mail , ... source , etc.)
Common (things that can be shared around on other projects).
project A
project B
etc.. ....
The idea is based on http://www.autumnofagile.net/ part 0-B
However there they use a Vault-control.
So the main question is : Is it possible to share a folder (on subversion ) so other people get it. and Subversion doesn't become a Copy-paste zone.
The reason for this is that the project is C#/vb.net (so Maven is out of the game).
Or is there another strategy to tackle this problem?