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

post-commit.bat 'svn update' issue on Windows

From: Claudio Di Lorenzo <C.DiLorenzo_at_intelliDESIGN-Berlin.com>
Date: 2006-02-11 12:22:45 CET

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 12:24:14 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.