[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 23:05:34 CEST

On Fri, 15 Oct 2004 16:05:49 -0300, Diego Torres Milano
<diego@in3.com.ar> wrote:
> My ~/.subversion/config has already the global-ignores line commented
> out.
> Where does this behavior come from ?

The default built-in global-ignores (which has the same value as the
commented out line in .subversion/config. Uncomment that line and
change its value to make sure your files are imported correctly.

HTH,

Erik.

> > > 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.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 15 23:05:50 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.