svnsync
I want to check out from a mirror, but commit to the master without svn sw --relocate command
I want to check out from a mirror, but commit to the master without svn sw , is it possible? With svn sw --relocate I can do this, but I want to automatically change from slave to master during comm[详细]
2023-04-12 17:47 分类:问答Svnsync can't sync repository
I have a read access to remote Subversion repository and i want to clone it via svnsync. The synchronization starts ok and progress well, but near the end i get error that looks like:[详细]
2023-04-02 21:59 分类:问答BASH script to handle "authentication realm"
I have multiple SVN repositories which I intend to synchronize with other SVN server each night using svnsync like this:[详细]
2023-03-25 21:25 分类:问答VisualSvn Server svnsync sync-lock error
I\'ve a primary svn server on linux and i\'m making a read-only synced version using VisualSvn Server.[详细]
2023-03-13 18:49 分类:问答svnsync, size of source repository vs sink repository not the same
I currently maintain a server that host multiple Subversion repositories. On an other server I mirror the production repositories using sv开发者_开发技巧nsync. There are over 100 repositories to be sy[详细]
2023-02-27 16:58 分类:问答Problem using svnsync with svnserve and auth-access
CREATE A REPOSITORY \'repo1\' svnadmin create repo1 CHANGE DIRECTORY conf Contents of svnserve.conf [general][详细]
2023-02-22 08:44 分类:问答How to skip initial revisions in svnsync sync (to fix broken repository)
I want to sync/copy a single project out of a moderate large SVN repo using the (usual) sequence svnadmin create %mirror%[详细]
2023-02-13 08:39 分类:问答svnsync: Revision being currently copied, last merged revision, and destination HEAD are inconsistent
I run the following command: svnsync synchronize svn://www.example.com/repos svnsync: Revision being currently copied (19931), last merged revision (19929), and destination HEAD (19931) are inconsist[详细]
2023-02-05 22:11 分类:问答Synchronize a SVN repository and later make it independent (copy a repository)
I am s开发者_运维百科ynchronizing an SVN repository between two systems using svnsync and I am not 100% sure if its possible to make it independent for my \"new users\" after the sync is finished.[详细]
2023-02-05 22:00 分类:问答Export only a select project from a repository with all history / revision?
I have a project in repository A and I\'m setting up a new repository B. I am currently using svnsync to synchronize two repositories in an effort to make a copy of the first and then I intend to rem[详细]
2023-02-05 21:57 分类:问答