Move PIManager project content to our temp server
All PIManager project content will be transferred from my
laptop to our temp server in King's machine in his lab.
ps : How to Move SVN repository to another machine:
Go to the source system, type in cmd:
svnadmin dump E:\your_SVN_repository > repository-name.dmp
Go to the destinate system, type in cmd:
cd E:/new-repository
svnadmin create repository-name
svnadmin load repository-name< repository-name.dmp