0 votes
in SVN by

Suppose you have some subset of codes with you while working with the SVN and you need to move them from one SVN repo simply to another along with their history, how this can be done?

1 Answer

0 votes
by

Moving the same from one SVN repo to another needs you to execute any of the following command

“. svn remove”

“Svnadmin_dump”

🔗Reference: stackoverflow.com

🔗Source: SVN Interview Questions and Answers

Related questions

0 votes
asked Dec 19, 2020 in SVN by SakshiSharma
0 votes
asked Dec 20, 2020 in SVN by SakshiSharma
...