Tagged Questions
The post-commit tag has no wiki summary.
10
votes
3answers
1k views
read-only git mirror of an svn repository
What would be the best way to set up a read-only git mirror of an existing svn repository, and set up post-commit hooks such that whenever someone commits to svn, the git mirror is automatically ...
9
votes
7answers
687 views
Pretty SVN commit emails: templates
Where can I find good templates for svn commit emails?
Google led me to this. Even though it was much better than the default post-commit, I didn’t find it very useful.
Help much appreciated.
9
votes
5answers
3k views
Change first commit of project with git?
I want to change something in the first commit of my project with out losing all subsequent commits. Is there any way to do this?
(I accidentally listed my raw email, and I'd like to change it as I'm ...
8
votes
4answers
16k views
Using SVN post-commit hook to update only files that have been commited
I am using an SVN repository for my web development work. I have a development site set up which holds a checkout of the repository.
I have set up an SVN post-commit hook so that whenever a commit ...
5
votes
3answers
922 views
SVN post-commit hook not executing file
I have created an exe file that will print to console the first and second arguments that it receives.
In the SVN post-commit hook I wrote:
PATH_TO_FILE\print.exe "%1" "%2"
when I make a check-in, ...
4
votes
2answers
4k views
Bash - get last dirname/filename in a file path argument
I'm trying to write a post-commit hook for SVN, which is hosted on our development server. My goal is to try to automatically checkout a copy of the committed project to the directory where it is ...
4
votes
1answer
173 views
How can I run ssh from a subversion post-commit script?
We have an svn server here with multiple paths.
What I'm looking for, and I might not have looked hard enough, is a post-commit script that, whenever something is checked into a specific path, does ...
4
votes
4answers
5k views
Using post commit hook to export in VisualSVN Server
What is the easies way to use post commit hooks in visualsvn server to export from the repository to a directory for staging/testing after a developer commits his changes?
3
votes
3answers
120 views
Update on each client
I have a SVN server running on Windows.
I need to force an update on every "working copy" (for each people using the svn repos) after a commit.
I tried with a post-commit.bat script in the hook ...
3
votes
1answer
3k views
Subversion post-commit hook to update 'staging' version not working
We have a staging version of our web application (it is basically a subversion working copy that no-one works on) that lives in '/apps/software'. Each developer has their own working copy in ...
3
votes
3answers
1k views
Only trigger a build on commits to the trunk with svn
I have just set up a post-commit script in our subversion repository that triggers a build by requesting a hudson build URL.
This works fine as expected, however now I only want to trigger this build ...
3
votes
5answers
126 views
Grouping commited files together (as a single commit) after you've already committed them to the repository in Svn?
Is it possible to group a number of commited files together (as a single commit) after you've already committed them to the repository in Svn?
It seems I always forget a file or two after I've ...
3
votes
2answers
1k views
post commit hook to update a file under version
I have made a file called version.ini that is under version control (/trunk/version.ini)
i now wanted to make a post commit hook to update that file with the latest version.
But i dont know what ...
2
votes
2answers
171 views
SVN Post-Commit Hook error 255
I am trying to create a very simple post-commit hook for a repository I have set up on my server. The script is as follows:
REPOS="$1"
REV="$2"
cd /var/www/directory && svn update --username ...
2
votes
2answers
236 views
Github commit messages to Skype chat bot
I'd like to have a bot which sends Skype chat notifications for Github commits.
I didn't find Skype in Github project admin hooks. Any idea where I should start looking examples?
2
votes
1answer
378 views
SVN post-commit hook: Update working copy depending of project the commit belonged to
I used to have this post-commit hook to update my working-copy on my server:
#!/bin/sh
cd /var/www/MyWebAppStaging
svn up >> /var/log/svn/MyWebApp.log
Inside /var/www/MyWebAppStaging was ...
2
votes
1answer
510 views
Hudson - missing Trigger builds remotely option
I'm trying to set post commit build on Hudson but I can't enable Trigger builds remotely (e.g., from scripts) option in Hudson.
I have installed lots of plugins, google it for a while but all without ...
2
votes
3answers
282 views
SVN post-commit - who is the user who commits?
How can i get the user who executed commit in post-commit hook ?
2
votes
3answers
118 views
subversion for online projects
I've started using subversion to keep track - and be able to reverse - of our website changes related to its development and maintenance. Loving this feeling of security it provides!
I would like to ...
2
votes
1answer
97 views
Adding post commits to Rails application?
I am using the following gem in my rails application:
http://github.com/fnando/post_commit
I am trying to learn how to send data to service providers such as Campfire on creation of a record in my ...
2
votes
2answers
417 views
Svn hook encoding problem
I created a svn hook that calls a php script to send some emails.
The problem is that I am getting incorrect encoded msg's (I think that's what you can call it)
This is what I get in my mail:
...
2
votes
1answer
152 views
Where do I put a post-commit hook script?
I've just thrown together the following shell script:
cd /home/firefli/webprojects/project1
svn checkout file:///home/firefli/svn/project1/trunk .
rm -rf /home/firefli/public_html/project1
svn export ...
2
votes
1answer
774 views
post-commit hook run as what user in svn
Apache on a windows machine running as SYSTEM.
What user and password should be used for a post-commit.bat?
I am trying to copy content to a directory for testing on a developer version on the ...
2
votes
3answers
638 views
Saving time in SVN post-commit hooks?
At my place of work we've started to introduce proper SVN hooks, "proper" meaning "doing a lot of policy checking". Currently, our policy consists of Perl::Critic with Perl::Tidy checking enabled. ...
1
vote
1answer
135 views
simple svn post-commit-hook updating dir with changed files
I used some script i found somewhere:(im a total svn noob, is it used for copying files after committing them to a repo?)
#!/bin/bash
REPOS="$1"
REV="$2"
# A - Item added to repository
# D - Item ...
1
vote
1answer
99 views
SVN Post-Commit Script Failing and causing working copy update problems
I've written a Perl post-commit hook that sends out emails via the Perl Net::SMTP module. I was getting the following error when I try to do a commit:
Sending subversion/README
Transmitting ...
1
vote
2answers
83 views
Git post-commit hook as a background task
I have a script, that I need to run after committing to a project under git revision control. Therefore I created a post-commit hook in my projects .git directory in the subdirectory /hooks, named it ...
1
vote
3answers
392 views
(iOS, XCode 4.2) Setting bundle version using Git post-commit hook causes my project to turn into a Mac project
I've decided to start versioning my project "the Apple way," using "Bundle versions string, short" for the "marketing version" (i.e. 2.0.1) of my project, and "Bundle version" as a build number (e.g. ...
1
vote
1answer
95 views
Subversion commit is extremely slow due to post-commit
I am facing a very weird problem: I am using mailer.py as post-commit hooks to send codes diff to developers. But then I find all codes check-in to this repository is very slow, even 1 file check in ...
1
vote
0answers
54 views
generating redmine tickets by scanning for @todo
While my question is partially answered here, i'd lke to go a step further.
I want a post-commit hook to scan for @todo items, check back with redmine and see if they already exist as a ticket and if ...
1
vote
1answer
126 views
Git commit hooks per branch
I'm working on getting into some more advanced usage of git, and I think hooks are the way that I want to go, perhaps somebody can give me some advice here.
My plan is to have a git repository with 3 ...
1
vote
2answers
231 views
How to write a batch file to update files that have been commited on a server
I am web developer.I edit files in a local svn working copy on my own machine,our development server is a shared disk through samba,and the root directory of the server is also a working copy,what I ...
1
vote
1answer
181 views
How to “do something” after an EJB3 transaction commit?
Is there something in EJB3 that allows me to execute some code just after the transaction commit (I want to send XMPP messages to notify external devices for updates) ?
I know I can do something like ...
1
vote
1answer
401 views
Post Commit Hook Not Running
My post commit hook is not running after git. I have verified that the hook does work if I just run it from the terminal. The code in the hook is:
#!/bin/sh
#.git/hooks/post-commit
# An example ...
1
vote
1answer
119 views
How to identify whether an item in an SVN diff is a file or a folder?
I'm writing a post-commit hook, in which I use svn diff -summarize to get a summary of what was changed. When files/folders are added or modified, I can simply get their file type in a working copy ...
1
vote
1answer
181 views
TFS and Post-Commit
Does TFS 2010 have an SVN Post-Commit event ?
I want to run a script or an app or do stuff every time a developer checks in something. I've looked over the internet but didn't find something about ...
1
vote
2answers
411 views
Having trouble with post-commit hook
I am following this tutorial that is like the hello world for post-commit
I am using unbuntu 10.04. I installed svnnotify and ran $ which svnnotify which output:
/usr/bin/svnnotify
so I ...
1
vote
1answer
914 views
Editing Subversion post-commit script to enable automated Hudson builds
Hey guys, I'm not so good with Linux, but I need to modify the post-commit file of my Subversion repository to get Hudson to build automatically on commits.
This page here tells me to do this:
...
1
vote
2answers
1k views
How do I make git post-receive emails be sent from the commit author?
I'm using the post-receive-email script included with git. (Source is here.) It works just fine, but I want each email to be sent from the author of the commits pushed. How do I do it?
My ...
1
vote
1answer
122 views
SVN post commit stucks while starting process
I've built a script in VS that receives the 2 arguments sent by post-commit hook.
The script runs SVN LOG to retrieve data about the revision (author, date, files).
When I run the solution from VS ...
1
vote
1answer
273 views
ruby script not being called successfully with svn's post commit hook script
what could be the possible reason that my ruby script is not being called successfully?
note that when i manually execute the post-commit script like so:
/var/svn/eweds/hooks/post-commit ...
1
vote
1answer
102 views
SVN post-commit works only manually
HI,
I've created a batch file called post-commit.bat and placed it under the /hooks directory.
The content of the file is:
TestCS.exe
The content of the exe file is:
static void Main(string[] ...
1
vote
3answers
264 views
How to set up svn to automatically export to public_html?
I'm just getting started with svn so please, help me out if I saw anything stupid.
I'm developing on a windows laptop using tortoisesvn.
I'm deploying to a linux server.
I have my repo set up and ...
1
vote
2answers
428 views
Problems with Trac post commit script (SyntaxError: invalid syntax)
I've setup a post commit script found at http://trac.edgewall.org/browser/trunk/contrib/trac-post-commit-hook to associate changesets with tickets
When I try to commit, I get the following error
...
1
vote
2answers
539 views
exec() text redirection for PHP on Windows on SVN post-commit hook
I have been following the post below trying to hook my SubVersion installation to my Mantis bug tracker.
How To Integrate Subversion and Mantis
Everything works fine until the last line where it ...
1
vote
2answers
571 views
Can a script be automated after a commit on Perforce?
We use Perforce at work, and routinely keep software projects in the repository. In general creators follow the normal Perforce flow, BUT we also have a class of users, who doesn't have any need to ...
1
vote
1answer
887 views
TortoiseSVN never runs post-commit.bat
I have set up my subversion/trac environment on Windows (Now Win7, previously tried on Vista) and all works perfectly. But I can't get my post-commit to work.
Here's the setup (using VisualSVN and ...
1
vote
4answers
1k views
Visual Studio Source Control (AnkhSVN) & Bin directory for ASP.Net site
For one of my ASP.Net site I use AnkhSVN to commit to a VisualSVN Server with a post commit hook to update the live website.
This setup works great for every directory EXCEPT the Bin directory. When ...
1
vote
2answers
713 views
Cloning a single path of a bare git repository
I am trying to add a post-commit hook to a bare repository, such that whenever a commit is made the changed files are automatically installed in a (hardcoded) directory.
Is there a way to fetch a ...
1
vote
5answers
6k views
This client is too old to work with working copy
Everywhere I go on google I get the same answer to this problem but it is the wrong answer for me. Originally I installed Subversion 1.5.6 for windows (i run Windows Server 2008) on my server and i ...