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

Re: svn import bug or feature ?

From: Steve Greenland <steveg_at_lsli.com>
Date: 2004-10-18 18:24:03 CEST

On Fri, Oct 15, 2004 at 11:40:16AM -0300, Diego Torres Milano wrote:
> I've tried to import this:
>
> [diego@zebra temp]$ tree
> ..
> |-- branches
> |-- tags
> `-- trunk
> |-- hello.c
> `-- hello.o
>
> 3 directories, 2 files
>
> [diego_at_zebra temp]$ svn import . file:///tmp/svntest -m "Initial import"
> Adding trunk
> Adding trunk/hello.c
> Adding branches
> Adding tags
>
> Committed revision 1.
>
> And hello.o is _silently_ ignored and I couldn't find an import option
> to do this.

It ('*.o') is one of the default global-ignores. See Chapter 7, section
"Runtime Configuration Area" in the SVN book.

As a side note, why on earth would you want generated object files in
your repository? Doing so will only cause you pain, trust me.

Steve

-- 
"Outlook not so good." That magic 8-ball knows everything! I'll ask
about Exchange Server next.
                           -- (Stolen from the net)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 18 18:24:52 2004

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.