Questions tagged [svnsync]

Svnsync allows mirroring subversion repositories.

See also svnsync and .

97 questions
1
vote
1 answer

SharpSVN Sync Command C#

I am trying to automate a svnsync init and svnsync sync process via sharpsvn. I am unable to find any documentation regarding svnsync on the provided docs. So far I am able to successfully create a repository by doing this: SvnRepositoryClient src…
kal
  • 305
  • 6
  • 12
1
vote
1 answer

svn sync hook scrpts

I am working on the final configuration of write through proxy with replication. I have one master server and two slaves. The apache config works correctly but I am having problems trying to figure out what hooks need to be envoked so that…
1
vote
0 answers

calling svnsync with a hook script

I have a three server subversion edge enviroment running on Windows. I have configured 1 master server and two slave servers using a write through proxy configuration in the apache httpd.conf. I need to configure the replication of the repositories…
1
vote
0 answers

How to revert changes by svnsync on mirror

I have a Mirror and Master, recently the sync from master stopped because of lock issue. After using svn propset --revprop i managed to restart the sync but after few revision sync, got an error message ,svnsync cant find a file at mirror. Real…
user1928935
  • 31
  • 1
  • 2
1
vote
0 answers

svnsync fails to get lock after deleting revprop

I've tried to remove the svnsync lock property as described in the thread titled "svnsync - couldn't get lock on destination repos", but it didn't work. When I try to run svnsync, it still gives me the Failed to get lock error. I've removed the…
1
vote
3 answers

SVN synchronization between multiple repositories

We are using SVN and we have on-site and off-shore teams. SVN repository is currently in on-shore premises which means that connectivity from off-shore to SVN is very slow. We would like to setup and SVN at off-shore too. We would require the two…
user1340582
  • 19,151
  • 35
  • 115
  • 171
0
votes
1 answer

SVN sync of inconsistent revisions

I have two SVN repos, that one is a mirror of the other. Lets call them Source and Mirror Those repos reside on different servers each. we have a post commit hook that any commit into "Source" repo is being synced into "Mirror" repo. There are no…
Elyahu
  • 226
  • 1
  • 2
  • 15
0
votes
1 answer

svnsync failing on bigger revisions using svnsync 1.10.2 but working fine with 1.7.5

This will not be a short question - but please bear with me :) Back in 2012 I've set up svn synchronization from one of our datacenters in US to multiple mirrors around the world (3 to be exact). It generally worked without any problems all these…
RnR
  • 2,096
  • 1
  • 15
  • 23
0
votes
1 answer

svnsync cannot recover from source idle disconnect

If I try to mirror a 3rd-party repo to a local one then while svnsync is uploading a 300M+ file to the slow destination server the source server disconnects and svnsync does not try to reconnect to it and enters infinite loop. How to workaround…
basin
  • 3,949
  • 2
  • 27
  • 63
0
votes
1 answer

svnsync with source repository password

The source repository (UTILITIES) has anon-access = none specified requiring a password to access it. A user has been setup svnsync = sourcepass to use for syncing. But how to I tell svnsync the username and…
Austin France
  • 2,381
  • 4
  • 25
  • 37
0
votes
2 answers

svnsync: PROPFIND request failed

I'm desperately trying to backup my google code-repo but since I'm not too familiar with SVN, I can't get svnsync to work. I thought that backing up your repo to another repo or dumpfile was an easy task, but I'm wrong? I would really appreciate…
Stian S
0
votes
1 answer

svnsync: E020014: Failed to find label 'NULL' for URL '/svn/MyRepo/!svn/rev/37'

We have mirror database in our network and master database in another network. We are getting the error "svnsync: E020014: Failed to find label 'NULL' for URL '/svn/MyRepo/!svn/rev/37'" in between during sync the mirror via https…
Venkatesh
  • 171
  • 1
  • 1
  • 10
0
votes
0 answers

svnsync error - Directory xxx is out of date

While doing an "svnsync synchronize" of a remote repository with big files and a weak connection (Europe vs China), I received the following error: "svnsync: E160028: Directory '/SourceCode/TPS/1.FSP150CC' is out of date" This error appears for all…
Adam
  • 11
  • 3
0
votes
0 answers

Failing to svnsync onto an Amazon EC2 instance

I am trying to mirror an SVN repository to an EC2 instance using the command svnsync init svn+ssh://ec2-user@[IP of EC2 instance]/[mirror repo location] file://[local repo location] but am getting the following error svnsync: E170013: Unable to…
0
votes
1 answer

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 How can I redirect standard output so that it is visible within…
siliconpi
  • 8,105
  • 18
  • 69
  • 107