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

RE: does the start-commit hook contain the ability to block a svn client < a certain version

From: Todd C. Gleason <tgleason_at_impac.com>
Date: Fri, 31 Jul 2009 14:14:48 -0700

________________________________

From: David Weintraub [mailto:qazwart_at_gmail.com]
Sent: Friday, July 31, 2009 11:06 AM
To: Reagan Penner
Cc: users_at_subversion.tigris.org
Subject: Re: does the start-commit hook contain the ability to block a
svn client < a certain version

 

On Thu, Jul 30, 2009 at 7:30 PM, Reagan Penner
<reagan_penner_at_pmc-sierra.com> wrote:

I am wondering if it is possible to use the start-commit CAPABILITIES
feature to block svn client less then 1.6.x?

Well, you'll be able to tell if the client being used has the full
capabilities of Subversion 1.6, but it won't tell you the version of the
client.

If you look for "merge-info" capabilities, you'll be able to see whether
or not the user is using 1.5 or higher. However, revision 1.6 doesn't
have any more "capabilities" than revision 1.5, so you can't use the
start-commit hook to see if the client is a 1.6 version or not.

But, then do you really need to care? There are new capabilities in the
SVN client side 1.6, but these really don't affect the repository when
you do a commit. Ther merge tracking capabilities in 1.5 and higher do
make a difference with the repository which is why the whole
capabilities thing was added in 1.5. But, the capabilities feature
doesn't give you the client's actual revision number which might not
mean much anyway unless the client is using the Subversion command line.

We had an issue where we wanted to guarantee that users used the latest
approved version of the client(s) unless they explicitly needed to run
something else. Our users frequently run a script to update to the
latest builds (source plus binaries) so we put the check in there
instead of trying to hack together a hook. Also, the update script is
itself in Subversion, and is written to self-update.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2377564

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-31 23:21:08 CEST

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.