TheTechGuy
TheTechGuy

Reputation: 17354

how to set up assembla svn repository on mac

How to export local repository maintained on mac platform to assembla SVN

I tried exporting my repository then zip it and it import it into assemble, I get the following error each time.

ERROR - There is no breakout.ini in SVN /mnt/atl-fs8-data1/svn/myproject we trying to backup

I also tried checking out a working copy to the url I am given

https://subversion.assembla.com/svn/mysecretproject/

that did not work either.

It is probably easy on windows platform but all my code is on mac. I am stuck with it for 2 days now.

Upvotes: 1

Views: 905

Answers (2)

Titas
Titas

Reputation: 1164

How did you export your repository?

My advice is to follow the instructions in SVN Tool:

  1. Dump the repo with "svnadmin dump"
  2. Import the dump by uploading it (if smaller than 200 MB) or providing url for assembla to download it

If this does not work, you can open up a support ticket and attach the repo dump you are trying to import

Upvotes: 0

Vitalie
Vitalie

Reputation: 736

Have you asked on their support sites? If not, you can

Upvotes: 1

Related Questions