I want to learn devel/subversion so I've installed it and am looking to set up a local repository to manage my personal script/program development. After reading the documentation a couple of times, it seems as though a single repository (called Projects) with each script or program underneath with a trunk/branches/tags structure in each is the way to go. However, I've got one issue with which I'm grappling. In more than a few cases, I've got two and/or three versions of the same script/program, one in shell, one in Perl and one in C.
Question is, how best to organize the Projects repository so that I can retain all versions of my scripts/programs and manage them effectively? Could I import all three version items into the /trunk and use /branches, one for each language version?
Question is, how best to organize the Projects repository so that I can retain all versions of my scripts/programs and manage them effectively? Could I import all three version items into the /trunk and use /branches, one for each language version?