You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by ying lcs <yi...@gmail.com> on 2007/08/04 03:07:39 UTC

Question about svn import command

Hi,

When i run the svn import command, like this:

svn import . file:///srv/svn/repositories/source --message "Initial import"

What happens if file:///srv/svn/repositories/source itself has .svn directories?
Do I need to remove .svn directories first before I run 'svn import'?

Thank you.

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

Re: Question about svn import command

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Aug 3, 2007, at 22:07, ying lcs wrote:

> When i run the svn import command, like this:
>
> svn import . file:///srv/svn/repositories/source --message "Initial  
> import"
>
> What happens if file:///srv/svn/repositories/source itself has .svn  
> directories?
> Do I need to remove .svn directories first before I run 'svn import'?

You could try it out on a test repo, but I think that svn import  
knows to ignore the .svn directories.



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