Login
Remember
Register
Ask a Question
Which commands can be used to move some subset of code and history of this code from one SVN repo to another?
0
votes
asked
Dec 17, 2020
in
SVN
by
SakshiSharma
Which commands can be used to move some subset of code and history of this code from one SVN repo to another?
#svn-repo
#svn-history
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 17, 2020
by
SakshiSharma
Following commands can be used
svnadmin dump
svndumpfilter include
svnadmin load
svn remove
...