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

Re: files with .o extension not getting imported...?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-11-03 21:10:43 CET

On 11/3/05, plabonte@gmail.com <plabonte@gmail.com> wrote:
> I am using a standard install of subversion (the latest release as on 1
> month ago).
>
> Now when I try to import a directory that has numerous files...
> everything works except that files with a .o extension do not get
> imported...
>
> Does this make sense to anyone?

That's because *.o is part of the default global ignores list. You
can override this in the ~/.subversion/config file, just uncomment the
[miscellany] block and remove *.o from the global-ignores line.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 3 21:15:38 2005

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.