git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* interoperability between git and other VCS and data storage/transfer tools?
@ 2020-01-09  0:59 Paul Wise
  2020-01-09  7:57 ` Jeff King
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Wise @ 2020-01-09  0:59 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: text/plain, Size: 1718 bytes --]

Hi all,

[Please CC me in reply, I am not subscribed]

I would like to be only using git on my local systems but there are
other folks out there who prefer to use different VCS systems.

In addition there are VCS-like data storage systems (such as Mediawiki)
and general data storage/transfer systems where one might want to track
changes using git (such as LDAP and rsync).

I still need mostly bi-directional interoperability between git and
CVS, Subversion, Mercurial, Breezy/Bazaar, Darcs, Mediawiki and rsync.
On the horizon are Fossil and Pijul but I probably won't need those any
time soon. Recently I had a situation where GNU Arch support would have
been helpful for viewing historical commit information but I assumed
that support for it didn't exist so I didn't bother.

Is there a location in the git documentation for pointers to software
(such as git-remote-* helpers) that can help with VCS interoperability?

Is there a place for people interested in VCS interoperability software
to collaboratively maintain them?

Should the VCS interop software in the git git repo move there?

I'm currently using the following tools:

CVS: https://github.com/osamuaoki/git-cvs (slightly better than git-cvsimport)
Subversion: git-svn (not using a git-remote-* workflow)
Mercurial: git-remote-hg (there are lots of forks/implementations)
Breezy/Bazaar: git-remote-bzr (there are lots of forks)
Darcs: nothing as only fast-export/fast-import seems possible
Mediawiki: https://github.com/Git-Mediawiki/Git-Mediawiki
rsync: manually rsyncing and importing commits

What other tools are folks using?

Any other thoughts on this?

-- 
bye,
pabs

https://bonedaddy.net/pabs3/

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: interoperability between git and other VCS and data storage/transfer tools?
  2020-01-09  0:59 interoperability between git and other VCS and data storage/transfer tools? Paul Wise
@ 2020-01-09  7:57 ` Jeff King
  2020-01-09  8:16   ` Paul Wise
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff King @ 2020-01-09  7:57 UTC (permalink / raw)
  To: Paul Wise; +Cc: git

On Thu, Jan 09, 2020 at 08:59:51AM +0800, Paul Wise wrote:

> I still need mostly bi-directional interoperability between git and
> CVS, Subversion, Mercurial, Breezy/Bazaar, Darcs, Mediawiki and rsync.
> On the horizon are Fossil and Pijul but I probably won't need those any
> time soon. Recently I had a situation where GNU Arch support would have
> been helpful for viewing historical commit information but I assumed
> that support for it didn't exist so I didn't bother.

I don't know if you need it to be bidirectional, but there is
git-archimport. I'll warn you that it's pretty unmaintained, though so
best of luck. :)

> Is there a location in the git documentation for pointers to software
> (such as git-remote-* helpers) that can help with VCS interoperability?

There's:

  https://git.wiki.kernel.org/index.php/Interfaces,_frontends,_and_tools#Interaction_with_other_Revision_Control_Systems

I have no idea how up-to-date it is (I admit that I converted all of my
repos to Git in 2006 and haven't really looked back).

> Mercurial: git-remote-hg (there are lots of forks/implementations)

I haven't used it, but there's also:

  https://github.com/glandium/git-cinnabar

which seems to be actively used and maintained.

-Peff

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: interoperability between git and other VCS and data storage/transfer tools?
  2020-01-09  7:57 ` Jeff King
@ 2020-01-09  8:16   ` Paul Wise
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Wise @ 2020-01-09  8:16 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: text/plain, Size: 410 bytes --]

On Thu, 2020-01-09 at 02:57 -0500, Jeff King wrote:

> https://git.wiki.kernel.org/index.php/Interfaces,_frontends,_and_tools#Interaction_with_other_Revision_Control_Systems
> I have no idea how up-to-date it is

It seems to miss a number of tools, I've requested an account and will
update it with the tools I know about. Thanks for all the pointers.

-- 
bye,
pabs

https://bonedaddy.net/pabs3/

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-09  8:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-09  0:59 interoperability between git and other VCS and data storage/transfer tools? Paul Wise
2020-01-09  7:57 ` Jeff King
2020-01-09  8:16   ` Paul Wise

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).