Re: Add an existing directory tree to subversion?
From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-06-23 18:52:23 CEST
Denis Haskin <Denis@HaskinFerguson.net> writes:
> Apologies if this is a FAQ, I couldn't find the answer anywhere.
Make a remote directory where you want to do your import:
svn mkdir http://my.server/repos/myimport
Checkout that empty directory atop your tree:
svn co http://my.server/repos/myimport /path/to/my/tree
Now run 'svn add *' in your tree directory. And then commit ('svn ci').
---------------------------------------------------------------------
|
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.