Assembla SVN makes it easy for your entire software team to collaborate on code development and changes with built-in features like auditing, permission management, and code reviews.
Obtaining the dump file from the source
Using Windows to obtain a dump file
Microsoft Windows users need to run the following command on Command Prompt to create an uncompressed dump file:
$svnadmin dump /path/to/repository > svnexport.dump
Using Mac and Linux to obtain a dump file
For Mac & Linux users, you can perform a dump of your repository and compression to a zip file using the following command:
$svnadmin dump /path/to/repository | gzip -9 > svnexport.dump
The compressed zip file is what you want to upload to your Assembla Space.
Adding an empty SVN repository to your Assembla space
If SVN is not listed as an installed tool in your space, you must add an SVN repository. Note that you must have owner permission to the space to add an SVN repository to your space.
To add an SVN repository to your space
In Assembla, navigate to Admin > Tools.
Click Add (or Add another) in the SVN section. The newly added Subversion (SVN) repository appears in your navigation bar named as SVN (number - if any).
Importing an SVN repository
Importing from a backup zip file
To import an existing SVN repository, simply navigate to the Import/Export subtab, click Upload a file from your computer, and then browse for and select the correct SVN dump file.
Importing from a web directory
For dump files larger than 200 MB, go to the Import/Export subtab, and then click Upload a file from a web directory. Make sure that the URL used for this option is the direct download URL.
Some file sharing services provide users with a URL that leads to a landing page instead of directly downloading the file. You can resolve this on most file sharing services by simply modifying the URL.
Dropbox example
The original file sharing URL will look like this:
https://www.dropbox.com/s/.../<filename>To convert this to a direct download link, simply replace "www.dropbox.com" with "dl.dropboxusercontent.com", so that the direct download URL looks like this:
https://dl.dropboxusercontent.com/s/.../<filename>At the end of the link, change "dl=0" to "dl=1" to ensure that the link you provide is a direct download link.
Google Drive example
The original file sharing URL will look like this:
https://drive.google/com/file/d/FILE_ID/edit?usp=sharingTo convert this to a direct download link, simply take note of the FILE_ID in the original link, and then insert it into the direct download link:
https://drive.google.com/uc?export=download&id=FILE_ID
For Users with the New UI
Please see Get started with SVN for information about creating a space and adding a repository to your space.
Have questions? Email us at support@assembla.com