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