Search code examples
svnassembla

Copy local svn repository to Assembla


I'm using Visual SVN with drop box to version control my code. I've decided to move my repository to Assembla online. I can't for the life of me work out how to copy the repository I have on my dropbox to my Assembla URL.

I won't be needing to use Dropbox anymore all I want is to be able to access the repository from my new Assembla URL and commit/update from the URL.

Can anyone explain how I can do so?


Solution

  • Actually it should depend on the way you created the svn repo,
    if you created it by using svnadmin create repo_name, and this is the only way i know, then you should be able to use svnadmin dump repo_name > repo_name.dump command as well, later you can import your repo dump into an assembla subversion space. usual import url for an svn assembla space named <space_name> is https://app.assembla.com/code/<space_name>/subversion/repo