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

Re: eol crazy - trouble with "old" Mac OS eol (CR)

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-30 16:48:31 CEST

On Fri, 2004-07-30 at 09:01, William Bug wrote:

> If not, is there anyway to automatically run a program on the client
> side after each 'checkout' or 'update'. This is strictly a client-side
> problem, as the server repository has no conception of old Mac OS
> Finder attributes. I can write a simple AppleScript capable of easily
> setting this file type attribute for text files. How might I set up my
> svn client to make use of this AS script upon each 'checkout' and
> 'update'?

svn has no client-side 'hook' or 'trigger' scripts, only server-side.

Rather than doing

   on unix: svn update
   on OS 9: run applescript-script-to-set-resource-fork

I think something simpler might be:

   'binhex' the files and keep *those* under version control
   on unix: svn update
   on OS 9: unbinhex, perhaps as part of the build system?

    

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 30 16:49:53 2004

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.