From owner-freebsd-hackers@FreeBSD.ORG Tue Sep 22 16:51:58 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B94F106566B for ; Tue, 22 Sep 2009 16:51:58 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 6D8F98FC1E for ; Tue, 22 Sep 2009 16:51:58 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 2152C46B1A; Tue, 22 Sep 2009 12:51:58 -0400 (EDT) Received: from jhbbsd.hudson-trading.com (unknown [209.249.190.8]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 40A468A025; Tue, 22 Sep 2009 12:51:57 -0400 (EDT) From: John Baldwin To: freebsd-hackers@freebsd.org Date: Tue, 22 Sep 2009 09:13:47 -0400 User-Agent: KMail/1.9.7 References: <969df365997cf2a4449b74c6af9e52e9@iem.pw.edu.pl> In-Reply-To: <969df365997cf2a4449b74c6af9e52e9@iem.pw.edu.pl> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909220913.48154.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Tue, 22 Sep 2009 12:51:57 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00, DATE_IN_PAST_03_06,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: sojdaa Subject: Re: FreeBSD SVN repository mirror with local branches ability X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2009 16:51:58 -0000 On Sunday 20 September 2009 10:43:01 am sojdaa wrote: > > Hello > > Like in the subject, I want to install SVN FreeBSD repo mirror and would > like to have the possibility to create my own branches, that will be merged > with synchronized local mirror. I've done this using svk after reading the > subversion primer: http://wiki.freebsd.org/SubversionPrimer, but I'm > wondering if there's any other possibilities to do this and avoid using > perl, because svk is a set of perl scripts. I wanted to keep the whole > system as simple as possible. I read some topics about git, mercurial and > communication with svn, but these are other versioning systems. > Unfortunately svnsync can create purely read-only mirrors. Is there any way > somehow to use only svn tools, like svnadmin, svnsync, but combine them to > create a mirror with write capabilities or there is no sense in trying > other tools than svk? I have used svk for this at ${JOB} and it works well for managing the mirror. -- John Baldwin