Questions tagged [svnsync]

Svnsync allows mirroring subversion repositories.

See also svnsync and .

97 questions
0
votes
1 answer

how to commit a dummy revision to the mirror repository?

If an error occurs, we allowed the sync to continue. so, I want to commit a dummy revision to the mirror repository and continue synching. Any idea how to commit dummy revision to the repository?
user2499879
  • 673
  • 3
  • 10
  • 16
0
votes
1 answer

how we can reflect one project commits in other projects using SVN

We have Product A and 2 projects say B,C. B & C are other projects which are having complete A product functionality and added some other extra functionality which are specific to B & C. My Problem: If i will commit any code in A it should get…
NARENDRA
  • 395
  • 1
  • 7
  • 26
0
votes
2 answers

svnsync I cant sync my repo because i got error: Could not read chunk size

I want to sync only my branch in repo. branches/my_branch so I executed: svnsync init http://localhost/svn/my_branch http://remote_svn/branches/my_branch After thet I executed: svnsync sync http://localhost/svn/my_branch [...] Copied properties…
WBAR
  • 4,924
  • 7
  • 47
  • 81
0
votes
1 answer

automatically initialize svnsync command from master server if slave is out of sync

I have a setup of master-slave SVN servers. Slave uses write through proxy, so every commit is forwarded to master. When slave server is out of sync working copy checked out from slave repository can not be updated to the latest. So I am looking…
Chaturvedi Dewashish
  • 1,469
  • 2
  • 15
  • 39
0
votes
1 answer

initialise svnsync command from slave svn server

I have a setup of master-slave SVN servers. Master and two Slave server are set up in three different location of three different timezone. We cannot let the slave server up for 24 hrs, so slave servers need to be shut down at the end of each day.…
Chaturvedi Dewashish
  • 1,469
  • 2
  • 15
  • 39
-1
votes
1 answer

Can i use svnsync to synchronize between two folders in the same repository?

Can I use svnsync in order to synchronize two folders in the same repository? I have 6 subfolders (projects) in my repository. Each project contains a set of books (in the books subfolder). But, I want to create another folder in the root folder…
Ewelton
  • 11
  • 5
-3
votes
1 answer

How to block svn sync

I have one svn repository with around 100 users having read/write access to it. Recently I noticed that some of the folks are syncing the data from this repository to their local repository using, svn sync command. This looks like a security breach…
Dipu H
  • 2,372
  • 15
  • 24
1 2 3 4 5 6
7