Re: Importing code between SVN repositories, want to retain set SVN properties
From: Ryan Schmidt <subversion-2010a_at_ryandesign.com>
Date: Wed, 27 Jan 2010 20:25:49 -0600
On Jan 27, 2010, at 18:29, Alan Leung wrote:
> We are importing code from a vendor SVN repository into a branch in our
Yes, there's no way to do that with "svn import".
I doubt you have admin access to the vendor repository, but if you do, or can get the admins to help you, you can "svnadmin dump" their repo and "svnadmin load" it into yours. If you don't care to have their whole history, you can just get the HEAD revision.
This only helps for the initial import, however. Not sure how you would obtain future updates from their repository and retain properties.
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.