OT: SVN checkout checksumming

2009-02-04 Thread FreeBSD
Hi everyone, I have asked this question on the svnforum.org and didn't got a good answer, so I try it here. 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 pr

Re: OT: SVN checkout checksumming

2009-02-04 Thread Giorgos Keramidas
On Wed, 04 Feb 2009 10:20:25 -0500, FreeBSD wrote: > Hi everyone, > > I have asked this question on the svnforum.org and didn't got a good > answer, so I try it here. > > 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

Re: OT: SVN checkout checksumming

2009-02-05 Thread perryh
> 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

Re: OT: SVN checkout checksumming

2009-02-06 Thread cpghost
On Thu, Feb 05, 2009 at 01:37:26AM +0200, Giorgos Keramidas wrote: > On Wed, 04 Feb 2009 10:20:25 -0500, FreeBSD wrote: > > Hi everyone, > > > > I have asked this question on the svnforum.org and didn't got a good > > answer, so I try it here. > > > > I want to use SVN to automate the update proce

Re: OT: SVN checkout checksumming

2009-02-06 Thread Giorgos Keramidas
On Fri, 6 Feb 2009 17:58:00 +0100, cpghost wrote: >> Let's assume for a moment that you install a post-commit hook that >> generates a SHA-256 checksum of all the files in the latest repo >> revision on the svn server. >> >> For the sake of simplicity, let's assume that this file is a simple, >> p

Re: OT: SVN checkout checksumming

2009-02-06 Thread cpghost
On Fri, Feb 06, 2009 at 07:14:14PM +0200, Giorgos Keramidas wrote: > On Fri, 6 Feb 2009 17:58:00 +0100, cpghost wrote: > >> Let's assume for a moment that you install a post-commit hook that > >> generates a SHA-256 checksum of all the files in the latest repo > >> revision on the svn server. > >>

Re: OT: SVN checkout checksumming

2009-02-06 Thread Giorgos Keramidas
On Fri, 6 Feb 2009 20:11:57 +0100, cpghost wrote: >On Fri, Feb 06, 2009 at 07:14:14PM +0200, Giorgos Keramidas wrote: >>On Fri, 6 Feb 2009 17:58:00 +0100, cpghost wrote: Let's assume for a moment that you install a post-commit hook that generates a SHA-256 checksum of all the files in t