Re: First-time user (Windows platform)
From: Walden H. Leverich <WaldenL_at_techsoftinc.com>
Date: 2006-10-13 17:37:24 CEST
Aarrgh... Should have gone to list....
We use the following post-commit script(s) to update a staging copy when
-----In Post-Commit.bat-----
-----In UpdateStaging.cmd----
svnlook changed -r %2 %1 | find " FilingSite/trunk/FilingSite"
echo FilingSite Staging area update required >> .\log\r%~2-log.txt svn
:skipFilingSite
svnlook changed -r %2 %1 | find " PublicSite/trunk/"
echo PublicSite Staging area update required >> .\log\r%~2-log.txt svn
:skipPublicSite
-----End UpdateStaging.cmd---
If you're not aware of it, blat is a commandline tool for sending files.
-Walden
-- Walden H Leverich III Tech Software (516) 627-3800 x3051 WaldenL@TechSoftInc.com http://www.TechSoftInc.com Quiquid latine dictum sit altum viditur. (Whatever is said in Latin seems profound.) --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Fri Oct 13 17:35:47 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.