Re: SVN post-commit hook: shadow folders
From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Mon, 7 Feb 2011 17:24:59 -0600
On Feb 7, 2011, at 16:48, Schneider, Wolf wrote:
> We are trying to replicate the ShadowFolders feature of VSS, whereby each checked-in file that needs it gets mirrored to a reference directory.
[snip]
> rem Copy the file to the indicated shadow folder
[snip]
> Post-commit.log (note that I have also echoed the command used to the log – this line was removed from the above script for clarity):
I am not familiar with VSS or what exactly is meant by "shadow folder"... Based on the above log, %FOLDER% does not appears to be a URL to a Subversion repository... Is it a path to a Subversion working copy? If so, that should work. Or is it just a local unversioned directory? If so, then you can't "svn copy" to it but you should be able to "svn cat" individual files there, or if you want to do entire folders, then you'd "svn export" them.
Possibly related is this topic:
http://subversion.apache.org/faq.html#website-auto-update
|
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.