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

Re: newbie question: import and co to the same directory? (second try)

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-07-17 20:37:56 CEST

Mike Carifio <carifio@usys.com> writes:

> I didn't ask my question clearly enough. On my RH9 box with svn 0.17, I
> don't seem to be able to import a tree into an svn repository
> and then immediately checkout back into the same directory.
> Is this a permissible pattern?

No, you cannot do this pattern. 'svn checkout' will not overwrite
unversioned files with versioned ones. Just allow 'svn checkout' to
create a new directory. The only time it's really permissible to
run 'svn checkout' into an existing directory is if the directory is
*already* a working copy (say, an interrupted checkout that you're
trying to resume.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 27 15:53:33 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.