Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2012 12:02:37 +0100
From:      Tom Evans <tevans.uk@googlemail.com>
To:        Garrett Cooper <yanegomi@gmail.com>
Cc:        FreeBSD Hackers <freebsd-hackers@freebsd.org>
Subject:   Re: [RFC] Add *.orig/*.rej to svn:ignore in src?
Message-ID:  <CAFHbX1%2B5W6AhhbE8qvSKfTPP=jhjAE-bf2Wa7j6nsjOSb%2BAuaQ@mail.gmail.com>
In-Reply-To: <9332B40A-BBCC-4004-B2B0-4A51091AFF3C@gmail.com>
References:  <9332B40A-BBCC-4004-B2B0-4A51091AFF3C@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 16, 2012 at 10:11 AM, Garrett Cooper <yanegomi@gmail.com> wrote=
:
>         I noticed that we have a handful of patterns currently ignored in=
 svn:ignore (at least at the top-level=E2=80=A6 the lower levels don't appe=
ar to be set in any particular manner):
>
> $ svn propget svn:ignore
> _.tinderbox.*
> _.amd64.*
> _.arm.*
> _.i386.*
> _.ia64.*
> _.mips.*
> _.pc98.*
> _.powerpc.*
> _.sparc64.*
> _.sun4v.*
>
> $ svn info | grep URL:
> URL: http://svn.freebsd.org/base/head
>
>         I was wondering if *.orig and *.rej should be added to the list a=
s well to avoid checking in patch `artifact` files?
> Thanks!

svn:ignore is not recursive, so this would only prevent orig/rej files
being committed if they are at the top level, which they are unlikely
to be.

This is best handled personally in ~/.subversion/config

Cheers

Tom



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFHbX1%2B5W6AhhbE8qvSKfTPP=jhjAE-bf2Wa7j6nsjOSb%2BAuaQ>