svnsync between repos

2012-03-12 Thread dhanushka ranasinghe
Hi.. svnsyn happen between two repos right ? , is it possible to use svnsync to sync part of a repository ( foder in side svn like trunk) to separate new repository Eg-- here trunk is folder inside the svn repository repo http:/svn.master.com/repo/trunk/ - svnsync - http//

Re: svnsync between repos

2012-03-12 Thread Jan Keirse
On Mon, Mar 12, 2012 at 3:51 PM, dhanushka ranasinghe parakrama1...@gmail.com wrote: Hi.. svnsyn happen between two repos right ?  , is it possible to use svnsync to sync part of a repository ( foder in side svn like trunk) to  separate new repository Eg-- here trunk is folder inside

Re: svnsync between repos

2012-03-12 Thread Jeyanthan
Hi Dhanushka, As of Subversion 1.5, it is possible to limit svnsync to a subdirectory of the master repository. $ svnsync init file://`pwd`/dest http://svn.master.com/repo/trunk $ svnsync sync file://`pwd`/dest -- Regards, Jeyanthan On Monday 12 March 2012 08:21 PM, dhanushka ranasinghe

Re: svnsync between repos

2012-03-12 Thread dhanushka ranasinghe
Hi..guys is there any issues if i do that sync and ask users to use new repo to commit, what happen to revision history.. is it will be consistent Thank You Dhanushka On 12 March 2012 20:31, Jeyanthan jeyant...@collab.net wrote: Hi Dhanushka, As of Subversion 1.5, it is possible to

Re: svnsync between repos

2012-03-12 Thread Les Mikesell
On Mon, Mar 12, 2012 at 10:10 AM, dhanushka ranasinghe parakrama1...@gmail.com wrote: is there any issues if i do that sync  and ask users to use new repo to commit, what happen to revision history.. is it will be consistent You can't continue to sync while using the repo for other commits -