From owner-svn-src-user@FreeBSD.ORG Fri May 17 00:26:57 2013 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1B34E7B8; Fri, 17 May 2013 00:26:57 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0DC4D8BF; Fri, 17 May 2013 00:26:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4H0Que8084310; Fri, 17 May 2013 00:26:56 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4H0QuIb084309; Fri, 17 May 2013 00:26:56 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201305170026.r4H0QuIb084309@svn.freebsd.org> From: Ulrich Spoerlein Date: Fri, 17 May 2013 00:26:56 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r250728 - user/uqs/git_conv X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 May 2013 00:26:57 -0000 Author: uqs Date: Fri May 17 00:26:56 2013 New Revision: 250728 URL: http://svnweb.freebsd.org/changeset/base/250728 Log: Unbreak the git converter, ignore a file that doesn't match the usual pattern. Resort some entries. Modified: user/uqs/git_conv/freebsd-base.rules Modified: user/uqs/git_conv/freebsd-base.rules ============================================================================== --- user/uqs/git_conv/freebsd-base.rules Fri May 17 00:14:36 2013 (r250727) +++ user/uqs/git_conv/freebsd-base.rules Fri May 17 00:26:56 2013 (r250728) @@ -9,8 +9,6 @@ match /projects/GUIDELINES.txt end match match /user/GUIDELINES.txt end match -match /vendor/atf/(README.txt|FREEBSD-Xlist) -end match # Skip empty test-commit, that I'm unable to svnsync, maybe it's corrupted? match /head/.* min revision 179587 @@ -90,8 +88,12 @@ end match # Cannot put .git directories into git, makes it unhappy match /user/uqs/git_conv end match +match /vendor/atf/(README.txt|FREEBSD-Xlist) +end match match /vendor/(bzip2|flex)/FREEBSD-(Xlist|upgrade) end match +match /vendor/libregex/libgnuregex_prep.sh +end match match /vendor/v4l/README end match