- we have an old SVN server which has the Solutions Plus Web Site Phase 2_A1821 source code we need this source code moved to the new SVN Server? is this possible? if yes than pls tell me the steps to follow.
Regards
Zuhaib
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’d suggest using svndump:
That will give you a gzipped backup of your repository. You can then copy it to the new svn server and unarchive it.
You can also try hotcopy or svnsync (although that seems like overkill for your puporse). Hotcopy will preserve some control files which svndump will probably miss. It can also run while the svn server is up.
You can then gzip the backup and transfer it.