Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Feb 2009 00:21:18 -0800
From:      perryh@pluto.rain.com
To:        freebsd@optiksecurite.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: OT: SVN checkout checksumming
Message-ID:  <498aa17e.klgvXNtxtXYHUBmL%perryh@pluto.rain.com>
In-Reply-To: <4989B239.9090504@optiksecurite.com>
References:  <4989B239.9090504@optiksecurite.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?498aa17e.klgvXNtxtXYHUBmL%perryh>