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

Re: svn import bug or feature ?

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2004-10-15 20:18:23 CEST

On Fri, 15 Oct 2004 01:09:48 -0300, Diego Torres Milano
<diego@in3.com.ar> wrote:
> I've tried to import this:
>
> [diego@zebra temp]$ tree
> .
> |-- branches
> |-- tags
> `-- trunk
> |-- hello.c
> `-- hello.o
>
> 3 directories, 2 files
>
> [diego_at_zebra temp]$ svn import . file:///tmp/svntest -m "Initial import"
> Adding trunk
> Adding trunk/hello.c
> Adding branches
> Adding tags
>
> Committed revision 1.
>
> And hello.o is _silently_ ignored and I couldn't find an import option
> to do this.
> The only solution is to 'svn add' after import.
> Obviously this is not the real case but a oversimplification.

The 'import' command is subject to the global-ignores option in
~/.subversion/config which specifies a list of extentions for which
files not to import.

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 15 20:20:53 2004

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.