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