• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: An AppleScript to start an SVN Server on boot
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: An AppleScript to start an SVN Server on boot


  • Subject: Re: An AppleScript to start an SVN Server on boot
  • From: Christopher Stone <email@hidden>
  • Date: Tue, 13 Mar 2012 22:17:05 -0500

On Mar 13, 2012, at 12:41, Alex Zavatone wrote:
I got ticked off trying to set up a launchdemon to properly start SVN, so I popped open Cheeseman's UI Browser and quickly had a script that will start up SVN from the terminal on boot.

Note that my SVN repository is in my user's /Documents/svn folder.  If your repo has non standard chars in it, you might want to single quote or escape them.

I just save this script as an app and have it run from the User's account in the Accounts panel.

Thanks again Bill for this great tool.
______________________________________________________________________

Hey Alex,

We're in agreement about Bill's UI Browser utility; it's damn useful.  You know there was a recent update for Lion?

I'm not sure why you're resorting to UI-Scripting for this though.  It's easy enough to directly script the Terminal:

tell application "Terminal"
do script "ls" in selected tab of front window
end tell

--
Best Regards,
Chris

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: An AppleScript to start an SVN Server on boot
      • From: Alex Zavatone <email@hidden>
References: 
 >Triggering applescript on new mail creation in Mail app (From: Jashanjeet Singh <email@hidden>)
 >Re: Triggering applescript on new mail creation in Mail app (From: Bill Cheeseman <email@hidden>)
 >An AppleScript to start an SVN Server on boot (From: Alex Zavatone <email@hidden>)

  • Prev by Date: Display content on two monitors
  • Next by Date: Re: An AppleScript to start an SVN Server on boot
  • Previous by thread: Re: Display content on two monitors
  • Next by thread: Re: An AppleScript to start an SVN Server on boot
  • Index(es):
    • Date
    • Thread