Svnsync allows mirroring subversion repositories.
Questions tagged [svnsync]
97 questions
1
vote
0 answers
svn property missing after svnsync
I'm trying to svnsync a repository that has a property svn:ignore.
$ svn proplist
Properties on '':
svn:ignore
But after svnsync and copy-revprops I'm still missing this property on destination.
$ svnsync sync …

Eren Güven
- 2,314
- 19
- 27
1
vote
1 answer
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 &
But sometimes the source SVN repository / server crashes. Can I set svnsync or configure something that would periodically retry the sync?
Note…

siliconpi
- 8,105
- 18
- 69
- 107
1
vote
1 answer
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 svnsync are unknown commands. Is there an add on I need…

user379222
- 31
- 7
1
vote
1 answer
use svnsync for backup
I want use svnsync for create a back-up copy of my svn repository.
The svnsync command replicates all versioned files, and their
attendant svn properties. It does not copy hooks or conf
directories from the source repository, so I will need to do…

ar099968
- 6,963
- 12
- 64
- 127
1
vote
1 answer
Incremental Migration from SVN to Git
Consider my below scenario :
Suppose my svn repository contains 100 revisions, which has been migrated to Git Repository (So my Git contains the 100 revisions).
Now my svn repository got updated, say with 5 more revisions hence it has 105 revisions.…

SabareeshSS
- 1,361
- 2
- 11
- 20
1
vote
4 answers
Tool to migrate a repo with only read access?
I have a subversion repository located on our school servers from a project my friends and I worked on the past semester. We want to take the project and polish it and make it more of a portfolio item and I'm not quite sure that the repo will stay…

Corazu
- 140
- 10
1
vote
2 answers
How to skip broken revision in svnsync sync
What I'm trying to do:
I'm in the middle of mirroring our remote svn repo to my local Win7.
Therefor I'm following some steps of this tutorial.
The problem:
Now the svnsync sync file:///c:/repository (same step as in the tutorial) is stuck at…

Spenhouet
- 6,556
- 12
- 51
- 76
1
vote
0 answers
svnsync file not found error
I am using the latest Subversion Edge on Windows 2012 and I am trying to synchronize a repository with svnsync. I've copied the original repository (apache subversion 1.5 on Debian) with svnadmin dump/load. Now I'm trying to sync the repository to a…

Epidemias
- 15
- 1
- 4
1
vote
1 answer
SVN Sync to folder on commit
I have an exploded www folder containing my whole php website.
I wonder if something like this is possible:
developers don't work directly on the files
changes are tested locally or on a staging server
svn commits trigger an event which…

Fabio B.
- 9,138
- 25
- 105
- 177
1
vote
1 answer
Svn Commit hangs for an infinite time.How to resolve this issue
I performed following steps to implement the process of automatic mirroring in svn (relaying master commits to slave):
Firstly I ran svnsync init command to initialize the both master and slave repositories
Now I created post-commit.bat and…

Alok
- 929
- 10
- 26
1
vote
3 answers
svnsync: Cannot initialize a repository with content in it
I have a subversion repository with content in it and I want svnsync it to a remote server. The issue is I am getting an error message saying svnsync: Cannot initialize a repository with content in it when try to initialize svnsync.
svnsync init…

Chamara Keragala
- 5,627
- 10
- 40
- 58
1
vote
2 answers
Not able to access svn repo located in a remote server from different remote server with subversion
I am trying to create subversion repository mirror in a remote server using "svnsync" through command line and the actual repo is located in different remote server.I am able to access this repo from SVNSLIK, but not able to connect subversion of…

Sandeep
- 19
- 1
- 1
- 5
1
vote
2 answers
SVN Read/Write proxy - two way svnsync
At work we have a SVN server. We access it through TortoiseSVN, VisualSVN Server and Eclipse (with Subclipse plug-in for SVN integration). The office SVN server runs only during the day and is turned off during the night. We have a fair pain with…

inquisitive
- 3,549
- 2
- 21
- 47
1
vote
1 answer
Using and running Tortoise svnsync in Windows via command line
I have a local repository and I have just signed up to unfuddle and want to sync my local repository to the new one I have created on there.
I was told to run the following command:
svnsync init --username USERNAME…

Brett
- 19,449
- 54
- 157
- 290
1
vote
0 answers
svnsync fails with "Could not read chunk size..." on the same revision each time
When performing an svnsync sync on a package /user/svn_UefiCpuPkg, it fails consistently after copying the properties for revision 12906.
Committed revision 12904.
Copied properties for revision 12904.
Committed revision 12905.
Copied properties for…

dermur
- 193
- 1
- 10