[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 17:58:56 CET

So that means the update is actually running, but it fails.
 
What if you run the exact action manually from the command-line, does it
give the same error message?
 
Can you give the german untranslated version of the error message?
 
Lieven.

  _____

From: Claudio Di Lorenzo [mailto:C.DiLorenzo@intelliDESIGN-Berlin.com]
Sent: zaterdag 11 februari 2006 17:28
To: users@subversion.tigris.org
Subject: AW: post-commit.bat 'svn update' issue on Windows

Well,
 
1) svn version 1.3.0
2) I tried some code in the post-commit.bat (see below)
3) OS = Windows 2003 Server
 
and when I try:
 
"c:\program files\subversion\bin\svn" update "d:\gbase.test" >
g:/tmpdir/subv.txt 2>&1
 
it actually writes the error in the log-file.
It says: (translated from German) "error while getting upper and lower case
of 'd:\gbase.test'"
but the cases are alright.
 
Claude

  _____

Von: Lieven Govaerts [mailto:lgo@mobsol.be]
Gesendet: Samstag, 11. Februar 2006 17:18
An: 'Claudio Di Lorenzo'
Betreff: RE: post-commit.bat 'svn update' issue on Windows

Well maybe you can give some more info then, svn version, your exact
post-commit.bat, os version, PATH ...
 
( send it to the list )
 
Lieven.

  _____

From: Claudio Di Lorenzo [mailto:C.DiLorenzo@intelliDESIGN-Berlin.com]
Sent: zaterdag 11 februari 2006 17:15
To: 'Lieven Govaerts'
Subject: AW: post-commit.bat 'svn update' issue on Windows

Hi Lieven,
 
Thank's for your help.
unfortunately it doesn't work for me in that way.
 
Claude

  _____

Von: Lieven Govaerts [mailto:lgo@mobsol.be]
Gesendet: Samstag, 11. Februar 2006 14:43
An: 'Claudio Di Lorenzo'; users@subversion.tigris.org
Betreff: RE: post-commit.bat 'svn update' issue on Windows

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 18:03:29 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.