I looked for similar questions to mine and one seemed promising, but the accepted anser was not applicable to me (I think.)
Drupal Source Control Strategy?
Basically one has to have rights on the server you are deploying to. That is not my situation. I use a hosting service and I do not think I can install SVN on it.
So, do i just develop on a "dummy" site and somehow do a lots of juggling by testing ont eh dummy site, getting the content (Including the database) and putting that in SVN and then releasing it to my live site?
What does the Drupal database look like? My dummy and live sites wo not/will not have the same admin/user logins, etc.
What are others doing for developing in Drupal and managing revisions?