Claude,
I made a test with Subversion 1.3 on windows XP. My post-commit.bat file
only contains this line:
svn update C:\devel\lgo\test\repos\trunk >> c:\temp\test.txt
It seems to work fine.
I have the subversion bin folder in my PATH env. variable.
Lieven.
_____
From: Claudio Di Lorenzo [mailto:C.DiLorenzo@intelliDESIGN-Berlin.com]
Sent: zaterdag 11 februari 2006 12:23
To: users@subversion.tigris.org
Subject: post-commit.bat 'svn update' issue on Windows
Hi there,
I'm struggling with the issue of not fireing post-commit.bat with "svn
update" in it. It writes the Logfile, so it actually fires, but doesnt
update the repository and writes nothing in the logfile.
Here the code versions I've already tried:
1) "c:\program files\subversion\bin\svn" update "d:\gbase.test" >
g:/tmpdir/subv.txt
2) d:
cd gbase.test
"c:\program files\subversion\bin\svn" update . > g:/tmpdir/subv.txt
3) d:
cd gbase.test
cd > g:/tmpdir/subv.txt
"c:\program files\subversion\bin\svn" update . >> g:/tmpdir/subv.txt
4) c:\progra~1\subver~1\bin\svn.exe update d:\gbase.test >
g:\tmpdir\subv.txt
NOTHING WORKS!
Please help me out, it's really frustrating!
Best regards
Claude
Received on Sat Feb 11 14:46:45 2006