From owner-svn-src-user@FreeBSD.ORG Fri Dec 28 21:17:01 2012 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA54B40A; Fri, 28 Dec 2012 21:17:01 +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 CE0FF8FC08; Fri, 28 Dec 2012 21:17:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBSLH1iS005025; Fri, 28 Dec 2012 21:17:01 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBSLH1SL005024; Fri, 28 Dec 2012 21:17:01 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201212282117.qBSLH1SL005024@svn.freebsd.org> From: Ulrich Spoerlein Date: Fri, 28 Dec 2012 21:17:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r244783 - 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, 28 Dec 2012 21:17:02 -0000 Author: uqs Date: Fri Dec 28 21:17:01 2012 New Revision: 244783 URL: http://svnweb.freebsd.org/changeset/base/244783 Log: Make ignoring r179587 actually work Modified: user/uqs/git_conv/freebsd.rules Modified: user/uqs/git_conv/freebsd.rules ============================================================================== --- user/uqs/git_conv/freebsd.rules Fri Dec 28 20:46:48 2012 (r244782) +++ user/uqs/git_conv/freebsd.rules Fri Dec 28 21:17:01 2012 (r244783) @@ -2,11 +2,6 @@ create repository freebsd.git end repository -match /head/ - repository freebsd.git - branch master -end match - # ignore this stuff match /ROADMAP.txt end match @@ -17,7 +12,7 @@ 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 / +match /head/.* min revision 179587 max revision 179587 end match @@ -30,10 +25,14 @@ match /projects/.* min revision 244487 max revision 244487 end match - match /svnadmin/.* end match +match /head/ + repository freebsd.git + branch master +end match + match /(cvs2svn)/([^/]+)/([^/]+)/ repository freebsd.git branch \1/\2/\3