Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>There are two more options you might want to investigate:</p> <ol> <li><p><a href="http://syntevo.com/smartgit/" rel="nofollow">SmartGit</a></p> <p>SmartGit is Subversion + Git client, that means SmartGit works with local Git repository but you can add svn repository as a remote (similar to git remotes). SmartGit is much more superior than git-svn feature-wise. For more details please refer to <a href="http://syntevo.com/git-svn/features.html" rel="nofollow">SmartGit vs. git-svn comparison</a>.</p> <p>In particular SmartGit does support both git submodules and svn externals pretty well, so you can even mix them.</p> <p>SmartGit is proprietary software but it's free for non-commercial usage.</p></li> <li><p><a href="http://subgit.com/" rel="nofollow">SubGit</a></p> <p>SubGit is the server-side solution. That means you have to install SubGit and connect it to your Subversion repository that basically includes two steps:</p> <ol> <li><p>Perform initial translation of SVN repository via SubGit to freshly created Git repository.</p></li> <li><p>Install SubGit specific hooks which are triggered on every <code>git push</code>, so every change get synchronized between Git and SVN repositories. </p></li> </ol></li> </ol> <p>For more details you may refer to <a href="http://subgit.com/howto" rel="nofollow">SubGit documentation</a>.</p> <p>SubGit is proprietary software. SubGit is free for small teams with up to 10 committers and for academic and open-source projects. SubGit is also available as an add-on for the Bitbucket Server, to find out more check out <a href="https://marketplace.atlassian.com/plugins/org.tmatesoft.subgit.stash-svn-importer/server/overview" rel="nofollow">here</a>.</p> <p>DISCLAIMER:<br> I'm SubGit developer and I work in a close contact with SmartGit developers. But these two projects seem very relevant to your particular case. Hope you'll find my comment helpful.</p>
    singulars
    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.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      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