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

Re: Subversion svn import exclude *.o *.ol *.la -files

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Tue, 19 Feb 2008 06:36:07 -0500

Amund Glomsås <amund.glomsas_at_kitron.com> writes:
> I tried to import a project into subversion with svn import, but all files as
> *.o *.ol *.la is excluded. The user I used to import this, have a # before
> "global-ignores" in ~/.subversion/config. I then believed this files should
> have been added to.
>
> What are I'm doing wrong?

There are still some default ignores, I think. Try

   svn import --no-ignore ...

The help for the "--no-ignore" flag says "disregard default and
svn:ignore property ignores", which sounds like what you want,
especially the "default" part.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-19 12:36:35 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.