So I am relatively new to subversion as compared to most of the folks on this mailing list. After seeing lot of examples over the web and reading official subversion book it seems that almost every body creates their repository in some or the other way with tags, branches and trunk structure even though for Subvrsion itself these concepts do not exits.
So why don't we have (read as a feature) something like this: # svnadmin create --tbt new_repo and a repositroy with following strcuture is created (automatically) # ls /var/lib/svn/new_repo branches tags trunk Basically the optional arugment "--tbt" in the above command creates the sub-directories tags, branches, trunk automatically for you. It would be a nice (raed useful) feature to have. What do you guys think? Thanks!