Tagged Questions

0
votes
0answers
14 views

Subversion post-commit script to update working-copy

Hi, Im having issues with a simple post-commit script. The goal is to update a different working-copy if a special keyword is present in the commit message: The script im using …
1
vote
2answers
37 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' …
1
vote
1answer
45 views

TortoiseSVN never runs post-commit.bat

Hi! 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 …
1
vote
2answers
46 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" whe …
5
votes
2answers
75 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 …
0
votes
2answers
50 views

Is it possible to automatically transfer/ftp files to a server, every time I commit a change to a svn repository??

Is it possible to automatically transfer/ftp files to a server, every time I commit a change to a repository?? If yes, please help me know how to set it up. Thanks.
3
votes
1answer
45 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 …
1
vote
1answer
332 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 worki …
0
votes
1answer
29 views

svn post-commit: updating a working copy fails

Hi there, I have a post-commit hook that should update a working copy like this /usr/bin/svn update /home/xxxx/htdocs/devel That unfortunately fails. (subversion should run as …
0
votes
3answers
62 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 …
1
vote
3answers
82 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 c …
0
votes
1answer
48 views

Trying to run ftpsync.pl from post-commit hook

As the title says, I'm trying to ftpsync changed tree to our dev web server. On committing I get this error: post-commit hook failed (exit code 13) with output: Cannot create …
0
votes
2answers
75 views

SVN post commit hook - find folder to which commit was done

Our repository has a structure like this: Dev Project1 source docs ... Project2 source docs ... ... After we commit c …
0
votes
1answer
59 views

How to conditionally send svn commit email, based on commit message keywords?

Howdy, I've got VisualSVN running with svnnotify sending notification email via post-commit (the common setup), but I'd like to not send email when certain keywords are included i …
2
votes
1answer
54 views

SVN Post-Commit Script Question

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 speci …

1 2 3 next
15 30 50 per page