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 164581
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T11:46:10+00:00 2026-05-11T11:46:10+00:00

Is there anybody who has clear instructions on how to add a pre-commit hook

  • 0

Is there anybody who has clear instructions on how to add a pre-commit hook that avoids changes to tags subdirectories?

I already searched the internet quite a bit. I found this link: SVN::Hooks::DenyChanges , but I can’t seem to compile things.

  • 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. 2026-05-11T11:46:11+00:00Added an answer on May 11, 2026 at 11:46 am

    I don’t have enough reputation to ‘comment’ on Raim’s answer above, but his worked great, with one exception, his grep pattern is wrong.

    I simply used the below as my pre-commit hook (I didn’t have an existing one, you’d need to merge in that case):

    #!/bin/sh  REPOS='$1' TXN='$2'  SVNLOOK=/opt/local/bin/svnlook  # Committing to tags is not allowed $SVNLOOK changed -t '$TXN' '$REPOS' | grep '^U\W.*\/tags\/' && /bin/echo 'Cannot commit to tags!' 1>&2 && exit 1  # All checks passed, so allow the commit. exit 0 

    The only problem with Raim’s grep pattern is that it only matched ‘tags’ if it was at the ‘root’ of your repo. Since I have several projects in my repo, the script as he wrote it allowed commits on tag branches.

    Also, be sure to chmod +x as indicated, otherwise you’ll think it worked b/c the commit failed, but it failed b/c it couldn’t exec the pre-commit hook, not because the hook worked.

    This was really great, thanks Raim. Much better and lighter weight than all other suggestions as it has no dependencies!

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

Sidebar

Ask A Question

Stats

  • Questions 113k
  • Answers 113k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer As mentioned by others, if the javascript is only displayed… May 11, 2026 at 10:01 pm
  • Editorial Team
    Editorial Team added an answer Take a look at this blog entry: REFRESHING THE TASKBAR… May 11, 2026 at 10:01 pm
  • Editorial Team
    Editorial Team added an answer Create a custom authorization attribute based on AuthorizeAttribute and override… May 11, 2026 at 10:01 pm

Related Questions

Is there anybody who has successfully accessed a Web service from an Oracle stored
I'm using WinSNMP in c++ to send snmp traps. For backwards compatibility I’m required
What are the pros and cons of adopting Open Source software for an organisation?
I have a very strange problem with the Delphi 2006 IDE. If the IDE

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.