forked from tmate/tmate.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocumentation.html
More file actions
33 lines (28 loc) · 2.39 KB
/
documentation.html
File metadata and controls
33 lines (28 loc) · 2.39 KB
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
---
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. [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.
#####2. [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.
#####3. [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.
###[SubGit for Atlassian Stash](https://marketplace.atlassian.com/plugins/org.tmatesoft.subgit.stash-svn-importer)
For [Atlassian Stash](https://www.atlassian.com/software/stash) Git repositories management tool we offer SubGit wrapped as a Stash add-on. Visit [SVN Mirror Add-On for Atlassian Stash](https://marketplace.atlassian.com/plugins/org.tmatesoft.subgit.stash-svn-importer) page for more details.
###[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 ([continue](documentation/gitsvn.html)).
###[SubGit Release Notes](documentation/release-notes.html)
Brief information on SubGit versions history and new features available in each version since version 1.0 ([continue](documentation/release-notes.html)).
###[SubGit Registration](documentation/register.html)
Without a registration you may use SubGit for evaluation purposes as long as you like.
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>