You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by David Mankin <ma...@ants.com> on 2002/06/25 21:31:21 UTC

CVS Emulation mode?

Excuse me if this idea has been discussed before...

Have we thought about making a CVS emulation mode for SVN?  This would
make svn accept cvs command lines (as far as can possibly make sense)
and in turn run appropriate svn commands.  By doing this, we could have
instant compatibility with tools that work only by calling the CVS
command line client (like several IDEs, I believe).

Is this feasible?  Desirable?

Implementation ideas:
  1) hack up a perl script that parses the CVS command line and turns it
     into svn command line calls
  2) start with the source code for CVS that handles the command line
     parsing, and have it call svn client libraries instead of CVS
     methods.
  3) somewhere in between
  4) ...?


-David Mankin


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: CVS Emulation mode?

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
David Mankin <ma...@ants.com> writes:
> Have we thought about making a CVS emulation mode for SVN?  This would
> make svn accept cvs command lines (as far as can possibly make sense)
> and in turn run appropriate svn commands.  By doing this, we could have
> instant compatibility with tools that work only by calling the CVS
> command line client (like several IDEs, I believe).

Yes, we thought about it, and decided not to bother :-).

(Feel free to build a wrapper if you want to, of course.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org