Questions tagged [post-commit]

205 questions
0
votes
1 answer

Using SVN post-commit to update a .txt file

First of all, i am on Windows 7, if that makes a difference, using Cygwin. I'am using a dropbox as my svn repo, where i can manage multiple projects. After each commit to each projects, i want to update a file changelog.txt in public_root folder,…
aspirinemaga
  • 3,753
  • 10
  • 52
  • 95
0
votes
3 answers

Receiving "MERGE" 200 OK error when committing using trac-post-commit-hook

When running a commit with the trac-post-commit-hook I receive a MERGE 200 OK error, I understand that this means that the commit has succeeded on the server but the file status has not updated on my local machine. But I can't find anyway to fix…
Lyon Blecher
0
votes
2 answers

How do I add multiple commits in SVN into one Post-Commit HOOK?

I have successfully implemented the post-commit email notification for the post-commit hook. Now I'm looking at a bigger problem, I don't want the hook to send email for every commit. Is there a way to use the hook to maybe write the content of the…
Oded
  • 795
  • 2
  • 12
  • 32
0
votes
1 answer

Subversion post-commit from different user

I've installed subversion and have the following setup: Repo: /home/svn/tester (apache:apache) The site is: /var/www/tester (tester:tester) I've checked out the tester repo to /var/www/tester What I am trying to do is keep the owners of the files…
Neokortex
  • 312
  • 4
  • 14
0
votes
1 answer

Post-Commit Hook & Trac

Having a few issues with my post-commit hook script and track - hoping someone can help. The scripts all work fine - no errors - but for some reason trac doesn't update. I turned on logging and found this: Trac[svn_fs] DEBUG: Subversion bindings…
Max
-1
votes
2 answers

Git Post Commit hooks to find name of branch

I want to create a post commit hook through which I need to send a notification to the committing developer that branch pushed is not following our naming convention. So what I would like to know is: How to read the pushed branch name How to check…
Anil
  • 33
  • 5
-1
votes
1 answer

How to create a SVN Hook post-commit on a Plesk 11 Server for a svn+ssh tunnel user?

On my Plesk 11 Server i create an subdomain: sub.domain.tld For all the users i create a svn+ssh tunnel. All users committed through this tunnel. Now i want to create SVN Hook so that every commit should be directly update into sub.domain.tld I'm…
3logy
  • 2,634
  • 8
  • 46
  • 99
-2
votes
1 answer

post-commit hook failing with no output

So I'm getting the error post-commit hook failed (exit code 255) with no output. after committing to the repository. The commit goes through fine, but the hook is obviously not working. The hook code…
ashraj98
  • 384
  • 5
  • 17
-2
votes
1 answer

In post-commit file , How run function in php

I need to run a function in php file when finished commit. If anyone has an idea about it please help with simple example .
KTAnj
  • 1,346
  • 14
  • 36
-4
votes
1 answer

I would like to add a post commit hook so that if a user deletes a file, I will be notified by email

I would like to add a post commit hook so that if a user deletes particular file, I will be notified by email.. Help !!!
iaav
  • 484
  • 2
  • 9
  • 26
1 2 3
13
14