From owner-freebsd-questions@FreeBSD.ORG Thu Feb 5 08:21:10 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26F1E106566B for ; Thu, 5 Feb 2009 08:21:10 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id 030D18FC1B for ; Thu, 5 Feb 2009 08:21:09 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id n158L8lw088909 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 5 Feb 2009 00:21:09 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id n158L85U088908; Thu, 5 Feb 2009 00:21:08 -0800 (PST) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA17779; Thu, 5 Feb 09 00:19:59 PST Date: Thu, 05 Feb 2009 00:21:18 -0800 From: perryh@pluto.rain.com To: freebsd@optiksecurite.com Message-Id: <498aa17e.klgvXNtxtXYHUBmL%perryh@pluto.rain.com> References: <4989B239.9090504@optiksecurite.com> In-Reply-To: <4989B239.9090504@optiksecurite.com> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: OT: SVN checkout checksumming X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2009 08:21:10 -0000 > I want to use SVN to automate the update process of a custom > application. So, I'm planning to indicate to every PC to update > periodically to a specific branch of the repository. The problem > is that I need to be sure the files where not corrupted during > the transfer. So, I'm planning to generate the hash (SHA or MD5, > doesn't really matters) of every file downloaded by SVN on the > client. For this to work, I need to compare the hashes with their > server-side equivalent ... Do you need to mirror the entire branch, or only distribute the latest version? If the latter, ports/net/rsync may be what you're looking for.