[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: Diego Torres Milano <diego_at_in3.com.ar>
Date: 2004-10-15 21:05:49 CEST

My ~/.subversion/config has already the global-ignores line commented
out.
Where does this behavior come from ?

Thanks in advance.

On Fri, 2004-10-15 at 15:22, Øyvind A. Holm wrote:
> On 2004-10-15 01:09:48 Diego Torres Milano 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.
>
> Yes, *.o is defined in your ~/.subversion/config as being ignored:
>
> global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store CVS
>
> To make svn import/add all files, comment this line out or edit it as
> you like.
>
> — Øyvind

Received on Fri Oct 15 23:02:05 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.