cvs2svn icon indicating copy to clipboard operation
cvs2svn copied to clipboard

Migrate CVS repositories to Subversion or Git. This site supersedes the old tigris.org site, which has shut down.

Results 10 cvs2svn issues
Sort by recently updated
recently updated
newest added

As the return value of RCSStream.invert_diff() is not to be applied for flat text content but for internal logical lines in RCSStream, which may contain some unterminated logical lines at...

* svntest/__init__.py, svntest/actions.py, svntest/factory.py, svntest/main.py, svntest/objects.py, svntest/sandbox.py, svntest/testcase.py, svntest/tree.py, svntest/verify.py, svntest/wc.py: Update the svntest subdirectory from http://svn.apache.org/repos/asf/subversion/trunk/subversion/tests/cmdline/svntest using svntest/update.sh. Adjust run-tests.py for changes in svntest. * run-test.py: - Adjust required...

When I ran '`python2.7 ./run-test.py`' I always got: ``` W: Couldn't find node 'transaction...' in expected output tree W: * Node name: transaction... Path: __SVN_ROOT_NODE/transaction... Contents: None Properties: {} Attributes:...

The next Debian will release without Python, only with py3k. Freeze should be around beginning of January 2021, so we’ll need a stable release not requiring Python any more **this...

(This was reported by @jun66j5 on twitter, in Japanese language, with larger example.) It seems cvs2svn cannot handle some RCS files which contains "a" command with in complete (not end...

README hasn't been modified in 18 years and still links to http://cvs2svn.tigris.org/cvs2svn.html which no longer exists.

Update rcsparse to a83bb478aecd37c4818a28f43bda0abafc2527e5 on https://github.com/viewvc/viewvc master. This is the only revision of rcsparse that supports both of Python 2 and Python 3, however not tested well, and obviously don't...

The tigris.org service shut down in 2020 (as previously reported in #8, #13, #14) but numerous references to this domain remain within the cvs2svn codebase, for example: https://github.com/mhagger/cvs2svn/blob/8cd432386e6c412a5b6ed506679185e0766671ff/COPYING#L6-L7 https://github.com/mhagger/cvs2svn/blob/8cd432386e6c412a5b6ed506679185e0766671ff/setup.py#L23-L34 https://github.com/mhagger/cvs2svn/blob/8cd432386e6c412a5b6ed506679185e0766671ff/doc/making-releases.txt#L12-L17...

I made the Dockerfile based on Debian Jessie work again. Also added a separate target/stage for *cvs2git*. Plus a separate *Docker.md* documentation. A GitHub workflow script to build both Docker...

I know this project is in maintenance mode but I'm very much struggling to find any other way to convert cvs to git. It seems like some people are still...