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

Re: unversioned directory of the same name already exists

From: perm 2600 <perm2600_at_gmail.com>
Date: Mon, 14 Sep 2009 18:19:25 -0700

On Mon, Sep 14, 2009 at 12:47 PM, Johan Corveleyn <
johan.corveleyn_at_uz.kuleuven.ac.be> wrote:

> Yes. What you've tried to do is an "in-place import".
>
> See http://subversion.tigris.org/faq.html#in-place-import
>
> Regards,
> Johan
>

(I'm resending this reply because I did not cc the list in it the first
time)

Yes! a local import is what I wanted to do. I just learned the name for it.
Somewhere in the docs I saw a reference to using ssh to access a remote
resource. I'll try that later since I don't have a web server setup for
this. For now I wanted to learn the process in a local setting.

I attempted to checkout the xdatadir a bit after I posted my initial
question and it looks like it added the contents of the directory, but the
status still shows the question mark. How does one interpret that? Or, how
do you correct that?

$ svn checkout file:///home/foot/svnrepo1 xdatadir/
A xdatadir/dir1
A xdatadir/dir1/file1_dir1
A xdatadir/dir1/file2_dir1
A xdatadir/dir2
A xdatadir/dir2/file1_dir2
A xdatadir/dir2/file2_dir1
A xdatadir/dir2/file2_dir2
Checked out revision 1.

The status still shows that xdatadir is not under version control.

$ svn status
! .
? dir1
? xdatadir
? dir2

And also, why does 'svn list' shows dir1 and dir2, leftovers from the first
try?
$ svn list
dir1/
dir2/

I guess the important question is: where does subversion keep track of what
has been done? how do you "clean" the history? I thought that deleting the
repository and the /home/jdoe/xdatadir/.svn directory would take care of
that.

thanks
/perm

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2394825

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-15 03:20:18 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.