I have an android project versioned with SVN. I have three eclipse projects inside my repository. Library project, free version project, paid version project. My current repository structure is:
repository/
branches/
tags/
trunk/
freeversion/
paidversion/
library/
Is there a better structure for this contents?
Thanks!