RE: post-commit bat file for updates
From: Steffan Haeberle <steffan_at_MojoInteractive.com>
Date: 2005-12-14 20:47:17 CET
Stefan,
Steffan
-----Original Message-----
Steffan Haeberle wrote:
> I cannot find an example of how to update a working copy using svn
You don't tell us what your problem is. What's the content of your
Copy this into your post-commit.bat: it works for me, so you can use it
----
echo commit happened. So update the dev directory
svn update d:\test2\hooktestupdate > d:\test2\log.txt
pause
exit 0
----
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
--
Received on Wed Dec 14 20:02:32 2005
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.