[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Post-commit + Svn Update + Windows 2003 arghh

From: Gonzalo Bourdieu <gonzalobourdieu_at_gmail.com>
Date: 2006-06-09 01:07:43 CEST

Hi,
tired of searching throught all the mailings lists archives, and googling
for hours,
i'd decide to ask for help, believe me that this is my last hope =D

Well, i have 3 machines involved in this problem:
1- my local machine where i have the development environment with a working
copy
runs on a Windows XP and i commit changes with Tortoise.

2- Repository machine,
Specs:
- Windows 2003
- Apache 2.0.58
- SVN 1.31
- Map Drive linking to the Test Server directory

3- Test Server where i have a working copy that needs to be updated
everytime i (or someone else)
make a commit to the repository.

Everything works fine, except the post-commit hook that is written in C#
with .net 2.0,
this post-commit, basically creates a process (svn update) and after that
writes a new line
in something that intends to be a log.

When i run post-commit.exe from command line, everything works fine, but
when it is
triggered by SVN, it writes the log, but doesn't make the svn update.
All paths are correct, and i've tried every solution found in the archive
without success

The output generated by svn update is empty (i realize this when i write it
on the log)
So i really don't know what it is.
I've tried to move the WC to the Repository server, thinking that some type
of permissions
where broking everything, but the Local WC wasn't update neither.

The only thing that i can imagine is that apache doesn't have permissions to
create a process, but i dont understand why there is no error.

any ideas?
Thanks in advance!
Received on Fri Jun 9 01:08:56 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.