... what happens if someone tries to commit during a svnadmin dump REPOS_PATH?
The subversion book doesn't say anything about that.
|
1
|
... what happens if someone tries to commit during a The subversion book doesn't say anything about that.
|
|||
|
|
|
|
A concurrently running You'll need to grab commits made while the initial dump was running with a second dump. Other options you might be interested in:
Of the three, I make the most use of svnsync. It allows me to keep a second copy of our repositories on a separate machine, which is closer to me. This makes for a nice backup, as well as for faster checkouts. (If the svnsync clone and the original have the same UUID, you can |
||||||||
|
|
|
If a dump is in progress then subsequent commits will hang until the dump is complete. |
||||
|