Hello, On 29/10/14 21:07, c...@qgenuity.com wrote: > I'm looking for a way to use Subversion to store data from a single data > set across two repositories. More specifically, I want to have one > repository which contains all of the data and a second that contains only > specific directories. > > When I am at home, I will sync to the "complete" repository and when I am > traveling, I will sync to the "partial" repository. > > How do I set this up so that the two repositories play nicely with each > other?
svn being a centralized system, the disconnected two-way element of your scenario is not part of its design. The keywords below will help you work around: a) svnsync, (one way) which has provisions for partial syncs b) same, but switching the direction as required c) two repositories with remote merging d) two repositories with vendor branches Andreas