On Nov 14, 2006, at 8:18 AM, Ulrich Eckhardt wrote:
> On Tuesday 14 November 2006 14:13, James wrote:
>> A client of mine currently has multiple repo's. They are all tied
>> together in some small way. So they periodically find themselves
>> wanting to move or copy parts of one repo to another repo.
>>
>> Is it best to re-create all the repos as one in a new structure,
>> thereby losing some fine grain control, but making it easy to move
>> parts around, or is there a way to easily move part of one repo to
>> another either with a copy or a move command?
>
> There is a command (svnsync) to sync code from one repository to
> another,
> including history, available since 1.4 IIRC.
>
> Further, newer (since 1.2 or so) Subversion has rather fine-grained
> access
> control even when running with svnserve as server, so the loss of
> control
> might be a non-argument.
I found a little bit to read about svnsync here : http://
journal.paul.querna.org/articles/2006/09/14/using-svnsync but it
appears only to sync full repos, and read only?
We need a way to easily move specific files and folders between two
or more repos without actually checking them out and back in. Is that
possible? Or should we just merge all the repos and do it that way.
Thanks!
James
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 14 14:44:27 2006