All of lore.kernel.org
 help / color / mirror / Atom feed
* Tie a CVS-aware app into GIT?
@ 2009-08-12 18:01 david.hagood
  2009-08-12 18:34 ` Martin Langhoff
  2009-08-12 20:30 ` Robin Rosenberg
  0 siblings, 2 replies; 4+ messages in thread
From: david.hagood @ 2009-08-12 18:01 UTC (permalink / raw)
  To: git

I have an application (closed source, unfortunately) that can use CVS to
manage its files (specifically, Enterprise Architect by Sparx).

I'd rather use GIT to manage the files, but EA doesn't "speak" git - just
CVS and Subversion (and Microsoft's SCC protocol, but...)

Are there any programs which
1) accept the same command line parameters as CVS or Subversion
and
2) access a GIT repository.

git-svn is almost exactly NOT what I need, as it accepts "git" type
command line parameters and access a SVN repo, rather than accepting SVN
command line parameters and accessing a GIT repo.

Now, obviously, such a tool wouldn't have access to all the things that
GIT can do, and that is NOT what I am expecting - what I want is just to
enable EA to do the things it needs to do, namely adding/removing/moving
files from a repo. Branching, commits, and so on can be done manually.

I've thought about git-cvsserver as a solution, but I don't know if it can
be run on a local machine to access a local repository.

I'd appreciate any help on this.

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

end of thread, other threads:[~2009-08-17 12:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-12 18:01 Tie a CVS-aware app into GIT? david.hagood
2009-08-12 18:34 ` Martin Langhoff
2009-08-12 20:30 ` Robin Rosenberg
2009-08-12 21:52   ` david.hagood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.