Getting started: importing, working copies, etc..
From: Eric Gorr <mailist_at_ericgorr.net>
Date: 2005-06-09 20:28:34 CEST
I needed to create a subversion working copy of a large set of files &
The method I used was the following:
1. temporarily set global-ignores to ignore the files and directories I
2. used svn import src to get everything I wanted into a repository
Because issue 1328
3. checked out everything from the repository into dest so I had a good
4. then used rsync -r -v --exclude ".svn/" src/ dest
(note, if you happen to be on MacOSX and need to copy over files with
Any problems doing this that I may have missed?
---------------------------------------------------------------------
|
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.