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

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

From: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2006-02-11 14:43:24 CET

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

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.