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

RE: Post-commit + Svn Update + Windows 2003 arghh

From: Merijn Boom <merijn.boom_at_eurorscg.nl>
Date: 2006-06-09 09:17:22 CEST

Hi,

 

If I understand your question well you are basically looking for a
shadow of your trunk to your test environment. A good example for this
can be found at:
http://subversion.tigris.org/servlets/ReadMsg?listName=users&msgNo=32596
it is written in Perl and works good for us.

 

Regards,

 

Merijn

 

________________________________

From: Gonzalo Bourdieu [mailto:gonzalobourdieu@gmail.com]
Sent: vrijdag 9 juni 2006 1:08
To: users@subversion.tigris.org
Subject: Post-commit + Svn Update + Windows 2003 arghh

 

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 09:19:08 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.