If I have a program and a set of example data that I want to distribute on SVN (separately so people who are familiar with the code need not get the example data with it), what's the best way to do this? Can I put that in a "branch"? Or should I put the code + examples in the branch and somehow keep the trunk and branch code synchronized?
Thanks! SVN noob