I have created a repository of test.The test repository run well.But when I wanted to dump the test repository,It showed a error "When trying to connecting www.mydomain.com,Linking refused.".what's wrong? Who can help me ? Thank you!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
the best way to recover a dump repository is through command line in the server, SVManager cant manage heavy files.
Copy your dump file to the server and execute:
svnadmin load /directory.repository < filedump
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have found the reason of error ,which cann't dump repository.In svnmanager default url path is like "https://www.mydomain.com",so I modified it to "http://www.mydomain.com".After modify url,it can dump repository ,but the dumped file is a empty file.what's wrong?Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have created a repository of test.The test repository run well.But when I wanted to dump the test repository,It showed a error "When trying to connecting www.mydomain.com,Linking refused.".what's wrong? Who can help me ? Thank you!
But I donn't know how to resolve it.
the best way to recover a dump repository is through command line in the server, SVManager cant manage heavy files.
Copy your dump file to the server and execute:
svnadmin load /directory.repository < filedump
I have found the reason of error ,which cann't dump repository.In svnmanager default url path is like "https://www.mydomain.com",so I modified it to "http://www.mydomain.com".After modify url,it can dump repository ,but the dumped file is a empty file.what's wrong?Thanks!
I submitted a bugreport about this (and a similar) issue containing a patch at http://sourceforge.net/tracker/index.php?func=detail&aid=1814745&group_id=135933&atid=734375