Re: Subversion- svn import skips *.la *.o and *.lo -files



On Feb 19, 12:12 am, "Amund Glomsås" <n...@xxxxxxxxxxx> wrote:

I'm not sure if I'm in the right newsgroup. But I'm trying to control my
project, and I get problems with svn import. It is excluding some *.la *.o
and *.lo -files who i want to include in my configuration. The user who is
import this have a # in front of the global-ignores in ~/.subversion -file..
Any ideas, or hint?

Why would you want to put such files in your repository? Those are
derived files, built by the compiler. They are excluded by default
for the reason that it is usually a very bad idea to include them.
You should probably reconsider your plan to put them in the
repository--and not do it.
.



Relevant Pages