Date: Fri, 17 May 2013 00:26:56 +0000 (UTC) From: Ulrich Spoerlein <uqs@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r250728 - user/uqs/git_conv Message-ID: <201305170026.r4H0QuIb084309@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305170026.r4H0QuIb084309>