Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8768625
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T17:06:55+00:00 2026-06-13T17:06:55+00:00

I am using a script which updates my working copy of SVN. I’ve installed

  • 0

I am using a script which updates my working copy of SVN.

I’ve installed Growl. I want to put Growl notifications once my script finishes updating my working copy of SVN.

Please help me.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T17:06:57+00:00Added an answer on June 13, 2026 at 5:06 pm

    Little bit of searching on Google and in Growl’s site could have solved your problem.

    Click here to know about it.

    Or directly copy paste this code in your apple script editor and see how it works.

    tell application "System Events"
        set isRunning to (count of (every process whose bundle identifier is "com.Growl.GrowlHelperApp")) > 0
    end tell
    
    if isRunning then
        tell application id "com.Growl.GrowlHelperApp"
            -- Make a list of all the notification types 
            -- that this script will ever send:
            set the allNotificationsList to ¬
                {"Test Notification", "Another Test Notification"}
    
            -- Make a list of the notifications 
            -- that will be enabled by default.      
            -- Those not enabled by default can be enabled later 
            -- in the 'Applications' tab of the Growl preferences.
            set the enabledNotificationsList to ¬
                {"Test Notification"}
    
            -- Register our script with growl.
            -- You can optionally (as here) set a default icon 
            -- for this script's notifications.
            register as application ¬
                "Growl AppleScript Sample" all notifications allNotificationsList ¬
                default notifications enabledNotificationsList ¬
                icon of application "Script Editor"
    
            --       Send a Notification...
            notify with name ¬
                "Test Notification" title ¬
                "Test Notification" description ¬
                "This is a test AppleScript notification." application name "Growl AppleScript Sample"
    
            notify with name ¬
                "Another Test Notification" title ¬
                "Another Test Notification :) " description ¬
                "Alas — you won't see me until you enable me..." application name "Growl AppleScript Sample"
    
        end tell
    end if
    

    I hope this should solve your question.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We are using a jquery star rating script which is what we want exactly.
I am using a script which generate a collection of strings in a loop:
I'm using a script which is calling (via sh.run) net use. On the first
I'm using this script which works fine for a single lightbox popup window. I
I am rebuilding indexes using a script which reorganises or rebuilds indexes according to
I'm not sure how simple this would be, but I'm using a script which
I have a small script which im using to test PHP mail(), as below:
I am using a bespoke JQuery/PHP script which parses a Flickr feed using SimpliePie
I am using a bespoke Jquery/PHP gallery script which pulls images from a Flickr
I have a simple Perl script which runs as a Linux daemon using an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.