svnpserver is a CVS pserver implementation that
works against an SVN (Subversion) repository. It
can be useful for old build scripts or legacy
application when migrating from CVS to SVN.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
More bugs were fixed. A (non-standard) version
command wsa also implemented to find out the
svnpserver version remotely: simply telnet to the
svnpserver port and type the command "version"
(without quotes). A bug that prevented checkout of
tags and branches was fixed.
The "cvs tag" command was implemented. A bug in static directory handling was fixed: A static directory in CVS doesn't change the set of files. Merging of changed files when doing a cvs update was implemented.