How to take Backup and Restore of Tortoise SVN on window?

How to take Backup and Restore of Tortoise SVN on window?



For Backup:- 

Go to Run with Administrator privilege and then type cmd now command prompt open 
Type svnadmin dump e:\svn (source location of svn repository ) > e:\svn\svnbackup (destination location where you have to keep your backup file) and press Enter.




cmd: svnadmin dump e:\svn > e:\svn\svnbackup   



For Restore:- 

Go to Run with Administrator privilege and then type cmd now command prompt open 
Type svnadmin load e:\svn (destination location of svn repository ) < e:\svn\svnbackup (source location where you have to backup file keep) and press Enter.
  
cmd: svnadmin load e:\svn < e:\svn\svnbackup   



Share:

1 comments

  1. What's Taking place i am new to this, I stumbled upon this I've discovered It positively helpful and it has
    helped me out loads. I'm hoping to contribute & assist other users like its aided me.
    Good job.

    ReplyDelete

Please leave your comments...... Thanks