forked from tmate/tmate.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
documentation.html
50 lines (36 loc) · 3.58 KB
/
documentation.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
layout: documentation
active: documentation
subtitle: Documentation
---
<div class="wrapper">
{% capture content %}
### SubGit Documentation
Here are three basic tasks one may use SubGit for. Follow links below to get detailed documentation. In case something is not clear or you experience a difficulty,
do not hesitate to contact us at [support@subgit.com](mailto:support@subgit.com) email address.
##### 1. [Quick How-To](howto.html)
Follow quick how-to set up Git/SVN mirror. These instructions would be sufficient to set up a Git mirror for most of the standard SVN projects.
##### 2. [Mirror Remote Subversion Repository](remote-book.html)
Create a Git repository that will mirror remote Subversion repository accessible over network. Translation from Git to Subversion is initiated on push operation and translation from Subversion to Git is performed asynchronously in background.
##### 3. [Mirror Local Subversion Repository](book.html)
Install SubGit into Subversion repository on the server side. Both Subversion and Git repositories reside on the same server. Translation in both directions is initiated instantly and introduces minimal overhead.
##### 4. [One Time Import from Subversion to Git](remote-book.html#7)
Perform one-time import of an existing Subversion project into Git. No synchronization is required.
##### 5. [SubGit for Gerrit](gerrit.html)
In order to set up SubGit to work seamlessly with [Gerrit](https://www.gerritcodereview.com/), you'd need to install [SubGit plugin for Gerrit](gerrit.html) and follow standard instructions to configure Git/SVN mirror or import your SVN project into Gerrit managed Git repository.
##### 6. [SubGit for GitLab](gitlab.html)
It is easy to set up SubGit to work seamlessly with [GitLab](https://gitlab.com/). Follow this [GitLab How-To](gitlab.html) to configure Git/SVN mirror or import your SVN project into GitLab managed Git repository.
##### 7. [SubGit for GitHub](github.html)
SubGit allows to synchronize your [GitHub](https://github.com/) repositories with Subversion repositories. Follow this [GitHub How-To](github.html) to setup Git/SVN mirror of your GitHub repository.
##### 8. [SubGit for Atlassian Bitbucket Server](bitbucket.html)
For [Atlassian Bitbucket Server](https://www.atlassian.com/software/stash) Git repositories management tool (formerly known as Atlassian Stash) we offer SubGit wrapped as an add-on. Visit [SVN Mirror Add-On for Bitbucket Server](https://marketplace.atlassian.com/plugins/org.tmatesoft.subgit.stash-svn-importer) page for more details. Follow [instructions](bitbucket.html) on creating bi-directional mirror of your existing Subversion project and importing your Subversion project into Bitbucket Server.
##### 9. [Comparison to Git-Svn](documentation/gitsvn.html)
From the very beginning, SubGit was developed as an alternative to [Git-Svn](http://schacon.github.com/git/git-svn.html), so quite naturally SubGit does resolve many of the Git-Svn limitations.
##### 10. [SubGit Release Notes](documentation/release-notes.html)
Brief information on SubGit versions history and new features available in each version since version 1.0.
##### 11. [SubGit Registration](documentation/register.html)
Without a registration you may use SubGit for evaluation period of 30 days. Would you like to extend this evaluation period, feel free to contact us at [sales@subgit.com](mailto:sales@subgit.com).
For production use choose from Free, Commercial or Open Source registration options, [obtain registration key](pricing.html) and follow [registration instructions](documentation/register.html).
{% endcapture %}
{{ content | markdownify }}
</div>