-
as seen on Server Fault
- Search for 'Server Fault'
I've been struggling for the past couple days to get post-commit email notifications working on my SVN server (running via HTTP with Apache2 on Ubuntu 9.10). SVN commits work fine, but for some reason the hooks are not being properly executed.
Here are the configuration settings:
- Users access the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi!
I get the infamous "MERGE of 'whatever': 200 OK" whenever I try to commit using a post-commit hook on Windows (running the repository and Trac locally), and I'm going crazy. I've been looking all over for a day now, without finding any solutions.
So here's how it's set up and what I've tried…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I've created a form application in .NET which will be used in the post-commit hook.
the problem is that the UI of the application is not shown.
What may be the problem?
Thanks.
EDIT
my UI should show Issue numbers of the developer. from there he should choose the Issue number that will be…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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, it gets stuck.
%1 is the PATH
%2 is revision number
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
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 with constant vars for the arguments, it runs perfectly.
When I execute the exe file, also runs…
>>> More