Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I made a blog post about how to do something similar recently. I think this will work for you, except you will need to sync from your work place, unless you can tunnel through via ssh. </p> <p><a href="http://justinsboringpage.blogspot.com/2008/11/how-to-copy-svn-repository-from.html" rel="nofollow noreferrer">http://justinsboringpage.blogspot.com/2008/11/how-to-copy-svn-repository-from.html</a></p> <p>Subversion has a tool called SVNSYNC to make it easy to sync from one repository to another. This is great when moving to a different web based server. In this example I'm copying a project I work on from Sourceforge to Google Code. Once done, the google code repository will be an exact mirror, including the complete change history.</p> <p>You also need to set the revision number of the repository to zero. Google code, predictably, makes this easy, by having a button on the source page to do it for you.</p> <p>You need to have your username and password for google code to do this. For the repository you're copying you don't. First you use the initial command to set things up for the copy, then use the sync command to do the actual copy. It does this one revision at a time and takes a while...</p> <p>svnsync init <a href="https://lispbuilder.googlecode.com/svn" rel="nofollow noreferrer">https://lispbuilder.googlecode.com/svn</a> <a href="https://lispbuilder.svn.sourceforge.net/svnroot/lispbuilderProject" rel="nofollow noreferrer">https://lispbuilder.svn.sourceforge.net/svnroot/lispbuilderProject</a> svnsync --username YOURNAME --password YOURPASSWORD sync <a href="https://lispbuilder.googlecode.com/svn" rel="nofollow noreferrer">https://lispbuilder.googlecode.com/svn</a> <a href="https://lispbuilder.svn.sourceforge.net/svnroot/lispbuilder" rel="nofollow noreferrer">https://lispbuilder.svn.sourceforge.net/svnroot/lispbuilder</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload