[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: Blair Zajac <blair_at_orcaware.com>
Date: Tue, 19 Feb 2008 10:13:46 -0800

Karl Fogel wrote:
> 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.

And it's better to use an add instead of import since it's non-reversible if you
aren't happy with the results of import. With add, you can always check the
results and then do the commit. This allows you to get the properties and
missing files correct.

Regards,
Blair

---------------------------------------------------------------------
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 19:14:09 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.