0 votes
in SVN by
Which commands can be used to move some subset of code and history of this code from one SVN repo to another?

1 Answer

0 votes
by
Following commands can be used

svnadmin dump

svndumpfilter include

svnadmin load

svn remove
...