Svnsync allows mirroring subversion repositories.
Questions tagged [svnsync]
97 questions
0
votes
1 answer
SVN Sync blocks: Could not read response body
this may be a duplicate of how do I work around this error while copying SVN repository by svnsync?
I'm setting up a repository sync.
everthing works fine until revision 3213 (let call this as R).
After that the svnsync sync command gives me this…

bonfo
- 2,110
- 3
- 17
- 14
0
votes
1 answer
svn: E175002: MERGE request on svn/xxx failed: 504 Gateway Time-out. Can't write response to output: Broken pipe
Client ERROR:
svn: E175002: Commit failed (details follow):
svn: E175002: MERGE request on '/svn/my_repos/trunk/app' failed: 504 Gateway Time-out
Server ERROR LOG:
[Thu Aug 25 09:24:49.466833 2016] [dav:error] [pid 20669] [client…

rhinoceros.xn
- 803
- 9
- 12
0
votes
1 answer
creating a backup of svn folder with multi repository in another server and synchronizing them everyday
I am trying to create have a backup server for my current svn repositories. I thought of using svnsync but it only sync one repo.
Another way I have thought about is to dump every repo and load them into the backup server but it seems too costly. Is…

Zavfel
- 39
- 1
- 8
0
votes
1 answer
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 abort to the svnsync operation and I suspect it may…

RnR
- 2,096
- 1
- 15
- 23
0
votes
1 answer
SVN svnsync all repo project
I have two VisualSVNServer: master (http://example.com/svn) and a mirror (backup)
In each server have the same repository structure with 100 project (20 GB):
D:\Repositories
\MyProject1
\MyProject2
…

Simone Nigro
- 4,717
- 2
- 37
- 72
0
votes
1 answer
SVN Sync Error between master and mirror servers
I have two servers as master and slave for mirroring the repo for backup purpose.
Everythign was working fine untill yesterday when the sync started giving the following error.
Could not read status line: Connection reset by peer
…

user3824955
- 11
- 3
0
votes
1 answer
subversion svn sync message meaning
I've tried to create a mirror repository using svnsync.
Everything is working fine but after the sync process is done it is showing below message.
NOTE: Normalized svn:* properties to LF line endings (2 rev-props, 0 node-props).
I've searched about…

Gangadhar Jannu
- 4,136
- 6
- 29
- 49
0
votes
1 answer
How will svnsync handle commits on a branch of the mirror repository?
I have the following svn repository setup:
repo A: Master repo
repo B: Mirror-repo of repo A (mirrored using svnsync)
There are two different kinds of developers:
Developer1: commits only on trunk and release branches of repo A
Developer2:…

ptikobj
- 2,690
- 7
- 39
- 64
0
votes
1 answer
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.
If possible, I'd like to be able to make new repositories automatically, from any computer, without having to give console access to…

kikito
- 51,734
- 32
- 149
- 189
0
votes
2 answers
Cannot checkout code from mirror repository created using svnsync
I'm trying to create a mirror repository of an online svn repository, so i can have the source code with the ability to synchronize the changes on the online repo. and start to checkout the code from the mirror repo. to make changes on it.
After…

Ahmed Adel
- 66
- 8
0
votes
2 answers
Subversion Edge svnsync: DAV request failed & pre-revprop-change error
I've set up a Subversion Edge server on Windows as part of a migration exercise.
Currently I'm struggling with svnsync.
When trying to execute the command (on the main server):
svnsync initialize https://main.subversion.server/svn/main.svn…

Epidemias
- 15
- 1
- 4
0
votes
1 answer
Synchronyze SVN Repository with anonymous user
I need to synchronize a svn repository, I know I can do this with svnsync, but the problem is that I need to do the commits to the slave repository with another user, so the svn info on master repository it is not included into the slave but being…

Packet Tracer
- 3,884
- 4
- 26
- 36
0
votes
1 answer
How to upgrade subversion(svn) version 1.6.11 to version 1.8.5 on centos?
Hj, all
I'm use svn version 1.6.11 and i'm want to planning upgrade to version 1.8.5?
I'm run svn on centos 6.4, 64bit. Everyone help me planning upgrade svn?
And help will be greate, thanks a lot.

Dominic
- 5
- 1
- 5
0
votes
1 answer
Svnsync slave to master
Hj, alll
- I'm have to svn 1.6 on 2 server centos : Master: 1.9, Slave: 1.12
- I'm use svnsync create a slave repo of master repos.
- All svnsync Master server to Slave server very good.
Have a problem is SVN Master die? i'm change use to Slave…

Dominic
- 5
- 1
- 5
0
votes
2 answers
Can I create a shallow repository copy with svnsync?
There's a repo online that has 13k commits, but I'm only interested in last 1000 of them. Is it possible to copy them with svnsync?
I want to be able to checkout within the last 1000 commits from this local repository, and it should be faster than…

basin
- 3,949
- 2
- 27
- 63