0 votes
in SVN by

Why there is a need to move the existing directory into new repository? How this can be done in SVN?

1 Answer

0 votes
by

There are two reasons for this. Any sort of data cannot be kept in directory permanently. It will be erased soon as the application is turned OFF. Second is, the memory is always limited when the files are large enough to be accommodated and other files are already running. At such situations, the users need to move the existing directory into new repository. This is done by executing the command “svn import”

🔗Reference: stackoverflow.com

🔗Source: SVN Interview Questions and Answers

Related questions

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