1 |
.\" $YakumoLabs$ |
2 |
.Dd October 1, 2024 |
3 |
.Dt SVN2CVS 1 |
4 |
.Os YakumoLabs |
5 |
.Sh NAME |
6 |
.Nm svn2cvs |
7 |
.Nd Migrate Subversion repositories to Concurrent Versions System |
8 |
.Sh SYNOPSIS |
9 |
.Nm |
10 |
.Ar svn-repository |
11 |
.Ar cvs-repository |
12 |
.Ar cache |
13 |
.Ar svn-revision |
14 |
.Sh DESCRIPTION |
15 |
This is essentially the exact opposite of the already known |
16 |
.Xr cvs2svn |
17 |
.Pp |
18 |
This only works with already checked out copies of the source |
19 |
and target repositories. |
20 |
.Sh AUTHORS |
21 |
.An Nishi Aq Mt nishi@nishi.boats |
22 |
.Sh BUGS |
23 |
.Nm |
24 |
cannot process tag/branch/stuff yet, |
25 |
.Xr cvs 1 |
26 |
tag/branch is just too different from |
27 |
.Xr svn 1 |
28 |
tag/branch |