[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

CVS Emulation mode?

From: David Mankin <mankin_at_ants.com>
Date: 2002-06-25 23:31:21 CEST

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
Received on Tue Jun 25 23:31:58 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.