You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Akbar <ak...@gmail.com> on 2006/10/25 17:43:44 UTC

Does "svn import" ignore .svn directories

Hi, this is my problem:

I made a repository. I imported the fresh project to the repository.
Checked in and updated. I was in revision, let's say, 5.

One day, I checked out from the repository with this 'stupid' command:
cd my_repositoy_directory
svn co file://my_repository_directory/my_repository

So svn put stuff into the repository it self. In middle, it aborted
the operation. But the junk remained in repository.

So to restore the condition, I went to the newest project which in
revision 5. I made another repository. Then I imported my project (
revision 5 ) to the new repository.

My question: does "svn import" ignore or do something with .svn
directories in my project directory? Should I clean up the project
directory first from .svn directories? I don't mind losing my revision
history by the way.

Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Does "svn import" ignore .svn directories

Posted by Erik Huelsmann <eh...@gmail.com>.
> My question: does "svn import" ignore or do something with .svn
> directories in my project directory? Should I clean up the project
> directory first from .svn directories? I don't mind losing my revision
> history by the way.

It shouldn't import .svn directories, no.

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org