vote up 0 vote down star

The aim is to maintain 2 separate repositories that are not strictly mirrored. Both repositories are be subject to update by different developers so svnsynch is out of the question.

Hooking the script might not be the right solution either as I would much prefer to run the script at will rather than with every commit. Perhaps a script to compare timestamps and copy the youngest? Please dont recommend that we change to git.

flag
I'm not entirely clear on the requirements here - if two sets of developers are changing the same files, then conflicts will occur - these need manual intervention, so full automation is out. Also, is this 1 way or 2 way sync? – Jim T Apr 11 at 9:30
Needs clarification... Perhaps an example in the question? – Harvey Apr 14 at 21:57

1 Answer

vote up 1 vote down

I'm linking to a hook script I use to check out a part of a repository every time it's committed to. You could probably modify it to suit your needs; I imagine you'd want to change the svn checkout to svn export.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.