pardon my ignorance - but how can i setup versions with my SVN repo and my local checkout? I was able to give it the login to my svn repo and that worked fine, but no clue how to get it to recognize my local svn checkout
Without knowing anything about Versions, why not just `svn ci` whatever you have modified locally, then re-checkout the repo again using the client? Totally understood if it's a big download, just throwing it out there as an option.