[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Determining which files are treated as binary

From: Greg Thomas <thomasgd_at_omc.bt.co.uk>
Date: 2005-06-03 11:16:54 CEST

On 02 Jun 2005 11:37:52 -0500, kfogel@collab.net wrote:

>Again, don't do this in a pre- or post-commit hook. It's important
>that repository txns remain exactly as clients committed them,
>otherwise the client's working copy will be out-of-date but the client
>won't know it.

I'm missing something here. What's the problem with doing a commit on
a post-commit hook. Yes, the clients working copy will be out of date
(a revision behind). But that's exactly the same as if a user had come
along and manually done the commit.

I can understand why you wouldn't want to do it in a pre-commit hook,
though, as the repository and wc would have different ideas of what
constitutes a single revision.

Greg

-- 
This post represents the views of the author and does
not necessarily accurately represent the views of BT.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 3 11:19:37 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.