Im no expert by any means but was in the same boat a few weeks ago, where I was completely green and had to shift a bunch on existing sites/code into versions. This is what I did:
Created a group to contain a particular set of sites. Created a local repository for each site. Create the three folders (trunk, branch, tag) as mentioned in the docs. Committed the current existing site to the trunk. (I also [option + drag] into the branches folder) So now I had the code in subversion in the trunk folder and had a copy in the branches. I then deleted the code that I committed from outside of versions. I then checked the lot out as a working copy. I use DW (as a glorified text editor) for development so I pointed my root to the new working copy folder. Bear in mind I'm a single developer so if you're part of a large team things might be different for you... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/versions?hl=en -~----------~----~----~----~------~----~------~--~---
