I have a repository where I keep all my homemade code, and I was thinking in sharing some of my projects. The question is I don't want to share the full path to my repository, but instead create some links in my website to act as "pointers". Example:
Repository Structure:
repository/
projectA/
/trunk
/branches
/tags
/1.0
And my objective is to checkout like:
svn co http://some.address/myproject/1.0
Is it possible?
Note: Of course my webpage and svn repository are hosted in the same place.