[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: import/checkout

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Sun, 6 Jul 2008 21:15:46 -0500

On Jul 6, 2008, at 16:03, Jim Anderson wrote:

> I finally managed to create my first set of project files, whew! I
> then imported from a source directory; so far so good. But a
> checkout fails, apparently because the code is still in the
> directory from which I imported it. Do I need to delete the code
> from the directory before I can do an import? The book isn't
> exactly clear on this point...

After you import, you should be able to delete the directory from
which you imported and then check out.

http://svnbook.red-bean.com/en/1.4/
svn.tour.importing.html#svn.tour.importing.import

"Note that after the import is finished, the original tree is not
converted into a working copy. To start working, you still need to
svn checkout a fresh working copy of the tree" (into a different
directory).

Or, you could have done an in-place import.

http://subversion.tigris.org/faq.html#in-place-import

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-07 04:16:13 CEST

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.