in Technology 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

1
2
“. svn remove”
“Svnadmin_dump”

Related questions

0 votes
    Can the users simply switch to a previous version while working on a repository in SVN? If so, what is the simplest method for this according to you?...
asked Feb 18, 2021 in Technology by JackTerrance
0 votes
    Why there is a need to move the existing directory into a new repository? How this can be done in SVN?...
asked Feb 18, 2021 in Technology by JackTerrance
0 votes
    Suppose you have three Jobs of which Jobs 1 and 2 are executed parallelly. Job 3 executes only after Jobs 1 and ... can be used to set this up? tUnite tPostJob tRunJob tParallelize...
asked Mar 24, 2021 in Technology by JackTerrance
0 votes
    While working with SVN, what are the factors that you should be careful about?...
asked Feb 21, 2021 in Technology by JackTerrance
0 votes
    Suppose you need to perform a mobile application testing, what would be the facts you will take into consideration while selecting the test automation tool?...
asked Feb 9, 2021 in Technology by JackTerrance
0 votes
    How the file from the svn repo can be erased?...
asked Feb 18, 2021 in Technology by JackTerrance
0 votes
    You are working with this XML code snippet from the XML document cars.xml. You need to return the information about the cars ... D.doc("cars.xml")/cars/car[integer(year) > 2000]...
asked Mar 10, 2023 in Technology by JackTerrance
0 votes
    Every employee of the firm must need to have some basic knowledge of cyber-security and types of hacking and how ... Security questions and answers pdf, mcq on Cyber Security pdf,...
asked Nov 3, 2021 in Education by JackTerrance
0 votes
    Write the following in while(): For (i=1;i =100;i++){Print( %d \ ,i);} (Will no one be able to solve ... as i am doing an exam now) Select the correct answer from above options...
asked Dec 17, 2021 in Education by JackTerrance
0 votes
    Write the command used for deleting a selected file from the SVN Repo?...
asked Feb 21, 2021 in Technology by JackTerrance
0 votes
    Consider that you have to move data over long distances using the internet across countries or continents to your Amazon ... Which method or service will you use for this purpose?...
asked Dec 3, 2020 in Technology by Editorial Staff
...