* [ANN] SubGit Early Access Program Build #789
@ 2011-11-22 19:15 Semen Vadishev
2011-11-23 9:03 ` Andreas Ericsson
0 siblings, 1 reply; 3+ messages in thread
From: Semen Vadishev @ 2011-11-22 19:15 UTC (permalink / raw)
To: jgit-dev, EGit developer discussion, Git Mailing List
Hello All,
Let me introduce our new project: SubGit (http://subgit.com/).
SubGit is a tool for smooth migration from Subversion to Git. As well as
from Git to Subversion. Without git-svn insanity.
It works like this:
- Install SubGit into your repository on the server side
- Let initial translation complete (time depends on the size of repository)
- SubGit installs hooks into repository, so it translates every svn
revision and git commit
- Committers may now use either Git or Subversion (or both) with the
tools of their choice
SubGit uses JGit to work with the Git stuff. JGit handles heavy load
perfectly thus fitting our needs, and we appreciate efforts JGit
community put into this excellent library. Thank you, guys!
SubGit EAP builds are free to use, you may try these and let us know
what do you miss, so that we make sure that all the features you need
are included into the final version of SubGit.
SubGit works on Linux, Windows or OS X and requires Java 5 or newer.
Download new SubGit EAP build from http://subgit.com/ and follow us at
@subgit and +subgit.
--
Semen Vadishev,
TMate Software,
http://subgit.com/ - Two Way Ticket to The Dark Side
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ANN] SubGit Early Access Program Build #789
2011-11-22 19:15 [ANN] SubGit Early Access Program Build #789 Semen Vadishev
@ 2011-11-23 9:03 ` Andreas Ericsson
2011-11-23 17:19 ` Semen Vadishev
0 siblings, 1 reply; 3+ messages in thread
From: Andreas Ericsson @ 2011-11-23 9:03 UTC (permalink / raw)
To: Semen Vadishev; +Cc: jgit-dev, EGit developer discussion, Git Mailing List
On 11/22/2011 08:15 PM, Semen Vadishev wrote:
> Hello All,
>
> Let me introduce our new project: SubGit (http://subgit.com/).
>
> SubGit is a tool for smooth migration from Subversion to Git. As well as
> from Git to Subversion. Without git-svn insanity.
>
> It works like this:
>
> - Install SubGit into your repository on the server side
>
> - Let initial translation complete (time depends on the size of repository)
>
> - SubGit installs hooks into repository, so it translates every svn
> revision and git commit
>
> - Committers may now use either Git or Subversion (or both) with the
> tools of their choice
>
How does it handle merges?
--
Andreas Ericsson andreas.ericsson@op5.se
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231
Considering the successes of the wars on alcohol, poverty, drugs and
terror, I think we should give some serious thought to declaring war
on peace.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ANN] SubGit Early Access Program Build #789
2011-11-23 9:03 ` Andreas Ericsson
@ 2011-11-23 17:19 ` Semen Vadishev
0 siblings, 0 replies; 3+ messages in thread
From: Semen Vadishev @ 2011-11-23 17:19 UTC (permalink / raw)
To: Andreas Ericsson; +Cc: jgit-dev, EGit developer discussion, Git Mailing List
Hello Andreas,
> How does it handle merges?
The short answer is
1. git to svn: SubGit sets svn:mergeinfo accordingly to
the history of merged parent(s).
2. git to svn: SubGit checks whether modified svn:mergeinfo includes
the history of a certain branch, if so it adds this branch as a merge
parent.
For more details please refer to
http://subgit.com/documentation/spec/merge.pdf — it's a part of SubGit
specification related to the merge-tracking stuff.
Semen Vadishev,
TMate Software,
http://subgit.com/ - Two Way Ticket to The Dark Side
On 23 November 2011 10:03, Andreas Ericsson wrote:
> On 11/22/2011 08:15 PM, Semen Vadishev wrote:
>> Hello All,
>>
>> Let me introduce our new project: SubGit (http://subgit.com/).
>>
>> SubGit is a tool for smooth migration from Subversion to Git. As well as
>> from Git to Subversion. Without git-svn insanity.
>>
>> It works like this:
>>
>> - Install SubGit into your repository on the server side
>>
>> - Let initial translation complete (time depends on the size of repository)
>>
>> - SubGit installs hooks into repository, so it translates every svn
>> revision and git commit
>>
>> - Committers may now use either Git or Subversion (or both) with the
>> tools of their choice
>>
> How does it handle merges?
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-11-23 17:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-22 19:15 [ANN] SubGit Early Access Program Build #789 Semen Vadishev
2011-11-23 9:03 ` Andreas Ericsson
2011-11-23 17:19 ` Semen Vadishev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).