svnsync
How to set svnsync to continually retry if connection breaks? (unix scripting needed?)
I\'m running svnsync as a background process, nohup svnsync synchronize svn://www.example.com/repos &[详细]
2023-02-05 11:11 分类:问答Monitoring a nohup process in linux / redirecting standard output to a file?
# nohup svnsync synchronize svn://www.mysite.com/repos & I\'m running the above and it seems to be working fine (disk usage is increasing), but I\'m not seeing any logging in nohup.out[详细]
2023-02-05 09:18 分类:问答Synchronize an SVN repo (svnsync) with encoding errors
Is it possible to fix/bypass non-UTF8 encoded svn:log records when synchronizing repositories with svnsync?[详细]
2023-02-04 05:23 分类:问答How to change svn url in svnsync?
How can I change (relocate) a subversion url that I entered when creating a mirror repository using \"svnsync init\" (example from #https://whatever to svn://whate开发者_高级运维ver)?[详细]
2023-01-24 08:13 分类:问答svnsync - couldn't get lock on destination repos
Using svnsync $ svnsync --non-interactive sync ${REPO} after an abort of the process there was this error message with retry[详细]
2023-01-23 17:17 分类:问答Should a call to SVNSYNC be blocking or not in a post-commit hook?
I\'ve set up mirroring of my repository and it works nicely but I\'ve had an issue recently. The target repository was left with an unreleased lock somehow - from what I read this may be caused by an[详细]
2023-01-14 02:50 分类:问答svnsync not working : Revprop change blocked by pre-revprop-change hook
I\'m trying to copy a used repository by using svnsync (I\'m doing it this way in order to ensure optimal usage of my repository as long as its machine is working) but it does not seems to work.[详细]
2023-01-12 12:00 分类:问答What's the point of a read-only copy of your repository via svnsync?
I\'ve been reading up on svnsync to create a read-only copy of our repository, but I don\'t really understand what the point of having a read-only copy of the repository is. If the master goes down fo[详细]
2023-01-11 14:25 分类:问答Issues mirroring and SVN repository
I am trying to mirror a repository to my local machine. From what I have read the best way to approach this is using svnsync. When I go to set up this i am getting errors back that svnadmin and svnsyn[详细]
2023-01-11 01:07 分类:问答Svn - get the list of all repos on a server so I can svnsync
I\'m attempting to create a backup of my client\'s existing svn repositories, which is publicly available over http.[详细]
2022-12-29 14:30 分类:问答